Skip to content

Commit

Permalink
fix(lambda): bump the octokit group in /lambdas with 2 updates
Browse files Browse the repository at this point in the history
Bumps the octokit group in /lambdas with 2 updates: [@octokit/types](https://github.com/octokit/types.ts) and [@octokit/webhooks](https://github.com/octokit/webhooks.js).


Updates `@octokit/types` from 13.5.0 to 13.6.1
- [Release notes](https://github.com/octokit/types.ts/releases)
- [Commits](octokit/types.ts@v13.5.0...v13.6.1)

Updates `@octokit/webhooks` from 12.2.0 to 12.3.1
- [Release notes](https://github.com/octokit/webhooks.js/releases)
- [Commits](octokit/webhooks.js@v12.2.0...v12.3.1)

---
updated-dependencies:
- 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-minor
  dependency-group: octokit
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent 71f4b6e commit 8da68e8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion lambdas/functions/control-plane/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@octokit/core": "5.2.0",
"@octokit/plugin-throttling": "8.2.0",
"@octokit/rest": "20.1.1",
"@octokit/types": "^13.6.0",
"@octokit/types": "^13.6.1",
"cron-parser": "^4.9.0",
"typescript": "^5.5.4"
},
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 @@ -42,8 +42,8 @@
"@aws-sdk/client-sqs": "^3.666.0",
"@middy/core": "^4.7.0",
"@octokit/rest": "20.1.1",
"@octokit/types": "^13.6.0",
"@octokit/webhooks": "^12.2.0",
"@octokit/types": "^13.6.1",
"@octokit/webhooks": "^12.3.1",
"aws-lambda": "^1.0.7"
},
"nx": {
Expand Down
24 changes: 12 additions & 12 deletions lambdas/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ __metadata:
"@octokit/core": "npm:5.2.0"
"@octokit/plugin-throttling": "npm:8.2.0"
"@octokit/rest": "npm:20.1.1"
"@octokit/types": "npm:^13.6.0"
"@octokit/types": "npm:^13.6.1"
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
"@types/aws-lambda": "npm:^8.10.145"
"@types/jest": "npm:^29.5.12"
Expand Down Expand Up @@ -302,8 +302,8 @@ __metadata:
"@aws-sdk/client-sqs": "npm:^3.666.0"
"@middy/core": "npm:^4.7.0"
"@octokit/rest": "npm:20.1.1"
"@octokit/types": "npm:^13.6.0"
"@octokit/webhooks": "npm:^12.2.0"
"@octokit/types": "npm:^13.6.1"
"@octokit/webhooks": "npm:^12.3.1"
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
"@types/aws-lambda": "npm:^8.10.145"
"@types/express": "npm:^4.17.21"
Expand Down Expand Up @@ -4018,22 +4018,22 @@ __metadata:
languageName: node
linkType: hard

"@octokit/webhooks-types@npm:7.4.0":
version: 7.4.0
resolution: "@octokit/webhooks-types@npm:7.4.0"
checksum: 10c0/c2f06bdee4cb3f8f9e685a5a0289bd59673954b9bd25701480ba204ea23333f9bcc4a6f757f563ae5a1490f58eace8ebbc7aa8a1737c276ccc1cf5c3e2fe2ebe
"@octokit/webhooks-types@npm:7.6.1":
version: 7.6.1
resolution: "@octokit/webhooks-types@npm:7.6.1"
checksum: 10c0/7c2cb40f9ccd2bd392cf35c23f995ae0719ef35fd3bce0264ced5518cbf0a7087bd069bf5e5963fc33d0232726968db526912df3cb017c1bd1761c8849c31a30
languageName: node
linkType: hard

"@octokit/webhooks@npm:^12.2.0":
version: 12.2.0
resolution: "@octokit/webhooks@npm:12.2.0"
"@octokit/webhooks@npm:^12.3.1":
version: 12.3.1
resolution: "@octokit/webhooks@npm:12.3.1"
dependencies:
"@octokit/request-error": "npm:^5.0.0"
"@octokit/webhooks-methods": "npm:^4.1.0"
"@octokit/webhooks-types": "npm:7.4.0"
"@octokit/webhooks-types": "npm:7.6.1"
aggregate-error: "npm:^3.1.0"
checksum: 10c0/d22c55e99726c32d55b9faf8cde02274c3f6cd82992a5cedf795de401656cc716ff151b0dd6e4173d12dc335583944415613132a9dbf18ee6ffa0d550479a1c2
checksum: 10c0/9330723851b0e5995dc1e9094b220bb4fed136af135ad9fa474202562d5f17c8372c01c725f357530aa1d0fe6230364afd4d88c0241cfdd057bde4e7c78d7d76
languageName: node
linkType: hard

Expand Down

0 comments on commit 8da68e8

Please sign in to comment.