Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit b067138

Browse files
fix(lambda): bump the octokit group in /lambdas with 4 updates (#3386)
Bumps the octokit group in /lambdas with 4 updates: [@octokit/rest](https://github.com/octokit/rest.js), [@octokit/types](https://github.com/octokit/types.ts), [@octokit/webhooks](https://github.com/octokit/webhooks.js) and [@octokit/auth-app](https://github.com/octokit/auth-app.js). Updates `@octokit/rest` from 19.0.12 to 20.0.1 - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](octokit/rest.js@v19.0.12...v20.0.1) Updates `@octokit/types` from 10.0.0 to 11.1.0 - [Release notes](https://github.com/octokit/types.ts/releases) - [Commits](octokit/types.ts@v10.0.0...v11.1.0) Updates `@octokit/webhooks` from 11.0.0 to 12.0.3 - [Release notes](https://github.com/octokit/webhooks.js/releases) - [Commits](octokit/webhooks.js@v11.0.0...v12.0.3) Updates `@octokit/auth-app` from 4.0.13 to 6.0.0 - [Release notes](https://github.com/octokit/auth-app.js/releases) - [Commits](octokit/auth-app.js@v4.0.13...v6.0.0) --- updated-dependencies: - dependency-name: "@octokit/rest" dependency-type: direct:production update-type: version-update:semver-major dependency-group: octokit - dependency-name: "@octokit/types" 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 - dependency-name: "@octokit/auth-app" dependency-type: direct:production update-type: version-update:semver-major dependency-group: octokit ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Niek Palm <[email protected]>
1 parent e78232c commit b067138

File tree

4 files changed

+150
-126
lines changed

4 files changed

+150
-126
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
"dependencies": {
4141
"@aws-sdk/client-ec2": "^3.350.0",
4242
"@aws-sdk/types": "^3.347.0",
43-
"@octokit/auth-app": "4.0.13",
44-
"@octokit/rest": "19.0.12",
45-
"@octokit/types": "^10.0.0",
43+
"@octokit/auth-app": "6.0.0",
44+
"@octokit/rest": "20.0.1",
45+
"@octokit/types": "^11.1.0",
4646
"@terraform-aws-github-runner/aws-powertools-util": "*",
4747
"@terraform-aws-github-runner/aws-ssm-util": "*",
4848
"cron-parser": "^4.8.1",

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

+1-1
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": "^19.0.12",
19+
"@octokit/rest": "^20.0.1",
2020
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
2121
"@types/aws-lambda": "^8.10.114",
2222
"@types/jest": "^29.5.0",

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
},
4040
"dependencies": {
4141
"@aws-sdk/client-sqs": "^3.315.0",
42-
"@octokit/rest": "^19.0.12",
43-
"@octokit/types": "^10.0.0",
44-
"@octokit/webhooks": "^11.0.0",
42+
"@octokit/rest": "^20.0.1",
43+
"@octokit/types": "^11.1.0",
44+
"@octokit/webhooks": "^12.0.3",
4545
"@terraform-aws-github-runner/aws-powertools-util": "*",
4646
"@terraform-aws-github-runner/aws-ssm-util": "*",
4747
"aws-lambda": "^1.0.7"

0 commit comments

Comments
 (0)