From 45ce9419784249878029cab5d8c670bd3ef9473b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 08:05:47 +0000 Subject: [PATCH] Bump @octokit/plugin-enterprise-compatibility from 1.2.9 to 2.0.3 Bumps [@octokit/plugin-enterprise-compatibility](https://github.com/octokit/plugin-enterprise-compatibility.js) from 1.2.9 to 2.0.3. - [Release notes](https://github.com/octokit/plugin-enterprise-compatibility.js/releases) - [Commits](https://github.com/octokit/plugin-enterprise-compatibility.js/compare/v1.2.9...v2.0.3) --- updated-dependencies: - dependency-name: "@octokit/plugin-enterprise-compatibility" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 35 ++++++++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 31 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3bd0f9a..723704a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -699,12 +699,37 @@ "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": "2.0.3", + "resolved": "https://registry.npmjs.org/@octokit/plugin-enterprise-compatibility/-/plugin-enterprise-compatibility-2.0.3.tgz", + "integrity": "sha512-RWe46TqOFJCJZw0Cqp/CD/vPSSF3bR0u79+KVFJzGOwx7hDvKhlTvyA+am0tGmJxkOvMwPCvi+reS3vewoZSDg==", "requires": { - "@octokit/request-error": "^2.0.4", - "@octokit/types": "^6.0.3" + "@octokit/request-error": "^3.0.0", + "@octokit/types": "^8.0.0" + }, + "dependencies": { + "@octokit/openapi-types": { + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-14.0.0.tgz", + "integrity": "sha512-HNWisMYlR8VCnNurDU6os2ikx0s0VyEjDYHNS/h4cgb8DeOxQ0n72HyinUtdDVxJhFy3FWLGl0DJhfEWk3P5Iw==" + }, + "@octokit/request-error": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-3.0.2.tgz", + "integrity": "sha512-WMNOFYrSaX8zXWoJg9u/pKgWPo94JXilMLb2VManNOby9EZxrQaBe/QSC4a1TzpAlpxofg2X/jMnCyZgL6y7eg==", + "requires": { + "@octokit/types": "^8.0.0", + "deprecation": "^2.0.0", + "once": "^1.4.0" + } + }, + "@octokit/types": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-8.0.0.tgz", + "integrity": "sha512-65/TPpOJP1i3K4lBJMnWqPUJ6zuOtzhtagDvydAWbEXpbFYA0oMKKyLb95NFZZP0lSh/4b6K+DQlzvYQJQQePg==", + "requires": { + "@octokit/openapi-types": "^14.0.0" + } + } } }, "@octokit/plugin-paginate-rest": { diff --git a/package.json b/package.json index b795e67..4ea00f8 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "author": "Michael Heap (https://michaelheap.com)", "license": "MIT", "dependencies": { - "@octokit/plugin-enterprise-compatibility": "^1.2.9", + "@octokit/plugin-enterprise-compatibility": "^2.0.3", "@octokit/plugin-throttling": "^3.4.1", "@octokit/rest": "^18.3.4", "debug": "^4.1.1",