Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 774a01b

Browse files
chore: Bump @octokit/types in /modules/runners/lambdas/runners (#1075)
Bumps [@octokit/types](https://github.com/octokit/types.ts) from 6.24.0 to 6.25.0. - [Release notes](https://github.com/octokit/types.ts/releases) - [Commits](octokit/types.ts@v6.24.0...v6.25.0) --- updated-dependencies: - dependency-name: "@octokit/types" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2f3817b commit 774a01b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

modules/runners/lambdas/runners/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@aws-sdk/client-ssm": "^3.25.0",
3838
"@octokit/auth-app": "3.4.0",
3939
"@octokit/rest": "^18.3.5",
40-
"@octokit/types": "^6.13.0",
40+
"@octokit/types": "^6.25.0",
4141
"@types/aws-lambda": "^8.10.82",
4242
"@types/express": "^4.17.11",
4343
"@types/node": "^16.4.3",

modules/runners/lambdas/runners/yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -1234,10 +1234,10 @@
12341234
"@octokit/types" "^6.12.2"
12351235
btoa-lite "^1.0.0"
12361236

1237-
"@octokit/openapi-types@^9.4.0":
1238-
version "9.4.0"
1239-
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-9.4.0.tgz#31a76fb4c0f2e15af300edd880cedf4f75be212b"
1240-
integrity sha512-rKRkXikOJgDNImPl49IJuECLVXjj+t4qOXHhl8SBjMQCGGp1w4m5Ud/0kfdUx+zCpTvBN8vaOUDF4nnboZoOtQ==
1237+
"@octokit/openapi-types@^9.5.0":
1238+
version "9.6.0"
1239+
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-9.6.0.tgz#0260a84f5c61c01755402ab5ac5b1ab46e7c0730"
1240+
integrity sha512-L+8x7DpcNtHkMbTxxCxg3cozvHUNP46rOIzFwoMs0piWwQzAGNXqlIQO2GLvnKTWLUh99DkY+UyHVrP4jXlowg==
12411241

12421242
"@octokit/plugin-paginate-rest@^2.6.2":
12431243
version "2.15.0"
@@ -1290,12 +1290,12 @@
12901290
"@octokit/plugin-request-log" "^1.0.2"
12911291
"@octokit/plugin-rest-endpoint-methods" "5.7.0"
12921292

1293-
"@octokit/types@^6.0.3", "@octokit/types@^6.10.0", "@octokit/types@^6.12.2", "@octokit/types@^6.13.0", "@octokit/types@^6.16.1", "@octokit/types@^6.23.0", "@octokit/types@^6.24.0":
1294-
version "6.24.0"
1295-
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.24.0.tgz#d7858ceae8ac29256da85dcfcb9acbae28e6ba22"
1296-
integrity sha512-MfEimJeQ8AV1T2nI5kOfHqsqPHaAnG0Dw3MVoHSEsEq6iLKx2N91o+k2uAgXhPYeSE76LVBqjgTShnFFgNwe0A==
1293+
"@octokit/types@^6.0.3", "@octokit/types@^6.10.0", "@octokit/types@^6.12.2", "@octokit/types@^6.16.1", "@octokit/types@^6.23.0", "@octokit/types@^6.24.0", "@octokit/types@^6.25.0":
1294+
version "6.25.0"
1295+
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.25.0.tgz#c8e37e69dbe7ce55ed98ee63f75054e7e808bf1a"
1296+
integrity sha512-bNvyQKfngvAd/08COlYIN54nRgxskmejgywodizQNyiKoXmWRAjKup2/LYwm+T9V0gsKH6tuld1gM0PzmOiB4Q==
12971297
dependencies:
1298-
"@octokit/openapi-types" "^9.4.0"
1298+
"@octokit/openapi-types" "^9.5.0"
12991299

13001300
"@sinonjs/commons@^1.7.0":
13011301
version "1.8.3"

0 commit comments

Comments
 (0)