From 65d9342fc8f7f18e7e2f23a3866e3a2d7d2696f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 12:52:52 +0000 Subject: [PATCH] chore(deps-dev): bump @octokit/plugin-rest-endpoint-methods (#457) --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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",