Skip to content

Commit c51f04f

Browse files
fix(lambda): bump @aws-sdk/client-ec2 from 3.850.0 to 3.852.0 in /lambdas in the aws group (#4681)
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@aws-sdk/client-ec2&package-manager=npm_and_yarn&previous-version=3.850.0&new-version=3.852.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name>` 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 <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aa33c79 commit c51f04f

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

lambdas/functions/ami-housekeeper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"@aws-github-runner/aws-powertools-util": "*",
2828
"@aws-github-runner/aws-ssm-util": "*",
29-
"@aws-sdk/client-ec2": "^3.850.0",
29+
"@aws-sdk/client-ec2": "^3.852.0",
3030
"@aws-sdk/client-ssm": "^3.849.0",
3131
"cron-parser": "^5.3.0"
3232
},

lambdas/functions/control-plane/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@aws-github-runner/aws-powertools-util": "*",
3434
"@aws-github-runner/aws-ssm-util": "*",
3535
"@aws-lambda-powertools/parameters": "^2.24.0",
36-
"@aws-sdk/client-ec2": "^3.850.0",
36+
"@aws-sdk/client-ec2": "^3.852.0",
3737
"@aws-sdk/client-sqs": "^3.848.0",
3838
"@middy/core": "^6.4.1",
3939
"@octokit/auth-app": "8.0.2",

lambdas/functions/termination-watcher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@aws-github-runner/aws-powertools-util": "*",
27-
"@aws-sdk/client-ec2": "^3.850.0",
27+
"@aws-sdk/client-ec2": "^3.852.0",
2828
"@middy/core": "^6.4.1"
2929
},
3030
"nx": {

lambdas/yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ __metadata:
126126
dependencies:
127127
"@aws-github-runner/aws-powertools-util": "npm:*"
128128
"@aws-github-runner/aws-ssm-util": "npm:*"
129-
"@aws-sdk/client-ec2": "npm:^3.850.0"
129+
"@aws-sdk/client-ec2": "npm:^3.852.0"
130130
"@aws-sdk/client-ssm": "npm:^3.849.0"
131131
"@aws-sdk/types": "npm:^3.840.0"
132132
"@types/aws-lambda": "npm:^8.10.147"
@@ -172,7 +172,7 @@ __metadata:
172172
"@aws-github-runner/aws-powertools-util": "npm:*"
173173
"@aws-github-runner/aws-ssm-util": "npm:*"
174174
"@aws-lambda-powertools/parameters": "npm:^2.24.0"
175-
"@aws-sdk/client-ec2": "npm:^3.850.0"
175+
"@aws-sdk/client-ec2": "npm:^3.852.0"
176176
"@aws-sdk/client-sqs": "npm:^3.848.0"
177177
"@aws-sdk/types": "npm:^3.840.0"
178178
"@middy/core": "npm:^6.4.1"
@@ -220,7 +220,7 @@ __metadata:
220220
resolution: "@aws-github-runner/termination-watcher@workspace:functions/termination-watcher"
221221
dependencies:
222222
"@aws-github-runner/aws-powertools-util": "npm:*"
223-
"@aws-sdk/client-ec2": "npm:^3.850.0"
223+
"@aws-sdk/client-ec2": "npm:^3.852.0"
224224
"@aws-sdk/types": "npm:^3.840.0"
225225
"@middy/core": "npm:^6.4.1"
226226
"@types/aws-lambda": "npm:^8.10.147"
@@ -338,9 +338,9 @@ __metadata:
338338
languageName: node
339339
linkType: hard
340340

341-
"@aws-sdk/client-ec2@npm:^3.850.0":
342-
version: 3.850.0
343-
resolution: "@aws-sdk/client-ec2@npm:3.850.0"
341+
"@aws-sdk/client-ec2@npm:^3.852.0":
342+
version: 3.852.0
343+
resolution: "@aws-sdk/client-ec2@npm:3.852.0"
344344
dependencies:
345345
"@aws-crypto/sha256-browser": "npm:5.2.0"
346346
"@aws-crypto/sha256-js": "npm:5.2.0"
@@ -385,7 +385,7 @@ __metadata:
385385
"@types/uuid": "npm:^9.0.1"
386386
tslib: "npm:^2.6.2"
387387
uuid: "npm:^9.0.1"
388-
checksum: 10c0/60b9a36b12a26467ce1a2862af4ec59bdddb14c807d0266af41aba17e8dd67979f61e599477d33f2a6325a97941269f4bd42252186455bd8464b7510c862d50c
388+
checksum: 10c0/7e0f4d7265de432c911965d94524b6d56603f2038ef819ab9b128bf1468c68a08e57b5571d2f49dbfcf6ea01a88865f40c44b90792277bd0b7dd030c269f46d7
389389
languageName: node
390390
linkType: hard
391391

0 commit comments

Comments
 (0)