diff --git a/package-lock.json b/package-lock.json index 8a6a456..5662ce2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@actions/core": "^1.11.1", "@octokit/core": "^6.1.4", "@octokit/plugin-paginate-rest": "^11.6.0", - "@octokit/plugin-rest-endpoint-methods": "^13.3.1", + "@octokit/plugin-rest-endpoint-methods": "^13.5.0", "@octokit/request-error": "^6.1.7", "minimatch": "^10.0.1", "p-limit": "^6.2.0", @@ -929,12 +929,12 @@ } }, "node_modules/@octokit/plugin-rest-endpoint-methods": { - "version": "13.3.1", - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-13.3.1.tgz", - "integrity": "sha512-o8uOBdsyR+WR8MK9Cco8dCgvG13H1RlM1nWnK/W7TEACQBFux/vPREgKucxUfuDQ5yi1T3hGf4C5ZmZXAERgwQ==", + "version": "13.5.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-13.5.0.tgz", + "integrity": "sha512-9Pas60Iv9ejO3WlAX3maE1+38c5nqbJXV5GrncEfkndIpZrJ/WPMRd2xYDcPPEt5yzpxcjw9fWNoPhsSGzqKqw==", "license": "MIT", "dependencies": { - "@octokit/types": "^13.8.0" + "@octokit/types": "^13.10.0" }, "engines": { "node": ">= 18" diff --git a/package.json b/package.json index 77cd3bd..85d76b9 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@actions/core": "^1.11.1", "@octokit/core": "^6.1.4", "@octokit/plugin-paginate-rest": "^11.6.0", - "@octokit/plugin-rest-endpoint-methods": "^13.3.1", + "@octokit/plugin-rest-endpoint-methods": "^13.5.0", "@octokit/request-error": "^6.1.7", "minimatch": "^10.0.1", "p-limit": "^6.2.0",