Skip to content

Commit 390a974

Browse files
chore: Bump @octokit/rest (#223)
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.0.3 to 18.0.6. - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](octokit/rest.js@v18.0.3...v18.0.6) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4913b96 commit 390a974

File tree

2 files changed

+19
-12
lines changed

2 files changed

+19
-12
lines changed

modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dist": "yarn build && cd dist && zip ../runner-binaries-syncer.zip index.js"
1414
},
1515
"devDependencies": {
16-
"@octokit/rest": "^18.0.3",
16+
"@octokit/rest": "^18.0.6",
1717
"@types/jest": "^26.0.13",
1818
"@types/node": "^14.10.1",
1919
"@types/request": "^2.48.4",

modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/yarn.lock

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -554,12 +554,12 @@
554554
resolved "https://registry.yarnpkg.com/@octokit/plugin-request-log/-/plugin-request-log-1.0.0.tgz#eef87a431300f6148c39a7f75f8cfeb218b2547e"
555555
integrity sha512-ywoxP68aOT3zHCLgWZgwUJatiENeHE7xJzYjfz8WI0goynp96wETBF+d95b8g/uL4QmS6owPVlaxiz3wyMAzcw==
556556

557-
"@octokit/plugin-rest-endpoint-methods@4.1.2":
558-
version "4.1.2"
559-
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.1.2.tgz#546a8f3e0b514f434a4ad4ef926005f1c81a5a5a"
560-
integrity sha512-PTI7wpbGEZ2IR87TVh+TNWaLcgX/RsZQalFbQCq8XxYUrQ36RHyERrHSNXFy5gkWpspUAOYRSV707JJv6BhqJA==
557+
"@octokit/plugin-rest-endpoint-methods@4.2.0":
558+
version "4.2.0"
559+
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.2.0.tgz#c5a0691b3aba5d8b4ef5dffd6af3649608f167ba"
560+
integrity sha512-1/qn1q1C1hGz6W/iEDm9DoyNoG/xdFDt78E3eZ5hHeUfJTLJgyAMdj9chL/cNBHjcjd+FH5aO1x0VCqR2RE0mw==
561561
dependencies:
562-
"@octokit/types" "^5.1.1"
562+
"@octokit/types" "^5.5.0"
563563
deprecation "^2.3.1"
564564

565565
"@octokit/request-error@^2.0.0":
@@ -585,23 +585,30 @@
585585
once "^1.4.0"
586586
universal-user-agent "^6.0.0"
587587

588-
"@octokit/rest@^18.0.3":
589-
version "18.0.3"
590-
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-18.0.3.tgz#96a15ddb3a38dca5de9d75121378d6aa4a234fa5"
591-
integrity sha512-GubgemnLvUJlkhouTM2BtX+g/voYT/Mqh0SASGwTnLvSkW1irjt14N911/ABb6m1Hru0TwScOgFgMFggp3igfQ==
588+
"@octokit/rest@^18.0.6":
589+
version "18.0.6"
590+
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-18.0.6.tgz#76c274f1a68f40741a131768ef483f041e7b98b6"
591+
integrity sha512-ES4lZBKPJMX/yUoQjAZiyFjei9pJ4lTTfb9k7OtYoUzKPDLl/M8jiHqt6qeSauyU4eZGLw0sgP1WiQl9FYeM5w==
592592
dependencies:
593593
"@octokit/core" "^3.0.0"
594594
"@octokit/plugin-paginate-rest" "^2.2.0"
595595
"@octokit/plugin-request-log" "^1.0.0"
596-
"@octokit/plugin-rest-endpoint-methods" "4.1.2"
596+
"@octokit/plugin-rest-endpoint-methods" "4.2.0"
597597

598-
"@octokit/types@^5.0.0", "@octokit/types@^5.0.1", "@octokit/types@^5.1.1", "@octokit/types@^5.2.0":
598+
"@octokit/types@^5.0.0", "@octokit/types@^5.0.1", "@octokit/types@^5.2.0":
599599
version "5.2.0"
600600
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-5.2.0.tgz#d075dc23bf293f540739250b6879e2c1be2fc20c"
601601
integrity sha512-XjOk9y4m8xTLIKPe1NFxNWBdzA2/z3PFFA/bwf4EoH6oS8hM0Y46mEa4Cb+KCyj/tFDznJFahzQ0Aj3o1FYq4A==
602602
dependencies:
603603
"@types/node" ">= 8"
604604

605+
"@octokit/types@^5.5.0":
606+
version "5.5.0"
607+
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-5.5.0.tgz#e5f06e8db21246ca102aa28444cdb13ae17a139b"
608+
integrity sha512-UZ1pErDue6bZNjYOotCNveTXArOMZQFG6hKJfOnGnulVCMcVVi7YIIuuR4WfBhjo7zgpmzn/BkPDnUXtNx+PcQ==
609+
dependencies:
610+
"@types/node" ">= 8"
611+
605612
"@sinonjs/commons@^1.7.0":
606613
version "1.8.1"
607614
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.1.tgz#e7df00f98a203324f6dc7cc606cad9d4a8ab2217"

0 commit comments

Comments
 (0)