diff --git a/package-lock.json b/package-lock.json index 0f38fd647a..3fa8f2e72c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2298,12 +2298,27 @@ "dev": true }, "@octokit/plugin-rest-endpoint-methods": { - "version": "5.3.4", - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.3.4.tgz", - "integrity": "sha512-2Y2q/FYCsW5tcwIqgnLOgzZXEb3I1VoSQGyHs/Zki/Ufs5H+uT0maPVHatLKw90LQbqK7ON8NpL3Y8IyzG6pNA==", + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.6.0.tgz", + "integrity": "sha512-2G7lIPwjG9XnTlNhe/TRnpI8yS9K2l68W4RP/ki3wqw2+sVeTK8hItPxkqEI30VeH0UwnzpuksMU/yHxiVVctw==", "requires": { - "@octokit/types": "^6.16.7", + "@octokit/types": "^6.23.0", "deprecation": "^2.3.1" + }, + "dependencies": { + "@octokit/openapi-types": { + "version": "9.3.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-9.3.0.tgz", + "integrity": "sha512-oz60hhL+mDsiOWhEwrj5aWXTOMVtQgcvP+sRzX4C3cH7WOK9QSAoEtjWh0HdOf6V3qpdgAmUMxnQPluzDWR7Fw==" + }, + "@octokit/types": { + "version": "6.23.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.23.0.tgz", + "integrity": "sha512-eG3clC31GSS7K3oBK6C6o7wyXPrkP+mu++eus8CSZdpRytJ5PNszYxudOQ0spWZQ3S9KAtoTG6v1WK5prJcJrA==", + "requires": { + "@octokit/openapi-types": "^9.3.0" + } + } } }, "@octokit/plugin-retry": { @@ -2357,6 +2372,18 @@ "@octokit/plugin-paginate-rest": "^2.6.2", "@octokit/plugin-request-log": "^1.0.2", "@octokit/plugin-rest-endpoint-methods": "5.3.4" + }, + "dependencies": { + "@octokit/plugin-rest-endpoint-methods": { + "version": "5.3.4", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.3.4.tgz", + "integrity": "sha512-2Y2q/FYCsW5tcwIqgnLOgzZXEb3I1VoSQGyHs/Zki/Ufs5H+uT0maPVHatLKw90LQbqK7ON8NpL3Y8IyzG6pNA==", + "dev": true, + "requires": { + "@octokit/types": "^6.16.7", + "deprecation": "^2.3.1" + } + } } }, "@octokit/tsconfig": {