Merge pull request #281 from napi-rs/dependabot/npm_and_yarn/octokit/rest-18.0.9
build(deps): bump @octokit/rest from 18.0.7 to 18.0.9
This commit is contained in:
commit
13868f0f5f
2 changed files with 10 additions and 10 deletions
|
@ -41,7 +41,7 @@
|
|||
},
|
||||
"homepage": "https://github.com/napi-rs/napi-rs#readme",
|
||||
"dependencies": {
|
||||
"@octokit/rest": "^18.0.7",
|
||||
"@octokit/rest": "^18.0.9",
|
||||
"chalk": "^4.1.0",
|
||||
"clipanion": "^2.6.2",
|
||||
"debug": "^4.2.0",
|
||||
|
|
18
yarn.lock
18
yarn.lock
|
@ -346,10 +346,10 @@
|
|||
"@octokit/types" "^4.1.6"
|
||||
deprecation "^2.3.1"
|
||||
|
||||
"@octokit/plugin-rest-endpoint-methods@4.2.0":
|
||||
version "4.2.0"
|
||||
resolved "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.2.0.tgz#c5a0691b3aba5d8b4ef5dffd6af3649608f167ba"
|
||||
integrity sha512-1/qn1q1C1hGz6W/iEDm9DoyNoG/xdFDt78E3eZ5hHeUfJTLJgyAMdj9chL/cNBHjcjd+FH5aO1x0VCqR2RE0mw==
|
||||
"@octokit/plugin-rest-endpoint-methods@4.2.1":
|
||||
version "4.2.1"
|
||||
resolved "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.2.1.tgz#8224833a45c3394836dc6e86f1e6c49269a2c350"
|
||||
integrity sha512-QyFr4Bv807Pt1DXZOC5a7L5aFdrwz71UHTYoHVajYV5hsqffWm8FUl9+O7nxRu5PDMtB/IKrhFqTmdBTK5cx+A==
|
||||
dependencies:
|
||||
"@octokit/types" "^5.5.0"
|
||||
deprecation "^2.3.1"
|
||||
|
@ -387,15 +387,15 @@
|
|||
"@octokit/plugin-request-log" "^1.0.0"
|
||||
"@octokit/plugin-rest-endpoint-methods" "3.17.0"
|
||||
|
||||
"@octokit/rest@^18.0.7":
|
||||
version "18.0.7"
|
||||
resolved "https://registry.npmjs.org/@octokit/rest/-/rest-18.0.7.tgz#236514417084334bc0ef62416a19f6030db3d907"
|
||||
integrity sha512-ctz0cMIb3c6gO2ADto+A1r4JI+2hkUkDcD1JRunkhk1SOUrNGQcQ+9FBqZ6UekS1Z/c3xPvF0OoLtX2cQ118+A==
|
||||
"@octokit/rest@^18.0.9":
|
||||
version "18.0.9"
|
||||
resolved "https://registry.npmjs.org/@octokit/rest/-/rest-18.0.9.tgz#964d707d914eb34b1787895fdcacff96de47844d"
|
||||
integrity sha512-CC5+cIx974Ygx9lQNfUn7/oXDQ9kqGiKUC6j1A9bAVZZ7aoTF8K6yxu0pQhQrLBwSl92J6Z3iVDhGhGFgISCZg==
|
||||
dependencies:
|
||||
"@octokit/core" "^3.0.0"
|
||||
"@octokit/plugin-paginate-rest" "^2.2.0"
|
||||
"@octokit/plugin-request-log" "^1.0.0"
|
||||
"@octokit/plugin-rest-endpoint-methods" "4.2.0"
|
||||
"@octokit/plugin-rest-endpoint-methods" "4.2.1"
|
||||
|
||||
"@octokit/types@^4.1.6":
|
||||
version "4.1.10"
|
||||
|
|
Loading…
Reference in a new issue