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

Commit 0381d1b

Browse files
chore(syncer): bump @octokit/rest from 19.0.5 to 19.0.7 in /modules/runner-binaries-syncer/lambdas/runner-binaries-syncer (#2969)
chore(syncer): bump @octokit/rest Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 19.0.5 to 19.0.7. - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](octokit/rest.js@v19.0.5...v19.0.7) --- updated-dependencies: - dependency-name: "@octokit/rest" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 44f6902 commit 0381d1b

File tree

2 files changed

+29
-17
lines changed

2 files changed

+29
-17
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@babel/helper-get-function-arity": "^7.16.7",
20-
"@octokit/rest": "^19.0.5",
20+
"@octokit/rest": "^19.0.7",
2121
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
2222
"@types/jest": "^29.4.0",
2323
"@types/node": "^18.11.18",

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

+28-16
Original file line numberDiff line numberDiff line change
@@ -777,24 +777,29 @@
777777
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-14.0.0.tgz#949c5019028c93f189abbc2fb42f333290f7134a"
778778
integrity sha512-HNWisMYlR8VCnNurDU6os2ikx0s0VyEjDYHNS/h4cgb8DeOxQ0n72HyinUtdDVxJhFy3FWLGl0DJhfEWk3P5Iw==
779779

780-
"@octokit/plugin-paginate-rest@^5.0.0":
781-
version "5.0.1"
782-
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-5.0.1.tgz#93d7e74f1f69d68ba554fa6b888c2a9cf1f99a83"
783-
integrity sha512-7A+rEkS70pH36Z6JivSlR7Zqepz3KVucEFVDnSrgHXzG7WLAzYwcHZbKdfTXHwuTHbkT1vKvz7dHl1+HNf6Qyw==
780+
"@octokit/openapi-types@^16.0.0":
781+
version "16.0.0"
782+
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-16.0.0.tgz#d92838a6cd9fb4639ca875ddb3437f1045cc625e"
783+
integrity sha512-JbFWOqTJVLHZSUUoF4FzAZKYtqdxWu9Z5m2QQnOyEa04fOFljvyh7D3GYKbfuaSWisqehImiVIMG4eyJeP5VEA==
784+
785+
"@octokit/plugin-paginate-rest@^6.0.0":
786+
version "6.0.0"
787+
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-6.0.0.tgz#f34b5a7d9416019126042cd7d7b811e006c0d561"
788+
integrity sha512-Sq5VU1PfT6/JyuXPyt04KZNVsFOSBaYOAq2QRZUwzVlI10KFvcbUo8lR258AAQL1Et60b0WuVik+zOWKLuDZxw==
784789
dependencies:
785-
"@octokit/types" "^8.0.0"
790+
"@octokit/types" "^9.0.0"
786791

787792
"@octokit/plugin-request-log@^1.0.4":
788793
version "1.0.4"
789794
resolved "https://registry.yarnpkg.com/@octokit/plugin-request-log/-/plugin-request-log-1.0.4.tgz#5e50ed7083a613816b1e4a28aeec5fb7f1462e85"
790795
integrity sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA==
791796

792-
"@octokit/plugin-rest-endpoint-methods@^6.7.0":
793-
version "6.7.0"
794-
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-6.7.0.tgz#2f6f17f25b6babbc8b41d2bb0a95a8839672ce7c"
795-
integrity sha512-orxQ0fAHA7IpYhG2flD2AygztPlGYNAdlzYz8yrD8NDgelPfOYoRPROfEyIe035PlxvbYrgkfUZIhSBKju/Cvw==
797+
"@octokit/plugin-rest-endpoint-methods@^7.0.0":
798+
version "7.0.1"
799+
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-7.0.1.tgz#f7ebe18144fd89460f98f35a587b056646e84502"
800+
integrity sha512-pnCaLwZBudK5xCdrR823xHGNgqOzRnJ/mpC/76YPpNP7DybdsJtP7mdOwh+wYZxK5jqeQuhu59ogMI4NRlBUvA==
796801
dependencies:
797-
"@octokit/types" "^8.0.0"
802+
"@octokit/types" "^9.0.0"
798803
deprecation "^2.3.1"
799804

800805
"@octokit/request-error@^3.0.0":
@@ -818,15 +823,15 @@
818823
node-fetch "^2.6.7"
819824
universal-user-agent "^6.0.0"
820825

821-
"@octokit/rest@^19.0.5":
822-
version "19.0.5"
823-
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-19.0.5.tgz#4dbde8ae69b27dca04b5f1d8119d282575818f6c"
824-
integrity sha512-+4qdrUFq2lk7Va+Qff3ofREQWGBeoTKNqlJO+FGjFP35ZahP+nBenhZiGdu8USSgmq4Ky3IJ/i4u0xbLqHaeow==
826+
"@octokit/rest@^19.0.7":
827+
version "19.0.7"
828+
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-19.0.7.tgz#d2e21b4995ab96ae5bfae50b4969da7e04e0bb70"
829+
integrity sha512-HRtSfjrWmWVNp2uAkEpQnuGMJsu/+dBr47dRc5QVgsCbnIc1+GFEaoKBWkYG+zjrsHpSqcAElMio+n10c0b5JA==
825830
dependencies:
826831
"@octokit/core" "^4.1.0"
827-
"@octokit/plugin-paginate-rest" "^5.0.0"
832+
"@octokit/plugin-paginate-rest" "^6.0.0"
828833
"@octokit/plugin-request-log" "^1.0.4"
829-
"@octokit/plugin-rest-endpoint-methods" "^6.7.0"
834+
"@octokit/plugin-rest-endpoint-methods" "^7.0.0"
830835

831836
"@octokit/types@^8.0.0":
832837
version "8.0.0"
@@ -835,6 +840,13 @@
835840
dependencies:
836841
"@octokit/openapi-types" "^14.0.0"
837842

843+
"@octokit/types@^9.0.0":
844+
version "9.0.0"
845+
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-9.0.0.tgz#6050db04ddf4188ec92d60e4da1a2ce0633ff635"
846+
integrity sha512-LUewfj94xCMH2rbD5YJ+6AQ4AVjFYTgpp6rboWM5T7N3IsIF65SBEOVcYMGAEzO/kKNiNaW4LoWtoThOhH06gw==
847+
dependencies:
848+
"@octokit/openapi-types" "^16.0.0"
849+
838850
"@sinclair/typebox@^0.25.16":
839851
version "0.25.21"
840852
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.25.21.tgz#763b05a4b472c93a8db29b2c3e359d55b29ce272"

0 commit comments

Comments
 (0)