From 70ba8606930b257ad54a943a706d73b60e4e0d82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 12:16:58 +0000 Subject: [PATCH] Bump @octokit/plugin-rest-endpoint-methods from 13.2.1 to 13.2.4 Bumps [@octokit/plugin-rest-endpoint-methods](https://github.com/octokit/plugin-rest-endpoint-methods.js) from 13.2.1 to 13.2.4. - [Release notes](https://github.com/octokit/plugin-rest-endpoint-methods.js/releases) - [Commits](https://github.com/octokit/plugin-rest-endpoint-methods.js/compare/v13.2.1...v13.2.4) --- 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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8deda12..4474928 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "minimatch": "^9.0.5" }, "devDependencies": { - "@octokit/plugin-rest-endpoint-methods": "^13.2.1", + "@octokit/plugin-rest-endpoint-methods": "^13.2.4", "@types/jest": "^27.5.0", "@types/js-yaml": "^4.0.9", "@types/minimatch": "^5.1.2", @@ -1164,9 +1164,9 @@ } }, "node_modules/@octokit/plugin-rest-endpoint-methods": { - "version": "13.2.1", - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-13.2.1.tgz", - "integrity": "sha512-YMWBw6Exh1ZBs5cCE0AnzYxSQDIJS00VlBqISTgNYmu5MBdeM07K/MAJjy/VkNaH5jpJmD/5HFUvIZ+LDB5jSQ==", + "version": "13.2.4", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-13.2.4.tgz", + "integrity": "sha512-gusyAVgTrPiuXOdfqOySMDztQHv6928PQ3E4dqVGEtOvRXAKRbJR4b1zQyniIT9waqaWk/UDaoJ2dyPr7Bk7Iw==", "dev": true, "dependencies": { "@octokit/types": "^13.5.0" @@ -5478,9 +5478,9 @@ } }, "@octokit/plugin-rest-endpoint-methods": { - "version": "13.2.1", - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-13.2.1.tgz", - "integrity": "sha512-YMWBw6Exh1ZBs5cCE0AnzYxSQDIJS00VlBqISTgNYmu5MBdeM07K/MAJjy/VkNaH5jpJmD/5HFUvIZ+LDB5jSQ==", + "version": "13.2.4", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-13.2.4.tgz", + "integrity": "sha512-gusyAVgTrPiuXOdfqOySMDztQHv6928PQ3E4dqVGEtOvRXAKRbJR4b1zQyniIT9waqaWk/UDaoJ2dyPr7Bk7Iw==", "dev": true, "requires": { "@octokit/types": "^13.5.0" diff --git a/package.json b/package.json index e8995c7..457dfbd 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "minimatch": "^9.0.5" }, "devDependencies": { - "@octokit/plugin-rest-endpoint-methods": "^13.2.1", + "@octokit/plugin-rest-endpoint-methods": "^13.2.4", "@types/jest": "^27.5.0", "@types/js-yaml": "^4.0.9", "@types/minimatch": "^5.1.2",