From 91fbdb05c2ab72740ca4cd5f73d89b8b4f4e2678 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 00:14:54 +0000 Subject: [PATCH] Bump @octokit/plugin-rest-endpoint-methods from 10.1.2 to 10.1.3 Bumps [@octokit/plugin-rest-endpoint-methods](https://github.com/octokit/plugin-rest-endpoint-methods.js) from 10.1.2 to 10.1.3. - [Release notes](https://github.com/octokit/plugin-rest-endpoint-methods.js/releases) - [Commits](https://github.com/octokit/plugin-rest-endpoint-methods.js/compare/v10.1.2...v10.1.3) --- updated-dependencies: - dependency-name: "@octokit/plugin-rest-endpoint-methods" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5d91290..55d2420 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "minimatch": "^9.0.3" }, "devDependencies": { - "@octokit/plugin-rest-endpoint-methods": "^10.1.2", + "@octokit/plugin-rest-endpoint-methods": "^10.1.3", "@types/jest": "^27.5.0", "@types/js-yaml": "^4.0.9", "@types/minimatch": "^5.1.2", @@ -1008,11 +1008,11 @@ } }, "node_modules/@octokit/plugin-rest-endpoint-methods": { - "version": "10.1.2", - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.1.2.tgz", - "integrity": "sha512-JztgZ82CY4JNlPTuF0jh4iWuuGpEi5czFCoXyAbMg4F2XyFBbG5DWAKfa3odRvdZww6Df1tQgBKnqpd9X0WF9g==", + "version": "10.1.3", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.1.3.tgz", + "integrity": "sha512-rB6MPuu/TLkDpn9SONbOeD/Q8u3nX/c39KudIrxAuEclepIIFh61534Un0GVCJRSYoIss1r/yAs6b0xUF2/9ew==", "dependencies": { - "@octokit/types": "^12.1.1" + "@octokit/types": "^12.2.0" }, "engines": { "node": ">= 18" @@ -1050,9 +1050,9 @@ } }, "node_modules/@octokit/types": { - "version": "12.1.1", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.1.1.tgz", - "integrity": "sha512-qnJTldJ1NyGT5MTsCg/Zi+y2IFHZ1Jo5+njNCjJ9FcainV7LjuHgmB697kA0g4MjZeDAJsM3B45iqCVsCLVFZg==", + "version": "12.2.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.2.0.tgz", + "integrity": "sha512-ZkdHqHJdifVndN7Pha10+qrgAjy3AcG//Vmjr/o5UFuTiYCcMhqDj39Yr9VM9zJ/42KO2xAYhV7cvLnLI9Kvwg==", "dependencies": { "@octokit/openapi-types": "^19.0.2" } @@ -5170,11 +5170,11 @@ } }, "@octokit/plugin-rest-endpoint-methods": { - "version": "10.1.2", - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.1.2.tgz", - "integrity": "sha512-JztgZ82CY4JNlPTuF0jh4iWuuGpEi5czFCoXyAbMg4F2XyFBbG5DWAKfa3odRvdZww6Df1tQgBKnqpd9X0WF9g==", + "version": "10.1.3", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.1.3.tgz", + "integrity": "sha512-rB6MPuu/TLkDpn9SONbOeD/Q8u3nX/c39KudIrxAuEclepIIFh61534Un0GVCJRSYoIss1r/yAs6b0xUF2/9ew==", "requires": { - "@octokit/types": "^12.1.1" + "@octokit/types": "^12.2.0" } }, "@octokit/request": { @@ -5200,9 +5200,9 @@ } }, "@octokit/types": { - "version": "12.1.1", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.1.1.tgz", - "integrity": "sha512-qnJTldJ1NyGT5MTsCg/Zi+y2IFHZ1Jo5+njNCjJ9FcainV7LjuHgmB697kA0g4MjZeDAJsM3B45iqCVsCLVFZg==", + "version": "12.2.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.2.0.tgz", + "integrity": "sha512-ZkdHqHJdifVndN7Pha10+qrgAjy3AcG//Vmjr/o5UFuTiYCcMhqDj39Yr9VM9zJ/42KO2xAYhV7cvLnLI9Kvwg==", "requires": { "@octokit/openapi-types": "^19.0.2" } diff --git a/package.json b/package.json index 572cd2b..b26ae35 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "minimatch": "^9.0.3" }, "devDependencies": { - "@octokit/plugin-rest-endpoint-methods": "^10.1.2", + "@octokit/plugin-rest-endpoint-methods": "^10.1.3", "@types/jest": "^27.5.0", "@types/js-yaml": "^4.0.9", "@types/minimatch": "^5.1.2",