diff --git a/package-lock.json b/package-lock.json index b2e89e2..a62a450 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1498,14 +1498,25 @@ } }, "@octokit/rest": { - "version": "18.0.8", - "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.0.8.tgz", - "integrity": "sha512-crYqQWFS/75o+FSE2Ejpt0Tk9FgkQ4aGvToptqbnvlfViE/C4hVAtmn/X0emQ8Q3wg1tYXYNIcuG1XXSOEeARg==", + "version": "18.0.9", + "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.0.9.tgz", + "integrity": "sha512-CC5+cIx974Ygx9lQNfUn7/oXDQ9kqGiKUC6j1A9bAVZZ7aoTF8K6yxu0pQhQrLBwSl92J6Z3iVDhGhGFgISCZg==", "requires": { "@octokit/core": "^3.0.0", "@octokit/plugin-paginate-rest": "^2.2.0", "@octokit/plugin-request-log": "^1.0.0", - "@octokit/plugin-rest-endpoint-methods": "4.2.0" + "@octokit/plugin-rest-endpoint-methods": "4.2.1" + }, + "dependencies": { + "@octokit/plugin-rest-endpoint-methods": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.2.1.tgz", + "integrity": "sha512-QyFr4Bv807Pt1DXZOC5a7L5aFdrwz71UHTYoHVajYV5hsqffWm8FUl9+O7nxRu5PDMtB/IKrhFqTmdBTK5cx+A==", + "requires": { + "@octokit/types": "^5.5.0", + "deprecation": "^2.3.1" + } + } } }, "@octokit/types": { diff --git a/package.json b/package.json index 638fb80..c421297 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@actions/core": "^1.2.6", "@actions/exec": "^1.0.4", "@actions/github": "^4.0.0", - "@octokit/rest": "^18.0.8", + "@octokit/rest": "^18.0.9", "@types/semver": "^7.3.4", "moment": "^2.29.1", "semver": "^7.3.2"