Skip to content

Commit 669e4d3

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.7.0 to 13.8.0 - [Release notes](https://github.com/octokit/types.ts/releases) - [Commits](octokit/types.ts@v13.7.0...v13.8.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 62de76a commit 669e4d3

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.7.0",
52+
"@octokit/types": "^13.8.0",
5353
"cron-parser": "^4.9.0",
5454
"typescript": "^5.7.3"
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.734.0",
4444
"@middy/core": "^4.7.0",
4545
"@octokit/rest": "20.1.1",
46-
"@octokit/types": "^13.7.0",
46+
"@octokit/types": "^13.8.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
@@ -202,7 +202,7 @@ __metadata:
202202
"@octokit/core": "npm:5.2.0"
203203
"@octokit/plugin-throttling": "npm:8.2.0"
204204
"@octokit/rest": "npm:20.1.1"
205-
"@octokit/types": "npm:^13.7.0"
205+
"@octokit/types": "npm:^13.8.0"
206206
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
207207
"@types/aws-lambda": "npm:^8.10.146"
208208
"@types/jest": "npm:^29.5.14"
@@ -301,7 +301,7 @@ __metadata:
301301
"@aws-sdk/client-sqs": "npm:^3.734.0"
302302
"@middy/core": "npm:^4.7.0"
303303
"@octokit/rest": "npm:20.1.1"
304-
"@octokit/types": "npm:^13.7.0"
304+
"@octokit/types": "npm:^13.8.0"
305305
"@octokit/webhooks": "npm:^12.3.1"
306306
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
307307
"@types/aws-lambda": "npm:^8.10.146"

0 commit comments

Comments
 (0)