Skip to content

Commit d97cef1

Browse files
fix(lambda): bump the octokit group in /lambdas with 4 updates
Bumps the octokit group in /lambdas with 4 updates: [@octokit/auth-app](https://github.com/octokit/auth-app.js), [@octokit/rest](https://github.com/octokit/rest.js), [@octokit/types](https://github.com/octokit/types.ts) and [@octokit/webhooks](https://github.com/octokit/webhooks.js). Updates `@octokit/auth-app` from 6.0.3 to 6.1.1 - [Release notes](https://github.com/octokit/auth-app.js/releases) - [Commits](octokit/auth-app.js@v6.0.3...v6.1.1) Updates `@octokit/rest` from 20.0.2 to 20.1.0 - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](octokit/rest.js@v20.0.2...v20.1.0) Updates `@octokit/types` from 12.5.0 to 12.6.0 - [Release notes](https://github.com/octokit/types.ts/releases) - [Commits](octokit/types.ts@v12.5.0...v12.6.0) Updates `@octokit/webhooks` from 12.1.2 to 13.2.3 - [Release notes](https://github.com/octokit/webhooks.js/releases) - [Commits](octokit/webhooks.js@v12.1.2...v13.2.3) --- updated-dependencies: - dependency-name: "@octokit/auth-app" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: octokit - dependency-name: "@octokit/rest" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: octokit - dependency-name: "@octokit/types" dependency-type: direct:production update-type: version-update:semver-minor 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 f6be48c commit d97cef1

File tree

4 files changed

+147
-140
lines changed

4 files changed

+147
-140
lines changed

lambdas/functions/control-plane/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"@aws-sdk/client-ec2": "^3.544.0",
4242
"@aws-sdk/types": "^3.433.0",
4343
"@middy/core": "^4.7.0",
44-
"@octokit/auth-app": "6.0.3",
45-
"@octokit/rest": "20.0.2",
44+
"@octokit/auth-app": "6.1.1",
45+
"@octokit/rest": "20.1.0",
4646
"@octokit/types": "^12.5.0",
4747
"@terraform-aws-github-runner/aws-powertools-util": "*",
4848
"@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": "^20.1.0",
2020
"@trivago/prettier-plugin-sort-imports": "^4.2.1",
2121
"@types/aws-lambda": "^8.10.134",
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.540.0",
4242
"@middy/core": "^4.7.0",
43-
"@octokit/rest": "^20.0.1",
43+
"@octokit/rest": "^20.1.0",
4444
"@octokit/types": "^12.5.0",
45-
"@octokit/webhooks": "^12.1.2",
45+
"@octokit/webhooks": "^13.2.3",
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)