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

Commit abdc3ac

Browse files
fix(runners): Bump @octokit/types from 8.0.0 to 9.0.0 in /modules/runners/lambdas/runners (#2910)
fix(runners): Bump @octokit/types in /modules/runners/lambdas/runners Bumps [@octokit/types](https://github.com/octokit/types.ts) from 8.0.0 to 9.0.0. - [Release notes](https://github.com/octokit/types.ts/releases) - [Commits](octokit/types.ts@v8.0.0...v9.0.0) --- updated-dependencies: - dependency-name: "@octokit/types" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d9ab310 commit abdc3ac

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

modules/runners/lambdas/runners/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@aws-sdk/client-ssm": "^3.245.0",
4242
"@octokit/auth-app": "4.0.8",
4343
"@octokit/rest": "^19.0.5",
44-
"@octokit/types": "^8.0.0",
44+
"@octokit/types": "^9.0.0",
4545
"aws-sdk": "^2.1289.0",
4646
"cron-parser": "^4.7.1",
4747
"tslog": "^3.3.4",

modules/runners/lambdas/runners/yarn.lock

+12
Original file line numberDiff line numberDiff line change
@@ -1547,6 +1547,11 @@
15471547
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-14.0.0.tgz#949c5019028c93f189abbc2fb42f333290f7134a"
15481548
integrity sha512-HNWisMYlR8VCnNurDU6os2ikx0s0VyEjDYHNS/h4cgb8DeOxQ0n72HyinUtdDVxJhFy3FWLGl0DJhfEWk3P5Iw==
15491549

1550+
"@octokit/openapi-types@^16.0.0":
1551+
version "16.0.0"
1552+
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-16.0.0.tgz#d92838a6cd9fb4639ca875ddb3437f1045cc625e"
1553+
integrity sha512-JbFWOqTJVLHZSUUoF4FzAZKYtqdxWu9Z5m2QQnOyEa04fOFljvyh7D3GYKbfuaSWisqehImiVIMG4eyJeP5VEA==
1554+
15501555
"@octokit/plugin-paginate-rest@^5.0.0":
15511556
version "5.0.1"
15521557
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-5.0.1.tgz#93d7e74f1f69d68ba554fa6b888c2a9cf1f99a83"
@@ -1605,6 +1610,13 @@
16051610
dependencies:
16061611
"@octokit/openapi-types" "^14.0.0"
16071612

1613+
"@octokit/types@^9.0.0":
1614+
version "9.0.0"
1615+
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-9.0.0.tgz#6050db04ddf4188ec92d60e4da1a2ce0633ff635"
1616+
integrity sha512-LUewfj94xCMH2rbD5YJ+6AQ4AVjFYTgpp6rboWM5T7N3IsIF65SBEOVcYMGAEzO/kKNiNaW4LoWtoThOhH06gw==
1617+
dependencies:
1618+
"@octokit/openapi-types" "^16.0.0"
1619+
16081620
"@sinclair/typebox@^0.24.1":
16091621
version "0.24.51"
16101622
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.24.51.tgz#645f33fe4e02defe26f2f5c0410e1c094eac7f5f"

0 commit comments

Comments
 (0)