From eb9c123e53c02b332f78c92aedb69b9267810410 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 08:35:08 +0100 Subject: [PATCH] fix(lambda): bump the aws group in /lambdas with 4 updates (#4290) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the aws group in /lambdas with 4 updates: [@aws-sdk/client-ec2](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ec2), [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3), [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage) and [@aws-sdk/client-eventbridge](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-eventbridge). Updates `@aws-sdk/client-ec2` from 3.701.0 to 3.703.0
Release notes

Sourced from @​aws-sdk/client-ec2's releases.

v3.703.0

3.703.0(2024-12-02)

Documentation Changes
New Features

For list of updated packages, view updated-packages.md in assets-3.703.0.zip

v3.702.0

3.702.0(2024-11-27)

New Features

... (truncated)

Changelog

Sourced from @​aws-sdk/client-ec2's changelog.

3.703.0 (2024-12-02)

Features

Commits

Updates `@aws-sdk/client-s3` from 3.701.0 to 3.703.0
Release notes

Sourced from @​aws-sdk/client-s3's releases.

v3.703.0

3.703.0(2024-12-02)

Documentation Changes
New Features

For list of updated packages, view updated-packages.md in assets-3.703.0.zip

v3.702.0

3.702.0(2024-11-27)

New Features

... (truncated)

Changelog

Sourced from @​aws-sdk/client-s3's changelog.

3.703.0 (2024-12-02)

Features

Commits

Updates `@aws-sdk/lib-storage` from 3.701.0 to 3.703.0
Release notes

Sourced from @​aws-sdk/lib-storage's releases.

v3.703.0

3.703.0(2024-12-02)

Documentation Changes
New Features

For list of updated packages, view updated-packages.md in assets-3.703.0.zip

v3.702.0

3.702.0(2024-11-27)

New Features

... (truncated)

Changelog

Sourced from @​aws-sdk/lib-storage's changelog.

3.703.0 (2024-12-02)

Note: Version bump only for package @​aws-sdk/lib-storage

Commits

Updates `@aws-sdk/client-eventbridge` from 3.699.0 to 3.703.0
Release notes

Sourced from @​aws-sdk/client-eventbridge's releases.

v3.703.0

3.703.0(2024-12-02)

Documentation Changes
New Features

For list of updated packages, view updated-packages.md in assets-3.703.0.zip

v3.702.0

3.702.0(2024-11-27)

New Features

... (truncated)

Changelog

Sourced from @​aws-sdk/client-eventbridge's changelog.

3.703.0 (2024-12-02)

Features

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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../functions/ami-housekeeper/package.json | 2 +- lambdas/functions/control-plane/package.json | 2 +- .../functions/gh-agent-syncer/package.json | 4 +- .../termination-watcher/package.json | 2 +- lambdas/functions/webhook/package.json | 2 +- lambdas/yarn.lock | 46 +++++++++---------- 6 files changed, 29 insertions(+), 29 deletions(-) diff --git a/lambdas/functions/ami-housekeeper/package.json b/lambdas/functions/ami-housekeeper/package.json index e3c94f9e65..1e52e273af 100644 --- a/lambdas/functions/ami-housekeeper/package.json +++ b/lambdas/functions/ami-housekeeper/package.json @@ -39,7 +39,7 @@ "dependencies": { "@aws-github-runner/aws-powertools-util": "*", "@aws-github-runner/aws-ssm-util": "*", - "@aws-sdk/client-ec2": "^3.701.0", + "@aws-sdk/client-ec2": "^3.703.0", "@aws-sdk/client-ssm": "^3.699.0", "@aws-sdk/types": "^3.696.0", "cron-parser": "^4.9.0", diff --git a/lambdas/functions/control-plane/package.json b/lambdas/functions/control-plane/package.json index 9791fb0086..c23ca22a25 100644 --- a/lambdas/functions/control-plane/package.json +++ b/lambdas/functions/control-plane/package.json @@ -41,7 +41,7 @@ "@aws-github-runner/aws-powertools-util": "*", "@aws-github-runner/aws-ssm-util": "*", "@aws-lambda-powertools/parameters": "^2.11.0", - "@aws-sdk/client-ec2": "^3.701.0", + "@aws-sdk/client-ec2": "^3.703.0", "@aws-sdk/client-sqs": "^3.699.0", "@aws-sdk/types": "^3.696.0", "@middy/core": "^4.7.0", diff --git a/lambdas/functions/gh-agent-syncer/package.json b/lambdas/functions/gh-agent-syncer/package.json index 5d02806d4b..276db372a2 100644 --- a/lambdas/functions/gh-agent-syncer/package.json +++ b/lambdas/functions/gh-agent-syncer/package.json @@ -37,8 +37,8 @@ }, "dependencies": { "@aws-github-runner/aws-powertools-util": "*", - "@aws-sdk/client-s3": "^3.701.0", - "@aws-sdk/lib-storage": "^3.701.0", + "@aws-sdk/client-s3": "^3.703.0", + "@aws-sdk/lib-storage": "^3.703.0", "@aws-sdk/types": "^3.696.0", "@middy/core": "^4.7.0", "@octokit/rest": "20.1.1", diff --git a/lambdas/functions/termination-watcher/package.json b/lambdas/functions/termination-watcher/package.json index 49c5816b97..8e7174e4f5 100644 --- a/lambdas/functions/termination-watcher/package.json +++ b/lambdas/functions/termination-watcher/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "@aws-github-runner/aws-powertools-util": "*", - "@aws-sdk/client-ec2": "^3.701.0", + "@aws-sdk/client-ec2": "^3.703.0", "@aws-sdk/types": "^3.696.0", "@middy/core": "^4.7.0", "typescript": "^5.6.3" diff --git a/lambdas/functions/webhook/package.json b/lambdas/functions/webhook/package.json index 56509bdb6c..579a4c3c44 100644 --- a/lambdas/functions/webhook/package.json +++ b/lambdas/functions/webhook/package.json @@ -16,7 +16,7 @@ "all": "yarn build && yarn format && yarn lint && yarn test" }, "devDependencies": { - "@aws-sdk/client-eventbridge": "^3.699.0", + "@aws-sdk/client-eventbridge": "^3.703.0", "@trivago/prettier-plugin-sort-imports": "^4.3.0", "@types/aws-lambda": "^8.10.145", "@types/express": "^4.17.21", diff --git a/lambdas/yarn.lock b/lambdas/yarn.lock index 4aa70e4418..3b6b87372a 100644 --- a/lambdas/yarn.lock +++ b/lambdas/yarn.lock @@ -103,7 +103,7 @@ __metadata: dependencies: "@aws-github-runner/aws-powertools-util": "npm:*" "@aws-github-runner/aws-ssm-util": "npm:*" - "@aws-sdk/client-ec2": "npm:^3.701.0" + "@aws-sdk/client-ec2": "npm:^3.703.0" "@aws-sdk/client-ssm": "npm:^3.699.0" "@aws-sdk/types": "npm:^3.696.0" "@trivago/prettier-plugin-sort-imports": "npm:^4.3.0" @@ -196,7 +196,7 @@ __metadata: "@aws-github-runner/aws-powertools-util": "npm:*" "@aws-github-runner/aws-ssm-util": "npm:*" "@aws-lambda-powertools/parameters": "npm:^2.11.0" - "@aws-sdk/client-ec2": "npm:^3.701.0" + "@aws-sdk/client-ec2": "npm:^3.703.0" "@aws-sdk/client-sqs": "npm:^3.699.0" "@aws-sdk/types": "npm:^3.696.0" "@middy/core": "npm:^4.7.0" @@ -235,8 +235,8 @@ __metadata: resolution: "@aws-github-runner/gh-agent-syncer@workspace:functions/gh-agent-syncer" dependencies: "@aws-github-runner/aws-powertools-util": "npm:*" - "@aws-sdk/client-s3": "npm:^3.701.0" - "@aws-sdk/lib-storage": "npm:^3.701.0" + "@aws-sdk/client-s3": "npm:^3.703.0" + "@aws-sdk/lib-storage": "npm:^3.703.0" "@aws-sdk/types": "npm:^3.696.0" "@middy/core": "npm:^4.7.0" "@octokit/rest": "npm:20.1.1" @@ -267,7 +267,7 @@ __metadata: resolution: "@aws-github-runner/termination-watcher@workspace:functions/termination-watcher" dependencies: "@aws-github-runner/aws-powertools-util": "npm:*" - "@aws-sdk/client-ec2": "npm:^3.701.0" + "@aws-sdk/client-ec2": "npm:^3.703.0" "@aws-sdk/types": "npm:^3.696.0" "@middy/core": "npm:^4.7.0" "@trivago/prettier-plugin-sort-imports": "npm:^4.3.0" @@ -299,7 +299,7 @@ __metadata: dependencies: "@aws-github-runner/aws-powertools-util": "npm:*" "@aws-github-runner/aws-ssm-util": "npm:*" - "@aws-sdk/client-eventbridge": "npm:^3.699.0" + "@aws-sdk/client-eventbridge": "npm:^3.703.0" "@aws-sdk/client-sqs": "npm:^3.699.0" "@middy/core": "npm:^4.7.0" "@octokit/rest": "npm:20.1.1" @@ -408,9 +408,9 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/client-ec2@npm:^3.701.0": - version: 3.701.0 - resolution: "@aws-sdk/client-ec2@npm:3.701.0" +"@aws-sdk/client-ec2@npm:^3.703.0": + version: 3.703.0 + resolution: "@aws-sdk/client-ec2@npm:3.703.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" @@ -457,13 +457,13 @@ __metadata: "@types/uuid": "npm:^9.0.1" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 10c0/314973aba04b665f53f8a88d7f525fa8d95c450e0af309cc693160a5d72011f34812bfc4b8d3a82904905a524c0372b19691f1f8348eb933af2c81d7b478f9a4 + checksum: 10c0/3ab15a5da0c1d42e3ffef2de997d16b4ee35db79b33d475bfbb6ef3b4472822fdf76d25314a379b6d1743a34051d36e58ddedc798dd16c3a953d8507b14e1392 languageName: node linkType: hard -"@aws-sdk/client-eventbridge@npm:^3.699.0": - version: 3.699.0 - resolution: "@aws-sdk/client-eventbridge@npm:3.699.0" +"@aws-sdk/client-eventbridge@npm:^3.703.0": + version: 3.703.0 + resolution: "@aws-sdk/client-eventbridge@npm:3.703.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" @@ -507,13 +507,13 @@ __metadata: "@smithy/util-retry": "npm:^3.0.10" "@smithy/util-utf8": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/e3b48c3c6ad515e66ce253c2a247cd9e5e760e8b45770d8cc79606bb75e59636a728d81620a37f97457f22468c5009d6d3d581a3c65be943c67c023117cd443e + checksum: 10c0/652f79d4311b51eadf159c14ad9989c48a57c562ec2971d0df391bdacfa842c63064541d533456d1d9402fe63b092359638eedcf9d878fbbc287983e04a75ac6 languageName: node linkType: hard -"@aws-sdk/client-s3@npm:^3.701.0": - version: 3.701.0 - resolution: "@aws-sdk/client-s3@npm:3.701.0" +"@aws-sdk/client-s3@npm:^3.703.0": + version: 3.703.0 + resolution: "@aws-sdk/client-s3@npm:3.703.0" dependencies: "@aws-crypto/sha1-browser": "npm:5.2.0" "@aws-crypto/sha256-browser": "npm:5.2.0" @@ -573,7 +573,7 @@ __metadata: "@smithy/util-utf8": "npm:^3.0.0" "@smithy/util-waiter": "npm:^3.1.9" tslib: "npm:^2.6.2" - checksum: 10c0/b7eeb84dddb1c5581de6210ecdfd943a1f94582d30bf58e7ce2ff7ecdbfee68edf01838c0f78f015ebfb134f60cb27d6827f85b78ad8b90cb6516a072425987f + checksum: 10c0/eba492878a32cad0709383af4d56b9df95e8de02d99963cb9e3bdb60ade49c8617c857340bd0348711f2212b9ca6d9f7dc00ea80c001ac31afcdeee6824b702d languageName: node linkType: hard @@ -960,9 +960,9 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/lib-storage@npm:^3.701.0": - version: 3.701.0 - resolution: "@aws-sdk/lib-storage@npm:3.701.0" +"@aws-sdk/lib-storage@npm:^3.703.0": + version: 3.703.0 + resolution: "@aws-sdk/lib-storage@npm:3.703.0" dependencies: "@smithy/abort-controller": "npm:^3.1.7" "@smithy/middleware-endpoint": "npm:^3.2.3" @@ -972,8 +972,8 @@ __metadata: stream-browserify: "npm:3.0.0" tslib: "npm:^2.6.2" peerDependencies: - "@aws-sdk/client-s3": ^3.701.0 - checksum: 10c0/3fd27a46ceadf7b3bcb9c226e70a2045e93e60641a3cff058397d3bac3d8a013f32c038ef6f4f914ea561f9a13eaf2c4739dd5d3cdb1e020537db095eb10dfb7 + "@aws-sdk/client-s3": ^3.703.0 + checksum: 10c0/18972ae77f17ba19120fff3c6f2e448ab3dfaa2b741532fb99b3d9afc247dd698196c757dd3d76e7628fef284c0152fedfec43cbd8608e9354ea179039faae3b languageName: node linkType: hard