Skip to content

Commit

Permalink
fix(lambda): bump the octokit group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the octokit group with 3 updates in the /lambdas directory: [@octokit/auth-app](https://github.com/octokit/auth-app.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.1 to 7.1.3
- [Release notes](https://github.com/octokit/auth-app.js/releases)
- [Commits](octokit/auth-app.js@v6.0.1...v7.1.3)

Updates `@octokit/rest` from 20.0.2 to 21.0.2
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](octokit/rest.js@v20.0.2...v21.0.2)

Updates `@octokit/types` from 12.1.1 to 12.6.0
- [Release notes](https://github.com/octokit/types.ts/releases)
- [Commits](octokit/types.ts@v12.1.1...v12.6.0)

Updates `@octokit/webhooks` from 12.0.3 to 13.4.1
- [Release notes](https://github.com/octokit/webhooks.js/releases)
- [Commits](octokit/webhooks.js@v12.0.3...v13.4.1)

---
updated-dependencies:
- dependency-name: "@octokit/auth-app"
  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/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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 89a4929 commit 0e28cf0
Show file tree
Hide file tree
Showing 4 changed files with 286 additions and 236 deletions.
4 changes: 2 additions & 2 deletions lambdas/functions/control-plane/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"@aws-sdk/client-ec2": "^3.436.0",
"@aws-sdk/types": "^3.433.0",
"@middy/core": "^3.6.2",
"@octokit/auth-app": "6.0.1",
"@octokit/rest": "20.0.2",
"@octokit/auth-app": "7.1.3",
"@octokit/rest": "21.0.2",
"@octokit/types": "^12.1.1",
"@terraform-aws-github-runner/aws-powertools-util": "*",
"@terraform-aws-github-runner/aws-ssm-util": "*",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/functions/gh-agent-syncer/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": {
"@octokit/rest": "^20.0.1",
"@octokit/rest": "^21.0.2",
"@trivago/prettier-plugin-sort-imports": "^4.2.1",
"@types/aws-lambda": "^8.10.125",
"@types/jest": "^29.5.6",
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 @@ -40,9 +40,9 @@
"dependencies": {
"@aws-sdk/client-sqs": "^3.436.0",
"@middy/core": "^3.6.2",
"@octokit/rest": "^20.0.1",
"@octokit/rest": "^21.0.2",
"@octokit/types": "^12.1.1",
"@octokit/webhooks": "^12.0.3",
"@octokit/webhooks": "^13.4.1",
"@terraform-aws-github-runner/aws-powertools-util": "*",
"@terraform-aws-github-runner/aws-ssm-util": "*",
"aws-lambda": "^1.0.7"
Expand Down
Loading

0 comments on commit 0e28cf0

Please sign in to comment.