From 24190dab5c03092353d320c7d62539ff5d7085fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 00:14:09 +0000 Subject: [PATCH] Bump @octokit/plugin-rest-endpoint-methods from 10.1.3 to 10.1.5 Bumps [@octokit/plugin-rest-endpoint-methods](https://github.com/octokit/plugin-rest-endpoint-methods.js) from 10.1.3 to 10.1.5. - [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.3...v10.1.5) --- 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 fd80705..2578175 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.3", + "@octokit/plugin-rest-endpoint-methods": "^10.1.5", "@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.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==", + "version": "10.1.5", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.1.5.tgz", + "integrity": "sha512-LMEdsMV8TTMjMTqVoqMzV95XTbv0ZsWxCxQtjAunQOCdwoDH4BVF/Ke5JMSZEVCWGI2kzxnUNbFnK/MxwV7NjA==", "dependencies": { - "@octokit/types": "^12.2.0" + "@octokit/types": "^12.3.0" }, "engines": { "node": ">= 18" @@ -1050,9 +1050,9 @@ } }, "node_modules/@octokit/types": { - "version": "12.2.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.2.0.tgz", - "integrity": "sha512-ZkdHqHJdifVndN7Pha10+qrgAjy3AcG//Vmjr/o5UFuTiYCcMhqDj39Yr9VM9zJ/42KO2xAYhV7cvLnLI9Kvwg==", + "version": "12.3.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.3.0.tgz", + "integrity": "sha512-nJ8X2HRr234q3w/FcovDlA+ttUU4m1eJAourvfUUtwAWeqL8AsyRqfnLvVnYn3NFbUnsmzQCzLNdFerPwdmcDQ==", "dependencies": { "@octokit/openapi-types": "^19.0.2" } @@ -5170,11 +5170,11 @@ } }, "@octokit/plugin-rest-endpoint-methods": { - "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==", + "version": "10.1.5", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.1.5.tgz", + "integrity": "sha512-LMEdsMV8TTMjMTqVoqMzV95XTbv0ZsWxCxQtjAunQOCdwoDH4BVF/Ke5JMSZEVCWGI2kzxnUNbFnK/MxwV7NjA==", "requires": { - "@octokit/types": "^12.2.0" + "@octokit/types": "^12.3.0" } }, "@octokit/request": { @@ -5200,9 +5200,9 @@ } }, "@octokit/types": { - "version": "12.2.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.2.0.tgz", - "integrity": "sha512-ZkdHqHJdifVndN7Pha10+qrgAjy3AcG//Vmjr/o5UFuTiYCcMhqDj39Yr9VM9zJ/42KO2xAYhV7cvLnLI9Kvwg==", + "version": "12.3.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.3.0.tgz", + "integrity": "sha512-nJ8X2HRr234q3w/FcovDlA+ttUU4m1eJAourvfUUtwAWeqL8AsyRqfnLvVnYn3NFbUnsmzQCzLNdFerPwdmcDQ==", "requires": { "@octokit/openapi-types": "^19.0.2" } diff --git a/package.json b/package.json index eabd5ef..12b1da4 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "minimatch": "^9.0.3" }, "devDependencies": { - "@octokit/plugin-rest-endpoint-methods": "^10.1.3", + "@octokit/plugin-rest-endpoint-methods": "^10.1.5", "@types/jest": "^27.5.0", "@types/js-yaml": "^4.0.9", "@types/minimatch": "^5.1.2",