From 6a955496055c30d03050c74b57cc2c000dea3921 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 12:17:31 +0000 Subject: [PATCH] build(deps): bump @octokit/plugin-rest-endpoint-methods (#3403) Bumps [@octokit/plugin-rest-endpoint-methods](https://github.com/octokit/plugin-rest-endpoint-methods.js) from 13.2.5 to 13.2.6. - [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.5...v13.2.6) --- updated-dependencies: - dependency-name: "@octokit/plugin-rest-endpoint-methods" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index a94c250..3b66a5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@actions/exec": "^1.1.1", "@octokit/core": "^6.1.2", "@octokit/plugin-paginate-rest": "^11.3.5", - "@octokit/plugin-rest-endpoint-methods": "^13.2.5", + "@octokit/plugin-rest-endpoint-methods": "^13.2.6", "@octokit/plugin-throttling": "^9.3.1", "p-limit": "^6.1.0", "proxy-from-env": "^1.1.0", @@ -1332,11 +1332,11 @@ } }, "node_modules/@octokit/plugin-rest-endpoint-methods": { - "version": "13.2.5", - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-13.2.5.tgz", - "integrity": "sha512-c4pRWi7OUSFM4E6frfUs+qsAf052aOWt1x2qFQ6llQcd1J0HqQ/0Egfs2lm33IixXeXXhZ+GmC9tf92qbOs25Q==", + "version": "13.2.6", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-13.2.6.tgz", + "integrity": "sha512-wMsdyHMjSfKjGINkdGKki06VEkgdEldIGstIEyGX0wbYHGByOwN/KiM+hAAlUwAtPkP3gvXtVQA9L3ITdV2tVw==", "dependencies": { - "@octokit/types": "^13.6.0" + "@octokit/types": "^13.6.1" }, "engines": { "node": ">= 18" @@ -1386,9 +1386,9 @@ } }, "node_modules/@octokit/types": { - "version": "13.6.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.6.0.tgz", - "integrity": "sha512-CrooV/vKCXqwLa+osmHLIMUb87brpgUqlqkPGc6iE2wCkUvTrHiXFMhAKoDDaAAYJrtKtrFTgSQTg5nObBEaew==", + "version": "13.6.1", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.6.1.tgz", + "integrity": "sha512-PHZE9Z+kWXb23Ndik8MKPirBPziOc0D2/3KH1P+6jK5nGWe96kadZuE4jev2/Jq7FvIfTlT2Ltg8Fv2x1v0a5g==", "dependencies": { "@octokit/openapi-types": "^22.2.0" } diff --git a/package.json b/package.json index 2d05dbd..518b8e4 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@actions/exec": "^1.1.1", "@octokit/core": "^6.1.2", "@octokit/plugin-paginate-rest": "^11.3.5", - "@octokit/plugin-rest-endpoint-methods": "^13.2.5", + "@octokit/plugin-rest-endpoint-methods": "^13.2.6", "@octokit/plugin-throttling": "^9.3.1", "p-limit": "^6.1.0", "proxy-from-env": "^1.1.0",