Skip to content

Commit d3977d5

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/lambdas/octokit-8f4fbefbf5
2 parents 889556c + e18ac60 commit d3977d5

File tree

9 files changed

+94
-94
lines changed

9 files changed

+94
-94
lines changed

.github/workflows/lambda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Build distribution
3333
run: yarn build
3434
- name: Upload coverage report
35-
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
35+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
3636
if: ${{ failure() }}
3737
with:
3838
name: coverage-reports

lambdas/functions/ami-housekeeper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/aws-lambda": "^8.10.145",
2121
"@types/jest": "^29.5.12",
2222
"@types/node": "^22.5.4",
23-
"@typescript-eslint/eslint-plugin": "^8.8.1",
23+
"@typescript-eslint/eslint-plugin": "^8.9.0",
2424
"@typescript-eslint/parser": "^8.8.0",
2525
"@vercel/ncc": "^0.38.1",
2626
"aws-sdk-client-mock": "^4.0.2",

lambdas/functions/control-plane/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/aws-lambda": "^8.10.145",
2121
"@types/jest": "^29.5.12",
2222
"@types/node": "^22.5.4",
23-
"@typescript-eslint/eslint-plugin": "^8.8.1",
23+
"@typescript-eslint/eslint-plugin": "^8.9.0",
2424
"@typescript-eslint/parser": "^8.8.0",
2525
"@vercel/ncc": "^0.38.1",
2626
"aws-sdk-client-mock": "^4.0.2",
@@ -40,7 +40,7 @@
4040
"dependencies": {
4141
"@aws-github-runner/aws-powertools-util": "*",
4242
"@aws-github-runner/aws-ssm-util": "*",
43-
"@aws-lambda-powertools/parameters": "^2.8.0",
43+
"@aws-lambda-powertools/parameters": "^2.9.0",
4444
"@aws-sdk/client-ec2": "^3.666.0",
4545
"@aws-sdk/client-sqs": "^3.666.0",
4646
"@aws-sdk/types": "^3.664.0",

lambdas/functions/gh-agent-syncer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/jest": "^29.5.12",
2222
"@types/node": "^22.5.4",
2323
"@types/request": "^2.48.12",
24-
"@typescript-eslint/eslint-plugin": "^8.8.1",
24+
"@typescript-eslint/eslint-plugin": "^8.9.0",
2525
"@typescript-eslint/parser": "^8.8.0",
2626
"@vercel/ncc": "^0.38.1",
2727
"aws-sdk-client-mock": "^4.0.2",

lambdas/functions/termination-watcher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@types/aws-lambda": "^8.10.145",
1919
"@types/jest": "^29.5.12",
2020
"@types/node": "^22.5.4",
21-
"@typescript-eslint/eslint-plugin": "^8.8.1",
21+
"@typescript-eslint/eslint-plugin": "^8.9.0",
2222
"@typescript-eslint/parser": "^8.8.0",
2323
"@vercel/ncc": "^0.38.1",
2424
"aws-sdk-client-mock": "^4.0.2",

lambdas/functions/webhook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/express": "^4.17.21",
2222
"@types/jest": "^29.5.12",
2323
"@types/node": "^22.5.4",
24-
"@typescript-eslint/eslint-plugin": "^8.8.1",
24+
"@typescript-eslint/eslint-plugin": "^8.9.0",
2525
"@typescript-eslint/parser": "^8.8.0",
2626
"@vercel/ncc": "0.38.1",
2727
"body-parser": "^1.20.3",

lambdas/libs/aws-powertools-util/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/express": "^4.17.21",
2020
"@types/jest": "^29.5.12",
2121
"@types/node": "^22.5.4",
22-
"@typescript-eslint/eslint-plugin": "^8.8.1",
22+
"@typescript-eslint/eslint-plugin": "^8.9.0",
2323
"@typescript-eslint/parser": "^8.8.0",
2424
"@vercel/ncc": "0.38.1",
2525
"body-parser": "^1.20.3",
@@ -35,9 +35,9 @@
3535
"typescript": "^5.5.4"
3636
},
3737
"dependencies": {
38-
"@aws-lambda-powertools/logger": "^2.8.0",
39-
"@aws-lambda-powertools/metrics": "^2.8.0",
40-
"@aws-lambda-powertools/tracer": "^2.8.0",
38+
"@aws-lambda-powertools/logger": "^2.9.0",
39+
"@aws-lambda-powertools/metrics": "^2.9.0",
40+
"@aws-lambda-powertools/tracer": "^2.9.0",
4141
"aws-lambda": "^1.0.7"
4242
},
4343
"nx": {

lambdas/libs/aws-ssm-util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/express": "^4.17.21",
2020
"@types/jest": "^29.5.12",
2121
"@types/node": "^22.5.4",
22-
"@typescript-eslint/eslint-plugin": "^8.8.1",
22+
"@typescript-eslint/eslint-plugin": "^8.9.0",
2323
"@typescript-eslint/parser": "^8.8.0",
2424
"@vercel/ncc": "0.38.1",
2525
"body-parser": "^1.20.3",

0 commit comments

Comments
 (0)