Skip to content

Commit 0eed5bc

Browse files
chore: Bump @octokit/rest in /modules/runners/lambdas/runners (#171)
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.0.3 to 18.0.4. - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](octokit/rest.js@v18.0.3...v18.0.4) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bd86bf4 commit 0eed5bc

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
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@octokit/auth-app": "^2.4.14",
27-
"@octokit/rest": "^18.0.3",
27+
"@octokit/rest": "^18.0.4",
2828
"cron-parser": "^2.16.3",
2929
"moment": "^2.27.0",
3030
"yn": "^4.0.0"

modules/runners/lambdas/runners/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -517,10 +517,10 @@
517517
resolved "https://registry.yarnpkg.com/@octokit/plugin-request-log/-/plugin-request-log-1.0.0.tgz#eef87a431300f6148c39a7f75f8cfeb218b2547e"
518518
integrity sha512-ywoxP68aOT3zHCLgWZgwUJatiENeHE7xJzYjfz8WI0goynp96wETBF+d95b8g/uL4QmS6owPVlaxiz3wyMAzcw==
519519

520-
"@octokit/[email protected].2":
521-
version "4.1.2"
522-
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.1.2.tgz#546a8f3e0b514f434a4ad4ef926005f1c81a5a5a"
523-
integrity sha512-PTI7wpbGEZ2IR87TVh+TNWaLcgX/RsZQalFbQCq8XxYUrQ36RHyERrHSNXFy5gkWpspUAOYRSV707JJv6BhqJA==
520+
"@octokit/[email protected].3":
521+
version "4.1.3"
522+
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.1.3.tgz#44d9af35cd9fef63c7a4cf3b0e6b681886cc8d34"
523+
integrity sha512-az3seq9yuc0OXlNLrZ0fWTNbFuL4sN8GN1sLmovELg3+LnpWmOs3GAn2KGa6E7SKMgpCuFvJwvsHEfYasTHUxQ==
524524
dependencies:
525525
"@octokit/types" "^5.1.1"
526526
deprecation "^2.3.1"
@@ -548,15 +548,15 @@
548548
once "^1.4.0"
549549
universal-user-agent "^6.0.0"
550550

551-
"@octokit/rest@^18.0.3":
552-
version "18.0.3"
553-
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-18.0.3.tgz#96a15ddb3a38dca5de9d75121378d6aa4a234fa5"
554-
integrity sha512-GubgemnLvUJlkhouTM2BtX+g/voYT/Mqh0SASGwTnLvSkW1irjt14N911/ABb6m1Hru0TwScOgFgMFggp3igfQ==
551+
"@octokit/rest@^18.0.4":
552+
version "18.0.4"
553+
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-18.0.4.tgz#3c7e7dba671ae2097c24086581a2dc2fdb039be0"
554+
integrity sha512-l4PspvLvBG+bTDsji+XceDWuIf7qAZHLljbqJZ6UDdtACkW+MuFsprXicV5pEFAkxfPusyVDDPYJKRY1KJb7Zg==
555555
dependencies:
556556
"@octokit/core" "^3.0.0"
557557
"@octokit/plugin-paginate-rest" "^2.2.0"
558558
"@octokit/plugin-request-log" "^1.0.0"
559-
"@octokit/plugin-rest-endpoint-methods" "4.1.2"
559+
"@octokit/plugin-rest-endpoint-methods" "4.1.3"
560560

561561
"@octokit/types@^5.0.0", "@octokit/types@^5.0.1", "@octokit/types@^5.1.1", "@octokit/types@^5.2.0":
562562
version "5.2.0"

0 commit comments

Comments
 (0)