diff --git a/package-lock.json b/package-lock.json index 7b3e1dc..cd868d8 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.2.0" }, "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.2.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.2.0.tgz", + "integrity": "sha512-ePbgBMYtGoRNXDyKGvr9cyHjQ163PbwD0y1MkDJCpkO2YH4OeXX40c4wYHKikHGZcpGPbcRLuy0unPUuafco8Q==", "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.2.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.2.0.tgz", + "integrity": "sha512-ePbgBMYtGoRNXDyKGvr9cyHjQ163PbwD0y1MkDJCpkO2YH4OeXX40c4wYHKikHGZcpGPbcRLuy0unPUuafco8Q==", "requires": { "@octokit/types": "^12.3.0" } diff --git a/package.json b/package.json index 72a293c..f2f3749 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.2.0" }, "devDependencies": { "@types/node": "^20.9.0",