Skip to content

Commit 40165d1

Browse files
fix(lambda): bump @octokit/types in /lambdas in the octokit group
Bumps the octokit group in /lambdas with 1 update: [@octokit/types](https://github.com/octokit/types.ts). Updates `@octokit/types` from 13.6.2 to 13.7.0 - [Release notes](https://github.com/octokit/types.ts/releases) - [Commits](octokit/types.ts@v13.6.2...v13.7.0) --- updated-dependencies: - dependency-name: "@octokit/types" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: octokit ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cc1156d commit 40165d1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lambdas/functions/control-plane/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@octokit/core": "5.2.0",
5050
"@octokit/plugin-throttling": "8.2.0",
5151
"@octokit/rest": "20.1.1",
52-
"@octokit/types": "^13.6.2",
52+
"@octokit/types": "^13.7.0",
5353
"cron-parser": "^4.9.0",
5454
"typescript": "^5.7.2"
5555
},

lambdas/functions/webhook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@aws-sdk/client-sqs": "^3.721.0",
4444
"@middy/core": "^4.7.0",
4545
"@octokit/rest": "20.1.1",
46-
"@octokit/types": "^13.6.2",
46+
"@octokit/types": "^13.7.0",
4747
"@octokit/webhooks": "^12.3.1",
4848
"aws-lambda": "^1.0.7"
4949
},

lambdas/yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ __metadata:
204204
"@octokit/core": "npm:5.2.0"
205205
"@octokit/plugin-throttling": "npm:8.2.0"
206206
"@octokit/rest": "npm:20.1.1"
207-
"@octokit/types": "npm:^13.6.2"
207+
"@octokit/types": "npm:^13.7.0"
208208
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
209209
"@types/aws-lambda": "npm:^8.10.146"
210210
"@types/jest": "npm:^29.5.14"
@@ -303,7 +303,7 @@ __metadata:
303303
"@aws-sdk/client-sqs": "npm:^3.721.0"
304304
"@middy/core": "npm:^4.7.0"
305305
"@octokit/rest": "npm:20.1.1"
306-
"@octokit/types": "npm:^13.6.2"
306+
"@octokit/types": "npm:^13.7.0"
307307
"@octokit/webhooks": "npm:^12.3.1"
308308
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
309309
"@types/aws-lambda": "npm:^8.10.146"

0 commit comments

Comments
 (0)