From 20a232321dc2aae46e7a50732e96ce0b55ef1b9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 11:16:40 +0000 Subject: [PATCH] chore(deps): Bump the aws group with 2 updates (#80) Bumps the aws group with 2 updates: [aws-sdk](https://github.com/aws/aws-sdk-js) and [@types/aws-lambda](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/aws-lambda). Updates `aws-sdk` from 2.1520.0 to 2.1531.0
Release notes

Sourced from aws-sdk's releases.

Release v2.1531.0

See changelog for more information.

Release v2.1530.0

See changelog for more information.

Release v2.1529.0

See changelog for more information.

Release v2.1528.0

See changelog for more information.

Release v2.1527.0

See changelog for more information.

Release v2.1526.0

See changelog for more information.

Release v2.1525.0

See changelog for more information.

Release v2.1524.0

See changelog for more information.

Release v2.1523.0

See changelog for more information.

Release v2.1522.0

See changelog for more information.

Release v2.1521.0

See changelog for more information.

Commits

Updates `@types/aws-lambda` from 8.10.130 to 8.10.131
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
--------- Signed-off-by: dependabot[bot] Signed-off-by: team-tf-cdk Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: team-tf-cdk --- posts/api/lambda/package.json | 4 ++-- .../test-against-regression.test.ts.snap | 4 ++-- yarn.lock | 16 ++++++++-------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/posts/api/lambda/package.json b/posts/api/lambda/package.json index 11bb8ad..b0b0b1b 100644 --- a/posts/api/lambda/package.json +++ b/posts/api/lambda/package.json @@ -8,13 +8,13 @@ "compile": "tsc" }, "dependencies": { - "aws-sdk": "^2.1520.0", + "aws-sdk": "^2.1531.0", "dynamodb-toolbox": "^0.7.0", "lodash": "^4.17.21", "uuid": "^9.0.1" }, "devDependencies": { - "@types/aws-lambda": "^8.10.130", + "@types/aws-lambda": "^8.10.131", "@types/lodash": "^4.14.202", "@types/uuid": "^9.0.7", "typescript": "^5.3.3" diff --git a/test/__snapshots__/test-against-regression.test.ts.snap b/test/__snapshots__/test-against-regression.test.ts.snap index f05c6a1..c6455b1 100644 --- a/test/__snapshots__/test-against-regression.test.ts.snap +++ b/test/__snapshots__/test-against-regression.test.ts.snap @@ -178,12 +178,12 @@ exports[`Tests against regression of synth output has no change in PostsStack Co "DYNAMODB_TABLE_NAME": "\${aws_dynamodb_table.posts_storage_table_50F8EECB.name}" } }, - "filename": "assets/posts_api_code_lambda-asset_7F9E9FED/E9100ACA75D2CC29E17574ACC1AB950E/archive.zip", + "filename": "assets/posts_api_code_lambda-asset_7F9E9FED/1A8BF2D340ED497883EA388DD7CF63E8/archive.zip", "function_name": "sls-example-posts-api-developmentregression-test", "handler": "index.handler", "role": "\${aws_iam_role.posts_api_lambda-exec_B42627E0.arn}", "runtime": "nodejs14.x", - "source_code_hash": "E9100ACA75D2CC29E17574ACC1AB950E" + "source_code_hash": "1A8BF2D340ED497883EA388DD7CF63E8" } }, "aws_lambda_permission": { diff --git a/yarn.lock b/yarn.lock index 72325a5..101fe62 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2672,10 +2672,10 @@ resolved "https://registry.yarnpkg.com/@types/aria-query/-/aria-query-5.0.4.tgz#1a31c3d378850d2778dabb6374d036dcba4ba708" integrity sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw== -"@types/aws-lambda@^8.10.130": - version "8.10.130" - resolved "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.130.tgz#d4a44201f0e47c8320a5868d845ad654f3b4adc2" - integrity sha512-HxTfLeGvD1wTJqIGwcBCpNmHKenja+We1e0cuzeIDFfbEj3ixnlTInyPR/81zAe0Ss/Ip12rFK6XNeMLVucOSg== +"@types/aws-lambda@^8.10.131": + version "8.10.131" + resolved "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.131.tgz#76fcd36e6a4a4666c7ea7503bf0e3e86c0a9cdb2" + integrity sha512-IWmFpqnVDvskYWnNSiu/qlRn80XlIOU0Gy5rKCl/NjhnI95pV8qIHs6L5b+bpHhyzuOSzjLgBcwgFSXrC1nZWA== "@types/babel__core@^7.0.0", "@types/babel__core@^7.1.7": version "7.1.19" @@ -3763,10 +3763,10 @@ available-typed-arrays@^1.0.5: resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7" integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw== -aws-sdk@^2.1520.0: - version "2.1520.0" - resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1520.0.tgz#5dc0f190b0aa6c9c117bb4c1f7e9ac1c304b3140" - integrity sha512-HskunOb5K3vJEPgvqwOWw6dsz8YePHfUvzY2bxvIMJ594AgDDjH4D9/dXhBiNVsMkRvCTZENLTjE1kh5ZkAIUQ== +aws-sdk@^2.1531.0: + version "2.1531.0" + resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1531.0.tgz#75601dbe9f6b8ee22cef5bd0f6a25522aa87ca42" + integrity sha512-BnZcutxV8aplvyCQDUxOlHkrqqqmWl1hgY1sq8umP6bcSEknjH+mrBB6e0XyLQY4ParC0Oyw/8IbDWwc+LsDqw== dependencies: buffer "4.9.2" events "1.1.1"