Skip to content

Commit c1348cc

Browse files
fix(lambda): bump the aws group in /lambdas with 6 updates
Bumps the aws group in /lambdas with 6 updates: | Package | From | To | | --- | --- | --- | | [@aws-sdk/client-ec2](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ec2) | `3.779.0` | `3.783.0` | | [@aws-sdk/client-ssm](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ssm) | `3.777.0` | `3.782.0` | | [@aws-sdk/client-sqs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs) | `3.777.0` | `3.782.0` | | [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.779.0` | `3.782.0` | | [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage) | `3.779.0` | `3.782.0` | | [@aws-sdk/client-eventbridge](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-eventbridge) | `3.777.0` | `3.783.0` | Updates `@aws-sdk/client-ec2` from 3.779.0 to 3.783.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-ec2/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.783.0/clients/client-ec2) Updates `@aws-sdk/client-ssm` from 3.777.0 to 3.782.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-ssm/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.782.0/clients/client-ssm) Updates `@aws-sdk/client-sqs` from 3.777.0 to 3.782.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sqs/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.782.0/clients/client-sqs) Updates `@aws-sdk/client-s3` from 3.779.0 to 3.782.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.782.0/clients/client-s3) Updates `@aws-sdk/lib-storage` from 3.779.0 to 3.782.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-storage/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.782.0/lib/lib-storage) Updates `@aws-sdk/client-eventbridge` from 3.777.0 to 3.783.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-eventbridge/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.783.0/clients/client-eventbridge) --- updated-dependencies: - dependency-name: "@aws-sdk/client-ec2" dependency-version: 3.783.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: "@aws-sdk/client-ssm" dependency-version: 3.782.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: "@aws-sdk/client-sqs" dependency-version: 3.782.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: "@aws-sdk/client-s3" dependency-version: 3.782.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: "@aws-sdk/lib-storage" dependency-version: 3.782.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: "@aws-sdk/client-eventbridge" dependency-version: 3.783.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: aws ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a787f1f commit c1348cc

File tree

7 files changed

+123
-123
lines changed

7 files changed

+123
-123
lines changed

Diff for: lambdas/functions/ami-housekeeper/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"dependencies": {
2727
"@aws-github-runner/aws-powertools-util": "*",
2828
"@aws-github-runner/aws-ssm-util": "*",
29-
"@aws-sdk/client-ec2": "^3.779.0",
30-
"@aws-sdk/client-ssm": "^3.777.0",
29+
"@aws-sdk/client-ec2": "^3.783.0",
30+
"@aws-sdk/client-ssm": "^3.782.0",
3131
"cron-parser": "^5.0.4"
3232
},
3333
"nx": {

Diff for: lambdas/functions/control-plane/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"@aws-github-runner/aws-powertools-util": "*",
3434
"@aws-github-runner/aws-ssm-util": "*",
3535
"@aws-lambda-powertools/parameters": "^2.17.0",
36-
"@aws-sdk/client-ec2": "^3.779.0",
37-
"@aws-sdk/client-sqs": "^3.777.0",
36+
"@aws-sdk/client-ec2": "^3.783.0",
37+
"@aws-sdk/client-sqs": "^3.782.0",
3838
"@middy/core": "^4.7.0",
3939
"@octokit/auth-app": "7.2.0",
4040
"@octokit/core": "6.1.4",

Diff for: lambdas/functions/gh-agent-syncer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
},
2929
"dependencies": {
3030
"@aws-github-runner/aws-powertools-util": "*",
31-
"@aws-sdk/client-s3": "^3.779.0",
32-
"@aws-sdk/lib-storage": "^3.779.0",
31+
"@aws-sdk/client-s3": "^3.782.0",
32+
"@aws-sdk/lib-storage": "^3.782.0",
3333
"@middy/core": "^4.7.0",
3434
"@octokit/rest": "21.1.1",
3535
"axios": "^1.8.3"

Diff for: lambdas/functions/termination-watcher/package.json

+1-1
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.779.0",
27+
"@aws-sdk/client-ec2": "^3.783.0",
2828
"@middy/core": "^4.7.0"
2929
},
3030
"nx": {

Diff for: lambdas/functions/webhook/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"all": "yarn build && yarn format && yarn lint && yarn test"
1818
},
1919
"devDependencies": {
20-
"@aws-sdk/client-eventbridge": "^3.777.0",
20+
"@aws-sdk/client-eventbridge": "^3.783.0",
2121
"@octokit/webhooks-types": "^7.6.1",
2222
"@types/aws-lambda": "^8.10.147",
2323
"@types/express": "^5.0.0",
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"@aws-github-runner/aws-powertools-util": "*",
3232
"@aws-github-runner/aws-ssm-util": "*",
33-
"@aws-sdk/client-sqs": "^3.777.0",
33+
"@aws-sdk/client-sqs": "^3.782.0",
3434
"@middy/core": "^4.7.0",
3535
"@octokit/rest": "21.1.1",
3636
"@octokit/types": "^13.10.0",

Diff for: lambdas/libs/aws-ssm-util/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"@aws-github-runner/aws-powertools-util": "*",
26-
"@aws-sdk/client-ssm": "^3.777.0"
26+
"@aws-sdk/client-ssm": "^3.782.0"
2727
},
2828
"nx": {
2929
"includedScripts": [

0 commit comments

Comments
 (0)