Skip to content

Commit 6bd8274

Browse files
fix(lambda): bump the octokit group across 1 directory with 4 updates
Bumps the octokit group with 4 updates in the /lambdas directory: [@octokit/auth-app](https://github.com/octokit/auth-app.js), [@octokit/plugin-throttling](https://github.com/octokit/plugin-throttling.js), [@octokit/rest](https://github.com/octokit/rest.js) and [@octokit/webhooks](https://github.com/octokit/webhooks.js). Updates `@octokit/auth-app` from 6.0.3 to 7.1.0 - [Release notes](https://github.com/octokit/auth-app.js/releases) - [Commits](octokit/auth-app.js@v6.0.3...v7.1.0) Updates `@octokit/plugin-throttling` from 8.1.3 to 9.3.1 - [Release notes](https://github.com/octokit/plugin-throttling.js/releases) - [Commits](octokit/plugin-throttling.js@v8.1.3...v9.3.1) Updates `@octokit/rest` from 20.0.2 to 21.0.1 - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](octokit/rest.js@v20.0.2...v21.0.1) Updates `@octokit/webhooks` from 12.2.0 to 13.3.0 - [Release notes](https://github.com/octokit/webhooks.js/releases) - [Commits](octokit/webhooks.js@v12.2.0...v13.3.0) --- updated-dependencies: - dependency-name: "@octokit/auth-app" dependency-type: direct:production update-type: version-update:semver-major dependency-group: octokit - dependency-name: "@octokit/plugin-throttling" dependency-type: direct:production update-type: version-update:semver-major dependency-group: octokit - dependency-name: "@octokit/rest" dependency-type: direct:production update-type: version-update:semver-major dependency-group: octokit - dependency-name: "@octokit/webhooks" dependency-type: direct:production update-type: version-update:semver-major dependency-group: octokit ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0cd6a85 commit 6bd8274

File tree

4 files changed

+164
-302
lines changed

4 files changed

+164
-302
lines changed

lambdas/functions/control-plane/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
"@aws-sdk/client-ec2": "^3.620.1",
4242
"@aws-sdk/types": "^3.433.0",
4343
"@middy/core": "^4.7.0",
44-
"@octokit/auth-app": "6.0.3",
45-
"@octokit/plugin-throttling": "8.1.3",
46-
"@octokit/rest": "20.0.2",
44+
"@octokit/auth-app": "7.1.0",
45+
"@octokit/plugin-throttling": "9.3.1",
46+
"@octokit/rest": "21.0.1",
4747
"@octokit/types": "^13.5.0",
4848
"@terraform-aws-github-runner/aws-powertools-util": "*",
4949
"@terraform-aws-github-runner/aws-ssm-util": "*",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"all": "yarn build && yarn format && yarn lint && yarn test"
1717
},
1818
"devDependencies": {
19-
"@octokit/rest": "^20.0.1",
19+
"@octokit/rest": "^21.0.1",
2020
"@trivago/prettier-plugin-sort-imports": "^4.2.1",
2121
"@types/aws-lambda": "^8.10.137",
2222
"@types/jest": "^29.5.12",

lambdas/functions/webhook/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
"dependencies": {
4141
"@aws-sdk/client-sqs": "^3.620.1",
4242
"@middy/core": "^4.7.0",
43-
"@octokit/rest": "^20.0.1",
43+
"@octokit/rest": "^21.0.1",
4444
"@octokit/types": "^13.5.0",
45-
"@octokit/webhooks": "^12.1.2",
45+
"@octokit/webhooks": "^13.3.0",
4646
"@terraform-aws-github-runner/aws-powertools-util": "*",
4747
"@terraform-aws-github-runner/aws-ssm-util": "*",
4848
"aws-lambda": "^1.0.7"

0 commit comments

Comments
 (0)