diff --git a/package-lock.json b/package-lock.json index 3bd0f9a..11a216f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -699,12 +699,35 @@ "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": "5.0.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-enterprise-compatibility/-/plugin-enterprise-compatibility-5.0.0.tgz", + "integrity": "sha512-UGmK1U+kFa1ZqyrmWB+jmVXGwBC/tNY/qZFYRfHww5XxHk1tCPOIsVk6w6RnSje5ReQxJ1qTC0/1EkOADpJ3ug==", "requires": { - "@octokit/request-error": "^2.0.4", - "@octokit/types": "^6.0.3" + "@octokit/request-error": "^6.1.1", + "@octokit/types": "^13.5.0" + }, + "dependencies": { + "@octokit/openapi-types": { + "version": "22.2.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-22.2.0.tgz", + "integrity": "sha512-QBhVjcUa9W7Wwhm6DBFu6ZZ+1/t/oYxqc2tp81Pi41YNuJinbFRx8B133qVOrAaBbF7D/m0Et6f9/pZt9Rc+tg==" + }, + "@octokit/request-error": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-6.1.1.tgz", + "integrity": "sha512-1mw1gqT3fR/WFvnoVpY/zUM2o/XkMs/2AszUUG9I69xn0JFLv6PGkPhNk5lbfvROs79wiS0bqiJNxfCZcRJJdg==", + "requires": { + "@octokit/types": "^13.0.0" + } + }, + "@octokit/types": { + "version": "13.5.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.5.0.tgz", + "integrity": "sha512-HdqWTf5Z3qwDVlzCrP8UJquMwunpDiMPt5er+QjGzL4hqr/vBVY/MauQgS1xWxCDT1oMx1EULyqxncdCY/NVSQ==", + "requires": { + "@octokit/openapi-types": "^22.2.0" + } + } } }, "@octokit/plugin-paginate-rest": { diff --git a/package.json b/package.json index b795e67..3ea1e99 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": "^5.0.0", "@octokit/plugin-throttling": "^3.4.1", "@octokit/rest": "^18.3.4", "debug": "^4.1.1",