Merge pull request #268 from napi-rs/dependabot/npm_and_yarn/octokit/rest-18.0.7

build(deps): bump @octokit/rest from 18.0.6 to 18.0.7
This commit is contained in:
LongYinan 2020-10-31 21:12:16 +08:00 committed by GitHub
commit 7f9a6db99c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -41,7 +41,7 @@
},
"homepage": "https://github.com/napi-rs/napi-rs#readme",
"dependencies": {
"@octokit/rest": "^18.0.6",
"@octokit/rest": "^18.0.7",
"chalk": "^4.1.0",
"clipanion": "^2.6.2",
"debug": "^4.2.0",

View file

@ -387,10 +387,10 @@
"@octokit/plugin-request-log" "^1.0.0"
"@octokit/plugin-rest-endpoint-methods" "3.17.0"
"@octokit/rest@^18.0.6":
version "18.0.6"
resolved "https://registry.npmjs.org/@octokit/rest/-/rest-18.0.6.tgz#76c274f1a68f40741a131768ef483f041e7b98b6"
integrity sha512-ES4lZBKPJMX/yUoQjAZiyFjei9pJ4lTTfb9k7OtYoUzKPDLl/M8jiHqt6qeSauyU4eZGLw0sgP1WiQl9FYeM5w==
"@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==
dependencies:
"@octokit/core" "^3.0.0"
"@octokit/plugin-paginate-rest" "^2.2.0"