Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/lambdas/nx/js-20.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartp44 authored Jan 21, 2025
2 parents 78e0eae + 29e6825 commit a04cc32
Show file tree
Hide file tree
Showing 8 changed files with 350 additions and 414 deletions.
6 changes: 3 additions & 3 deletions lambdas/functions/ami-housekeeper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"dependencies": {
"@aws-github-runner/aws-powertools-util": "*",
"@aws-github-runner/aws-ssm-util": "*",
"@aws-sdk/client-ec2": "^3.726.1",
"@aws-sdk/client-ssm": "^3.726.1",
"@aws-sdk/types": "^3.723.0",
"@aws-sdk/client-ec2": "^3.731.1",
"@aws-sdk/client-ssm": "^3.731.1",
"@aws-sdk/types": "^3.731.0",
"cron-parser": "^4.9.0",
"typescript": "^5.7.3"
},
Expand Down
6 changes: 3 additions & 3 deletions lambdas/functions/control-plane/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"@aws-github-runner/aws-powertools-util": "*",
"@aws-github-runner/aws-ssm-util": "*",
"@aws-lambda-powertools/parameters": "^2.12.0",
"@aws-sdk/client-ec2": "^3.726.1",
"@aws-sdk/client-sqs": "^3.726.1",
"@aws-sdk/types": "^3.723.0",
"@aws-sdk/client-ec2": "^3.731.1",
"@aws-sdk/client-sqs": "^3.731.1",
"@aws-sdk/types": "^3.731.0",
"@middy/core": "^4.7.0",
"@octokit/auth-app": "6.1.3",
"@octokit/core": "5.2.0",
Expand Down
6 changes: 3 additions & 3 deletions lambdas/functions/gh-agent-syncer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
},
"dependencies": {
"@aws-github-runner/aws-powertools-util": "*",
"@aws-sdk/client-s3": "^3.726.1",
"@aws-sdk/lib-storage": "^3.726.1",
"@aws-sdk/types": "^3.723.0",
"@aws-sdk/client-s3": "^3.731.1",
"@aws-sdk/lib-storage": "^3.731.1",
"@aws-sdk/types": "^3.731.0",
"@middy/core": "^4.7.0",
"@octokit/rest": "20.1.1",
"axios": "^1.7.9"
Expand Down
4 changes: 2 additions & 2 deletions lambdas/functions/termination-watcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
},
"dependencies": {
"@aws-github-runner/aws-powertools-util": "*",
"@aws-sdk/client-ec2": "^3.726.1",
"@aws-sdk/types": "^3.723.0",
"@aws-sdk/client-ec2": "^3.731.1",
"@aws-sdk/types": "^3.731.0",
"@middy/core": "^4.7.0",
"typescript": "^5.7.3"
},
Expand Down
4 changes: 2 additions & 2 deletions lambdas/functions/webhook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"all": "yarn build && yarn format && yarn lint && yarn test"
},
"devDependencies": {
"@aws-sdk/client-eventbridge": "^3.726.1",
"@aws-sdk/client-eventbridge": "^3.731.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/aws-lambda": "^8.10.146",
"@types/express": "^4.17.21",
Expand All @@ -40,7 +40,7 @@
"dependencies": {
"@aws-github-runner/aws-powertools-util": "*",
"@aws-github-runner/aws-ssm-util": "*",
"@aws-sdk/client-sqs": "^3.726.1",
"@aws-sdk/client-sqs": "^3.731.1",
"@middy/core": "^4.7.0",
"@octokit/rest": "20.1.1",
"@octokit/types": "^13.7.0",
Expand Down
4 changes: 2 additions & 2 deletions lambdas/libs/aws-ssm-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
},
"dependencies": {
"@aws-github-runner/aws-powertools-util": "*",
"@aws-sdk/client-ssm": "^3.726.1",
"@aws-sdk/types": "^3.723.0"
"@aws-sdk/client-ssm": "^3.731.1",
"@aws-sdk/types": "^3.731.0"
},
"nx": {
"includedScripts": [
Expand Down
2 changes: 1 addition & 1 deletion lambdas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@swc/helpers": "~0.5.15",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"nx": "20.3.1",
"nx": "20.3.2",
"prettier": "^3.4.2",
"typescript": "^5.7.3"
},
Expand Down
Loading

0 comments on commit a04cc32

Please sign in to comment.