diff --git a/package-lock.json b/package-lock.json index 7da8fe4..e503596 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@actions/core": "^1.2.6", "@actions/exec": "^1.0.4", "@actions/github": "^4.0.0", - "@octokit/rest": "^18.4.0", + "@octokit/rest": "^18.5.0", "@types/semver": "^7.3.4", "moment": "^2.29.1", "semver": "^7.3.5" @@ -1015,9 +1015,9 @@ } }, "node_modules/@octokit/plugin-rest-endpoint-methods": { - "version": "4.14.0", - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.14.0.tgz", - "integrity": "sha512-QoZ469GDvFALHuxhcRA4KFGTaPeu5Z0MILGPa7irTGfYE0WfL+LFqWmULm9tuFKaKNlTcEQ7c5uJ0p4k5uvmNQ==", + "version": "4.15.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.15.0.tgz", + "integrity": "sha512-1AF9GM/Ywk8ukUM5seDRj286GdFpdfsHeOrOPBV2rVtRN7MQNzRIcw8W5sb4JPerjQ0WcRRwAwQyufg64BxJkA==", "dependencies": { "@octokit/types": "^6.13.0", "deprecation": "^2.3.1" @@ -1052,14 +1052,14 @@ } }, "node_modules/@octokit/rest": { - "version": "18.4.0", - "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.4.0.tgz", - "integrity": "sha512-3bFg0vyD3O+6EukYzLTu4tUapMofSR4nYgMEOJc25sefippsatiWfNoOnx0QNj3PIXVJdW0riUjQnDwgS0JNWA==", + "version": "18.5.0", + "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.5.0.tgz", + "integrity": "sha512-+4+u12KIw53R9+k6jBw6QL7xycKfEquk8CuStNNjdSPxCC7+FQiULG/woyqgJaGod6zBkYGSL0Zulk4JM8h2sQ==", "dependencies": { "@octokit/core": "^3.2.3", "@octokit/plugin-paginate-rest": "^2.6.2", "@octokit/plugin-request-log": "^1.0.2", - "@octokit/plugin-rest-endpoint-methods": "4.14.0" + "@octokit/plugin-rest-endpoint-methods": "4.15.0" } }, "node_modules/@octokit/types": { @@ -9229,9 +9229,9 @@ "requires": {} }, "@octokit/plugin-rest-endpoint-methods": { - "version": "4.14.0", - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.14.0.tgz", - "integrity": "sha512-QoZ469GDvFALHuxhcRA4KFGTaPeu5Z0MILGPa7irTGfYE0WfL+LFqWmULm9tuFKaKNlTcEQ7c5uJ0p4k5uvmNQ==", + "version": "4.15.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.15.0.tgz", + "integrity": "sha512-1AF9GM/Ywk8ukUM5seDRj286GdFpdfsHeOrOPBV2rVtRN7MQNzRIcw8W5sb4JPerjQ0WcRRwAwQyufg64BxJkA==", "requires": { "@octokit/types": "^6.13.0", "deprecation": "^2.3.1" @@ -9263,14 +9263,14 @@ } }, "@octokit/rest": { - "version": "18.4.0", - "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.4.0.tgz", - "integrity": "sha512-3bFg0vyD3O+6EukYzLTu4tUapMofSR4nYgMEOJc25sefippsatiWfNoOnx0QNj3PIXVJdW0riUjQnDwgS0JNWA==", + "version": "18.5.0", + "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.5.0.tgz", + "integrity": "sha512-+4+u12KIw53R9+k6jBw6QL7xycKfEquk8CuStNNjdSPxCC7+FQiULG/woyqgJaGod6zBkYGSL0Zulk4JM8h2sQ==", "requires": { "@octokit/core": "^3.2.3", "@octokit/plugin-paginate-rest": "^2.6.2", "@octokit/plugin-request-log": "^1.0.2", - "@octokit/plugin-rest-endpoint-methods": "4.14.0" + "@octokit/plugin-rest-endpoint-methods": "4.15.0" } }, "@octokit/types": { diff --git a/package.json b/package.json index efd902f..e1ccec2 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.4.0", + "@octokit/rest": "^18.5.0", "@types/semver": "^7.3.4", "moment": "^2.29.1", "semver": "^7.3.5"