diff --git a/package-lock.json b/package-lock.json index 7b3e1dc..a128515 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "@actions/github": "^6.0.0", "@octokit/core": "^5.0.1", "@octokit/plugin-request-log": "^4.0.0", - "@octokit/plugin-rest-endpoint-methods": "^10.1.4" + "@octokit/plugin-rest-endpoint-methods": "^10.1.5" }, "devDependencies": { "@types/node": "^20.9.0", @@ -349,9 +349,9 @@ } }, "node_modules/@octokit/plugin-rest-endpoint-methods": { - "version": "10.1.4", - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.1.4.tgz", - "integrity": "sha512-e8dSb9ypW1Q2I+qkOPzs3A9f4/EGpSZSI45wWBfXiqcvpoxSywVcZajZRhFwAutKI+/NNoeKxsxMwCx73oQyWw==", + "version": "10.1.5", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.1.5.tgz", + "integrity": "sha512-LMEdsMV8TTMjMTqVoqMzV95XTbv0ZsWxCxQtjAunQOCdwoDH4BVF/Ke5JMSZEVCWGI2kzxnUNbFnK/MxwV7NjA==", "dependencies": { "@octokit/types": "^12.3.0" }, @@ -4067,9 +4067,9 @@ "requires": {} }, "@octokit/plugin-rest-endpoint-methods": { - "version": "10.1.4", - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.1.4.tgz", - "integrity": "sha512-e8dSb9ypW1Q2I+qkOPzs3A9f4/EGpSZSI45wWBfXiqcvpoxSywVcZajZRhFwAutKI+/NNoeKxsxMwCx73oQyWw==", + "version": "10.1.5", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.1.5.tgz", + "integrity": "sha512-LMEdsMV8TTMjMTqVoqMzV95XTbv0ZsWxCxQtjAunQOCdwoDH4BVF/Ke5JMSZEVCWGI2kzxnUNbFnK/MxwV7NjA==", "requires": { "@octokit/types": "^12.3.0" } diff --git a/package.json b/package.json index 72a293c..bfac006 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@actions/github": "^6.0.0", "@octokit/core": "^5.0.1", "@octokit/plugin-request-log": "^4.0.0", - "@octokit/plugin-rest-endpoint-methods": "^10.1.4" + "@octokit/plugin-rest-endpoint-methods": "^10.1.5" }, "devDependencies": { "@types/node": "^20.9.0",