Skip to content

Commit ea3b583

Browse files
chore: Bump @octokit/types in /modules/runners/lambdas/runners (#669)
Bumps [@octokit/types](https://github.com/octokit/types.ts) from 6.12.0 to 6.12.2. - [Release notes](https://github.com/octokit/types.ts/releases) - [Commits](octokit/types.ts@v6.12.0...v6.12.2) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b4f9955 commit ea3b583

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

modules/runners/lambdas/runners/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"@octokit/auth-app": "^3.0.0",
3434
"@octokit/rest": "^18.2.0",
35-
"@octokit/types": "^6.12.0",
35+
"@octokit/types": "^6.12.2",
3636
"@types/aws-lambda": "^8.10.72",
3737
"@types/express": "^4.17.11",
3838
"@types/node": "^14.14.32",

modules/runners/lambdas/runners/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -552,10 +552,10 @@
552552
"@octokit/types" "^6.0.0"
553553
universal-user-agent "^6.0.0"
554554

555-
"@octokit/openapi-types@^5.3.0":
556-
version "5.3.1"
557-
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-5.3.1.tgz#a49d119a1b9e47b7a9f5133ab14be2d8afaa183d"
558-
integrity sha512-TvVk2QuIA0lQZcIMd6xbdGaGDVeNYIOa3l1ZVagAIk5K3t/WMYbcg4BISNDhzdVhm/TgQB26frAgd/GV81aHJA==
555+
"@octokit/openapi-types@^5.3.2":
556+
version "5.3.2"
557+
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-5.3.2.tgz#b8ac43c5c3d00aef61a34cf744e315110c78deb4"
558+
integrity sha512-NxF1yfYOUO92rCx3dwvA2onF30Vdlg7YUkMVXkeptqpzA3tRLplThhFleV/UKWFgh7rpKu1yYRbvNDUtzSopKA==
559559

560560
"@octokit/plugin-paginate-rest@^2.6.2":
561561
version "2.6.2"
@@ -610,12 +610,12 @@
610610
"@octokit/plugin-request-log" "^1.0.2"
611611
"@octokit/plugin-rest-endpoint-methods" "4.12.0"
612612

613-
"@octokit/types@^6.0.0", "@octokit/types@^6.0.1", "@octokit/types@^6.0.3", "@octokit/types@^6.10.0", "@octokit/types@^6.12.0":
614-
version "6.12.0"
615-
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.12.0.tgz#8376fd60edfd5d1eebfeedb994c6bcb5b862c7a1"
616-
integrity sha512-KwOf16soD7aDEEi/PgNeJlHzjZPfrmmNy+7WezSdrpnqZ7YImBJcNnX9+5RUHt1MnA4h8oISRHTqaZDGsX9DRQ==
613+
"@octokit/types@^6.0.0", "@octokit/types@^6.0.1", "@octokit/types@^6.0.3", "@octokit/types@^6.10.0", "@octokit/types@^6.12.2":
614+
version "6.12.2"
615+
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.12.2.tgz#5b44add079a478b8eb27d78cf384cc47e4411362"
616+
integrity sha512-kCkiN8scbCmSq+gwdJV0iLgHc0O/GTPY1/cffo9kECu1MvatLPh9E+qFhfRIktKfHEA6ZYvv6S1B4Wnv3bi3pA==
617617
dependencies:
618-
"@octokit/openapi-types" "^5.3.0"
618+
"@octokit/openapi-types" "^5.3.2"
619619

620620
"@sinonjs/commons@^1.7.0":
621621
version "1.8.1"

0 commit comments

Comments
 (0)