From 6fd9420cb8c8a75238b30c6daef34094f9b5a311 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jun 2021 05:43:29 +0000 Subject: [PATCH] Bump @octokit/plugin-enterprise-compatibility from 1.2.9 to 1.3.0 Bumps [@octokit/plugin-enterprise-compatibility](https://github.com/octokit/plugin-enterprise-compatibility.js) from 1.2.9 to 1.3.0. - [Release notes](https://github.com/octokit/plugin-enterprise-compatibility.js/releases) - [Commits](https://github.com/octokit/plugin-enterprise-compatibility.js/compare/v1.2.9...v1.3.0) --- updated-dependencies: - dependency-name: "@octokit/plugin-enterprise-compatibility" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3bd0f9a..5087d28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -699,12 +699,24 @@ "integrity": "sha512-TvVk2QuIA0lQZcIMd6xbdGaGDVeNYIOa3l1ZVagAIk5K3t/WMYbcg4BISNDhzdVhm/TgQB26frAgd/GV81aHJA==" }, "@octokit/plugin-enterprise-compatibility": { - "version": "1.2.9", - "resolved": "https://registry.npmjs.org/@octokit/plugin-enterprise-compatibility/-/plugin-enterprise-compatibility-1.2.9.tgz", - "integrity": "sha512-No/4dQ7qPeGCRllaS7DP5wNZDmGbJO8OvQ9qePYHGqacY+fmaj7m95ngxmO1AQ2OcVQmFyV/jBDXB3EfVgWUpg==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-enterprise-compatibility/-/plugin-enterprise-compatibility-1.3.0.tgz", + "integrity": "sha512-h34sMGdEOER/OKrZJ55v26ntdHb9OPfR1fwOx6Q4qYyyhWA104o11h9tFxnS/l41gED6WEI41Vu2G2zHDVC5lQ==", "requires": { - "@octokit/request-error": "^2.0.4", + "@octokit/request-error": "^2.1.0", "@octokit/types": "^6.0.3" + }, + "dependencies": { + "@octokit/request-error": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-2.1.0.tgz", + "integrity": "sha512-1VIvgXxs9WHSjicsRwq8PlR2LR2x6DwsJAaFgzdi0JfJoGSO8mYI/cHJQ+9FbN21aa+DrgNLnwObmyeSC8Rmpg==", + "requires": { + "@octokit/types": "^6.0.3", + "deprecation": "^2.0.0", + "once": "^1.4.0" + } + } } }, "@octokit/plugin-paginate-rest": {