diff --git a/package-lock.json b/package-lock.json index 759cf8ba..f6cea842 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@octokit/core": "^6.0.1", - "@octokit/plugin-rest-endpoint-methods": "^12.0.0", + "@octokit/plugin-rest-endpoint-methods": "^13.0.0", "@octokit/tsconfig": "^3.0.0", "@types/fetch-mock": "^7.3.1", "@types/jest": "^29.0.0", @@ -1890,12 +1890,12 @@ "integrity": "sha512-1yN5m1IMNXthoBDUXFF97N1gHop04B3H8ws7wtOr8GgRyDO1gKALjwMHARNBoMBiB/2vEe/vxstrApcJZzQbnQ==" }, "node_modules/@octokit/plugin-rest-endpoint-methods": { - "version": "12.2.0", - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-12.2.0.tgz", - "integrity": "sha512-pedYlTRKpOVfdhRynGlvdlc5otxlKRveWQFsDWeyM+nuyYYKyTxUfLGCRBgfg3DJrCCtnUIvwhFEBsDTnGiz6A==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-13.0.0.tgz", + "integrity": "sha512-n70fv4ip6j9Q9O+yWH8wZ3vwAKTucjQVZVJLoz50wVk6bF/Ke8xYji7DAd3OKTYNt+lkWwK6SGZKOKtUiJeTTw==", "dev": true, "dependencies": { - "@octokit/types": "^13.1.0" + "@octokit/types": "^13.4.0" }, "engines": { "node": ">= 18" @@ -8489,12 +8489,12 @@ "integrity": "sha512-1yN5m1IMNXthoBDUXFF97N1gHop04B3H8ws7wtOr8GgRyDO1gKALjwMHARNBoMBiB/2vEe/vxstrApcJZzQbnQ==" }, "@octokit/plugin-rest-endpoint-methods": { - "version": "12.2.0", - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-12.2.0.tgz", - "integrity": "sha512-pedYlTRKpOVfdhRynGlvdlc5otxlKRveWQFsDWeyM+nuyYYKyTxUfLGCRBgfg3DJrCCtnUIvwhFEBsDTnGiz6A==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-13.0.0.tgz", + "integrity": "sha512-n70fv4ip6j9Q9O+yWH8wZ3vwAKTucjQVZVJLoz50wVk6bF/Ke8xYji7DAd3OKTYNt+lkWwK6SGZKOKtUiJeTTw==", "dev": true, "requires": { - "@octokit/types": "^13.1.0" + "@octokit/types": "^13.4.0" } }, "@octokit/request": { diff --git a/package.json b/package.json index 68d4cd9b..78138f65 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ }, "devDependencies": { "@octokit/core": "^6.0.1", - "@octokit/plugin-rest-endpoint-methods": "^12.0.0", + "@octokit/plugin-rest-endpoint-methods": "^13.0.0", "@octokit/tsconfig": "^3.0.0", "@types/fetch-mock": "^7.3.1", "@types/jest": "^29.0.0",