Skip to content

Commit 3a5a7e2

Browse files
fix(lambda): bump the octokit group across 1 directory with 6 updates
Bumps the octokit group with 6 updates in the /lambdas directory: | Package | From | To | | --- | --- | --- | | [@octokit/auth-app](https://github.com/octokit/auth-app.js) | `8.2.0` | `8.3.0` | | [@octokit/core](https://github.com/octokit/core.js) | `7.0.6` | `7.0.7` | | [@octokit/plugin-retry](https://github.com/octokit/plugin-retry.js) | `8.0.3` | `8.1.1` | | [@octokit/plugin-throttling](https://github.com/octokit/plugin-throttling.js) | `11.0.3` | `11.0.5` | | [@octokit/types](https://github.com/octokit/types.ts) | `13.10.0` | `17.0.0` | | [@octokit/request](https://github.com/octokit/request.js) | `9.2.4` | `10.0.13` | Updates `@octokit/auth-app` from 8.2.0 to 8.3.0 - [Release notes](https://github.com/octokit/auth-app.js/releases) - [Commits](octokit/auth-app.js@v8.2.0...v8.3.0) Updates `@octokit/core` from 7.0.6 to 7.0.7 - [Release notes](https://github.com/octokit/core.js/releases) - [Commits](octokit/core.js@v7.0.6...v7.0.7) Updates `@octokit/plugin-retry` from 8.0.3 to 8.1.1 - [Release notes](https://github.com/octokit/plugin-retry.js/releases) - [Commits](octokit/plugin-retry.js@v8.0.3...v8.1.1) Updates `@octokit/plugin-throttling` from 11.0.3 to 11.0.5 - [Release notes](https://github.com/octokit/plugin-throttling.js/releases) - [Commits](octokit/plugin-throttling.js@v11.0.3...v11.0.5) Updates `@octokit/types` from 13.10.0 to 17.0.0 - [Release notes](https://github.com/octokit/types.ts/releases) - [Commits](octokit/types.ts@v13.10.0...v17.0.0) Updates `@octokit/request` from 9.2.4 to 10.0.13 - [Release notes](https://github.com/octokit/request.js/releases) - [Commits](octokit/request.js@v9.2.4...v10.0.13) --- updated-dependencies: - dependency-name: "@octokit/auth-app" dependency-version: 8.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: octokit - dependency-name: "@octokit/core" dependency-version: 7.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: octokit - dependency-name: "@octokit/plugin-retry" dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: octokit - dependency-name: "@octokit/plugin-throttling" dependency-version: 11.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: octokit - dependency-name: "@octokit/request" dependency-version: 10.0.13 dependency-type: direct:production update-type: version-update:semver-major dependency-group: octokit - dependency-name: "@octokit/types" dependency-version: 17.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: octokit ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4475534 commit 3a5a7e2

4 files changed

Lines changed: 137 additions & 110 deletions

File tree

lambdas/functions/control-plane/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"@aws-sdk/types": "^3.973.6",
21-
"@octokit/types": "^16.0.0",
21+
"@octokit/types": "^17.0.0",
2222
"@types/aws-lambda": "^8.10.159",
2323
"@types/node": "^22.19.3",
2424
"@vercel/ncc": "^0.38.4",
@@ -37,10 +37,10 @@
3737
"@aws-sdk/client-ec2": "^3.1009.0",
3838
"@aws-sdk/client-sqs": "^3.1009.0",
3939
"@middy/core": "^6.4.5",
40-
"@octokit/auth-app": "8.2.0",
41-
"@octokit/core": "7.0.6",
42-
"@octokit/plugin-retry": "8.0.3",
43-
"@octokit/plugin-throttling": "11.0.3",
40+
"@octokit/auth-app": "8.3.0",
41+
"@octokit/core": "7.0.7",
42+
"@octokit/plugin-retry": "8.1.1",
43+
"@octokit/plugin-throttling": "11.0.5",
4444
"@octokit/rest": "22.0.1",
4545
"cron-parser": "^5.4.0"
4646
},

lambdas/functions/termination-watcher/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
"@aws-sdk/client-ec2": "^3.1009.0",
2929
"@aws-sdk/client-sqs": "^3.1009.0",
3030
"@middy/core": "^6.4.5",
31-
"@octokit/auth-app": "8.2.0",
32-
"@octokit/core": "7.0.6",
33-
"@octokit/plugin-throttling": "11.0.3",
34-
"@octokit/request": "^9.2.2",
31+
"@octokit/auth-app": "8.3.0",
32+
"@octokit/core": "7.0.7",
33+
"@octokit/plugin-throttling": "11.0.5",
34+
"@octokit/request": "^10.0.13",
3535
"@octokit/rest": "22.0.1"
3636
},
3737
"nx": {

lambdas/functions/webhook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@aws-sdk/client-sqs": "^3.1009.0",
3535
"@middy/core": "^6.4.5",
3636
"@octokit/rest": "22.0.1",
37-
"@octokit/types": "^16.0.0",
37+
"@octokit/types": "^17.0.0",
3838
"@octokit/webhooks": "^14.2.0"
3939
},
4040
"nx": {

0 commit comments

Comments
 (0)