Skip to content

Commit 99d6615

Browse files
build(deps-dev): bump @octokit/rest from 19.0.3 to 19.0.4 (webpack#6332)
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] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7bd2e80 commit 99d6615

File tree

2 files changed

+23
-11
lines changed

2 files changed

+23
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@babel/preset-react": "^7.18.6",
7878
"@mdx-js/loader": "^2.0.0-next.9",
7979
"@octokit/auth-action": "^2.0.0",
80-
"@octokit/rest": "^19.0.3",
80+
"@octokit/rest": "^19.0.4",
8181
"@parcel/css": "^1.12.2",
8282
"@pmmmwh/react-refresh-webpack-plugin": "next",
8383
"@svgr/webpack": "^6.3.1",

yarn.lock

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

1939-
"@octokit/plugin-paginate-rest@^3.0.0":
1940-
version "3.0.0"
1941-
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-3.0.0.tgz#df779de686aeb21b5e776e4318defc33b0418566"
1942-
integrity sha512-fvw0Q5IXnn60D32sKeLIxgXCEZ7BTSAjJd8cFAE6QU5qUp0xo7LjFUjjX1J5D7HgN355CN4EXE4+Q1/96JaNUA==
1939+
"@octokit/openapi-types@^13.0.0":
1940+
version "13.0.1"
1941+
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-13.0.1.tgz#f655810f0dc0547b771526fea171acffbc7bd4a8"
1942+
integrity sha512-40U39YoFBhJhmkAg6gbJnh9U8aueJwCuiTW0mXY2pNl9/+E7dUxXiMPOrIUGT12XqLinroaXYA3FUiw3BMeNfg==
1943+
1944+
"@octokit/plugin-paginate-rest@^4.0.0":
1945+
version "4.0.0"
1946+
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-4.0.0.tgz#859a168262b657d46a8f1243ded66c87cee964b9"
1947+
integrity sha512-g4GJMt/7VDmIMMdQenN6bmsmRoZca1c7IxOdF2yMiMwQYrE2bmmypGQeQSD5rsaffsFMCUS7Br4pMVZamareYA==
19431948
dependencies:
1944-
"@octokit/types" "^6.39.0"
1949+
"@octokit/types" "^7.0.0"
19451950

19461951
"@octokit/plugin-request-log@^1.0.4":
19471952
version "1.0.4"
@@ -1986,13 +1991,13 @@
19861991
node-fetch "^2.6.7"
19871992
universal-user-agent "^6.0.0"
19881993

1989-
"@octokit/rest@^19.0.3":
1990-
version "19.0.3"
1991-
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-19.0.3.tgz#b9a4e8dc8d53e030d611c053153ee6045f080f02"
1992-
integrity sha512-5arkTsnnRT7/sbI4fqgSJ35KiFaN7zQm0uQiQtivNQLI8RQx8EHwJCajcTUwmaCMNDg7tdCvqAnc7uvHHPxrtQ==
1994+
"@octokit/rest@^19.0.4":
1995+
version "19.0.4"
1996+
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-19.0.4.tgz#fd8bed1cefffa486e9ae46a9dc608ce81bcfcbdd"
1997+
integrity sha512-LwG668+6lE8zlSYOfwPj4FxWdv/qFXYBpv79TWIQEpBLKA9D/IMcWsF/U9RGpA3YqMVDiTxpgVpEW3zTFfPFTA==
19931998
dependencies:
19941999
"@octokit/core" "^4.0.0"
1995-
"@octokit/plugin-paginate-rest" "^3.0.0"
2000+
"@octokit/plugin-paginate-rest" "^4.0.0"
19962001
"@octokit/plugin-request-log" "^1.0.4"
19972002
"@octokit/plugin-rest-endpoint-methods" "^6.0.0"
19982003

@@ -2003,6 +2008,13 @@
20032008
dependencies:
20042009
"@octokit/openapi-types" "^12.7.0"
20052010

2011+
"@octokit/types@^7.0.0":
2012+
version "7.0.0"
2013+
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-7.0.0.tgz#3ecee92edff53a93ecd75d6b9d6620574d2048ca"
2014+
integrity sha512-8uSDc66p6+wADn6lh6lA7I3ZTIapn7F/dfpsiDztVjEr6kkyKR3qPqa4lgEX92O/8iJoDeGcscKRXGAjCSR/zg==
2015+
dependencies:
2016+
"@octokit/openapi-types" "^13.0.0"
2017+
20062018
"@parcel/css-darwin-arm64@1.12.2":
20072019
version "1.12.2"
20082020
resolved "https://registry.yarnpkg.com/@parcel/css-darwin-arm64/-/css-darwin-arm64-1.12.2.tgz#4215585dac699f0f75015f5b47254867ac1221d3"

0 commit comments

Comments
 (0)