diff --git a/package-lock.json b/package-lock.json index 727544d9e..7b6585fc4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "typescript": "5.2.2" }, "devDependencies": { - "@octokit/plugin-rest-endpoint-methods": "10.0.0", + "@octokit/plugin-rest-endpoint-methods": "10.0.1", "@swc/jest": "0.2.29", "@total-typescript/ts-reset": "0.5.1", "@types/bluebird": "3.5.39", @@ -1545,9 +1545,9 @@ } }, "node_modules/@octokit/plugin-rest-endpoint-methods": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.0.0.tgz", - "integrity": "sha512-16VkwE2v6rXU+/gBsYC62M8lKWOphY5Lg4wpjYnVE9Zbu0J6IwiT5kILoj1YOB53XLmcJR+Nqp8DmifOPY4H3g==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.0.1.tgz", + "integrity": "sha512-fgS6HPkPvJiz8CCliewLyym9qAx0RZ/LKh3sATaPfM41y/O2wQ4Z9MrdYeGPVh04wYmHFmWiGlKPC7jWVtZXQA==", "dependencies": { "@octokit/types": "^12.0.0" }, @@ -10836,9 +10836,9 @@ } }, "@octokit/plugin-rest-endpoint-methods": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.0.0.tgz", - "integrity": "sha512-16VkwE2v6rXU+/gBsYC62M8lKWOphY5Lg4wpjYnVE9Zbu0J6IwiT5kILoj1YOB53XLmcJR+Nqp8DmifOPY4H3g==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.0.1.tgz", + "integrity": "sha512-fgS6HPkPvJiz8CCliewLyym9qAx0RZ/LKh3sATaPfM41y/O2wQ4Z9MrdYeGPVh04wYmHFmWiGlKPC7jWVtZXQA==", "requires": { "@octokit/types": "^12.0.0" }, diff --git a/package.json b/package.json index 83fe33bae..8aa9fc1de 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "typescript": "5.2.2" }, "devDependencies": { - "@octokit/plugin-rest-endpoint-methods": "10.0.0", + "@octokit/plugin-rest-endpoint-methods": "10.0.1", "@swc/jest": "0.2.29", "@total-typescript/ts-reset": "0.5.1", "@types/bluebird": "3.5.39",