diff --git a/package-lock.json b/package-lock.json index 3bd0f9a..26a5bee 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.2", + "resolved": "https://registry.npmjs.org/@octokit/plugin-enterprise-compatibility/-/plugin-enterprise-compatibility-2.0.2.tgz", + "integrity": "sha512-SnQXvVqFu/y1DWb3cHVvy/pcXKTFgfhpPSgF29AcxBPhISAADkfylrtOz+Mm1iUmZsxf5sBwsREojP83uNWivA==", "requires": { - "@octokit/request-error": "^2.0.4", - "@octokit/types": "^6.0.3" + "@octokit/request-error": "^3.0.0", + "@octokit/types": "^7.0.0" + }, + "dependencies": { + "@octokit/openapi-types": { + "version": "13.4.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-13.4.0.tgz", + "integrity": "sha512-2mVzW0X1+HDO3jF80/+QFZNzJiTefELKbhMu6yaBYbp/1gSMkVDm4rT472gJljTokWUlXaaE63m7WrWENhMDLw==" + }, + "@octokit/request-error": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-3.0.1.tgz", + "integrity": "sha512-ym4Bp0HTP7F3VFssV88WD1ZyCIRoE8H35pXSKwLeMizcdZAYc/t6N9X9Yr9n6t3aG9IH75XDnZ6UeZph0vHMWQ==", + "requires": { + "@octokit/types": "^7.0.0", + "deprecation": "^2.0.0", + "once": "^1.4.0" + } + }, + "@octokit/types": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-7.1.1.tgz", + "integrity": "sha512-Dx6cNTORyVaKY0Yeb9MbHksk79L8GXsihbG6PtWqTpkyA2TY1qBWE26EQXVG3dHwY9Femdd/WEeRUEiD0+H3TQ==", + "requires": { + "@octokit/openapi-types": "^13.4.0" + } + } } }, "@octokit/plugin-paginate-rest": { diff --git a/package.json b/package.json index b795e67..7ee3289 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.2", "@octokit/plugin-throttling": "^3.4.1", "@octokit/rest": "^18.3.4", "debug": "^4.1.1",