Skip to content

Commit 1cbc7ff

Browse files
chore: Bump @octokit/rest from 19.0.3 to 19.0.4 in /modules/runner-binaries-syncer/lambdas/runner-binaries-syncer (#2332)
chore: Bump @octokit/rest Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 19.0.3 to 19.0.4. - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](octokit/rest.js@v19.0.3...v19.0.4) --- updated-dependencies: - dependency-name: "@octokit/rest" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 657539d commit 1cbc7ff

File tree

2 files changed

+23
-11
lines changed

2 files changed

+23
-11
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
@@ -15,7 +15,7 @@
1515
"format-check": "prettier --check \"**/*.ts\""
1616
},
1717
"devDependencies": {
18-
"@octokit/rest": "^19.0.3",
18+
"@octokit/rest": "^19.0.4",
1919
"@trivago/prettier-plugin-sort-imports": "^3.3.0",
2020
"@types/jest": "^27.5.0",
2121
"@types/node": "^18.7.5",

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

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -783,12 +783,17 @@
783783
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-12.8.0.tgz#f4708cf948724d6e8f7d878cfd91584c1c5c0523"
784784
integrity sha512-ydcKLs2KKcxlhpdWLzJxEBDEk/U5MUeqtqkXlrtAUXXFPs6vLl1PEGghFC/BbpleosB7iXs0Z4P2DGe7ZT5ZNg==
785785

786-
"@octokit/plugin-paginate-rest@^3.0.0":
787-
version "3.0.0"
788-
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-3.0.0.tgz#df779de686aeb21b5e776e4318defc33b0418566"
789-
integrity sha512-fvw0Q5IXnn60D32sKeLIxgXCEZ7BTSAjJd8cFAE6QU5qUp0xo7LjFUjjX1J5D7HgN355CN4EXE4+Q1/96JaNUA==
786+
"@octokit/openapi-types@^13.1.0":
787+
version "13.1.0"
788+
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-13.1.0.tgz#30459b45e6dd388d48d72de166f2f08ee8ece5b6"
789+
integrity sha512-Z7vzLqfTkoVQyoy/2iQla1N2I4Vav2wi4JbZK8QxIYAfBimhuflosFxmsqw5LTH7DkdNW46ZYpAcqJf0XaS8SQ==
790+
791+
"@octokit/plugin-paginate-rest@^4.0.0":
792+
version "4.0.0"
793+
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-4.0.0.tgz#859a168262b657d46a8f1243ded66c87cee964b9"
794+
integrity sha512-g4GJMt/7VDmIMMdQenN6bmsmRoZca1c7IxOdF2yMiMwQYrE2bmmypGQeQSD5rsaffsFMCUS7Br4pMVZamareYA==
790795
dependencies:
791-
"@octokit/types" "^6.39.0"
796+
"@octokit/types" "^7.0.0"
792797

793798
"@octokit/plugin-request-log@^1.0.4":
794799
version "1.0.4"
@@ -824,13 +829,13 @@
824829
node-fetch "^2.6.7"
825830
universal-user-agent "^6.0.0"
826831

827-
"@octokit/rest@^19.0.3":
828-
version "19.0.3"
829-
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-19.0.3.tgz#b9a4e8dc8d53e030d611c053153ee6045f080f02"
830-
integrity sha512-5arkTsnnRT7/sbI4fqgSJ35KiFaN7zQm0uQiQtivNQLI8RQx8EHwJCajcTUwmaCMNDg7tdCvqAnc7uvHHPxrtQ==
832+
"@octokit/rest@^19.0.4":
833+
version "19.0.4"
834+
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-19.0.4.tgz#fd8bed1cefffa486e9ae46a9dc608ce81bcfcbdd"
835+
integrity sha512-LwG668+6lE8zlSYOfwPj4FxWdv/qFXYBpv79TWIQEpBLKA9D/IMcWsF/U9RGpA3YqMVDiTxpgVpEW3zTFfPFTA==
831836
dependencies:
832837
"@octokit/core" "^4.0.0"
833-
"@octokit/plugin-paginate-rest" "^3.0.0"
838+
"@octokit/plugin-paginate-rest" "^4.0.0"
834839
"@octokit/plugin-request-log" "^1.0.4"
835840
"@octokit/plugin-rest-endpoint-methods" "^6.0.0"
836841

@@ -848,6 +853,13 @@
848853
dependencies:
849854
"@octokit/openapi-types" "^12.7.0"
850855

856+
"@octokit/types@^7.0.0":
857+
version "7.1.0"
858+
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-7.1.0.tgz#98e345dbc6eba326dad5cfa4074171d89abb9d84"
859+
integrity sha512-+ClA0jRc9zGFj5mfQeQNfgTlelzhpAexbAueQG1t2Xn8yhgnsjkF8bgLcUUpwrpqkv296uXyiGwkqXRSU7KYzQ==
860+
dependencies:
861+
"@octokit/openapi-types" "^13.1.0"
862+
851863
"@sinclair/typebox@^0.24.1":
852864
version "0.24.20"
853865
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.24.20.tgz#11a657875de6008622d53f56e063a6347c51a6dd"

0 commit comments

Comments
 (0)