From c688fc1b3cd5c3b3af027a1ab0708afdabe1850f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 05:55:37 +0000 Subject: [PATCH] build(deps): bump @octokit/rest from 18.0.14 to 18.0.15 Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.0.14 to 18.0.15. - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](https://github.com/octokit/rest.js/compare/v18.0.14...v18.0.15) Signed-off-by: dependabot[bot] --- cli/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cli/package.json b/cli/package.json index 096ac80a..57f9ee51 100644 --- a/cli/package.json +++ b/cli/package.json @@ -32,7 +32,7 @@ "url": "https://github.com/napi-rs/napi-rs/issues" }, "dependencies": { - "@octokit/rest": "^18.0.14", + "@octokit/rest": "^18.0.15", "chalk": "^4.1.0", "clipanion": "^2.6.2", "debug": "^4.3.1", diff --git a/yarn.lock b/yarn.lock index 9d5f15eb..60b723b0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1230,10 +1230,10 @@ "@octokit/plugin-request-log" "^1.0.0" "@octokit/plugin-rest-endpoint-methods" "3.17.0" -"@octokit/rest@^18.0.14": - version "18.0.14" - resolved "https://registry.npmjs.org/@octokit/rest/-/rest-18.0.14.tgz#a152478465746542e80697b5a5576ccb6151dc4d" - integrity sha512-62mKIaBb/XD2Z2KCBmAPydEk/d0IBMOnwk6DJVo36ICTnxlRPTdQwFE2LzlpBPDR52xOKPlGqb3Bnhh99atltA== +"@octokit/rest@^18.0.15": + version "18.0.15" + resolved "https://registry.npmjs.org/@octokit/rest/-/rest-18.0.15.tgz#a690aabd9927a3389e285dee25da67e62b3f14ad" + integrity sha512-MBlZl0KeuvFMJ3210hG5xhh/jtYmMDLd5WmO49Wg4Rfg0odeivntWAyq3KofJDP2G8jskCaaOaZBKo0TeO9tFA== dependencies: "@octokit/core" "^3.2.3" "@octokit/plugin-paginate-rest" "^2.6.2"