From 944ea8c3b4ca1669ac766772df01fe88291675cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 08:51:44 +0000 Subject: [PATCH] fix(deps): bump @octokit/plugin-retry from 7.2.1 to 8.0.2 Bumps [@octokit/plugin-retry](https://github.com/octokit/plugin-retry.js) from 7.2.1 to 8.0.2. - [Release notes](https://github.com/octokit/plugin-retry.js/releases) - [Commits](https://github.com/octokit/plugin-retry.js/compare/v7.2.1...v8.0.2) --- updated-dependencies: - dependency-name: "@octokit/plugin-retry" dependency-version: 8.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 35 ++++++++++++++++------------------- package.json | 2 +- 2 files changed, 17 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0435ec5a..356d460f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@octokit/core": "^6.1.5", "@octokit/plugin-paginate-rest": "^13.2.0", - "@octokit/plugin-retry": "^7.2.1", + "@octokit/plugin-retry": "^8.0.2", "@octokit/plugin-throttling": "^10.0.0", "type-fest": "^5.1.0", "validate-npm-package-name": "^7.0.0", @@ -1765,35 +1765,32 @@ } }, "node_modules/@octokit/plugin-retry": { - "version": "7.2.1", - "resolved": "https://registry.npmjs.org/@octokit/plugin-retry/-/plugin-retry-7.2.1.tgz", - "integrity": "sha512-wUc3gv0D6vNHpGxSaR3FlqJpTXGWgqmk607N9L3LvPL4QjaxDgX/1nY2mGpT37Khn+nlIXdljczkRnNdTTV3/A==", + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/@octokit/plugin-retry/-/plugin-retry-8.0.2.tgz", + "integrity": "sha512-mVPCe77iaD8g1lIX46n9bHPUirFLzc3BfIzsZOpB7bcQh1ecS63YsAgcsyMGqvGa2ARQWKEFTrhMJX2MLJVHVw==", "license": "MIT", "dependencies": { - "@octokit/request-error": "^6.1.8", - "@octokit/types": "^14.0.0", + "@octokit/request-error": "^7.0.1", + "@octokit/types": "^15.0.0", "bottleneck": "^2.15.3" }, "engines": { - "node": ">= 18" + "node": ">= 20" }, "peerDependencies": { - "@octokit/core": ">=6" + "@octokit/core": ">=7" } }, - "node_modules/@octokit/plugin-retry/node_modules/@octokit/openapi-types": { - "version": "25.1.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-25.1.0.tgz", - "integrity": "sha512-idsIggNXUKkk0+BExUn1dQ92sfysJrje03Q0bv0e+KPLrvyqZF8MnBpFz8UNfYDwB3Ie7Z0TByjWfzxt7vseaA==", - "license": "MIT" - }, - "node_modules/@octokit/plugin-retry/node_modules/@octokit/types": { - "version": "14.1.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-14.1.0.tgz", - "integrity": "sha512-1y6DgTy8Jomcpu33N+p5w58l6xyt55Ar2I91RPiIA0xCJBXyUAhXCcmZaDWSANiha7R9a6qJJ2CRomGPZ6f46g==", + "node_modules/@octokit/plugin-retry/node_modules/@octokit/request-error": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-7.0.1.tgz", + "integrity": "sha512-CZpFwV4+1uBrxu7Cw8E5NCXDWFNf18MSY23TdxCBgjw1tXXHvTrZVsXlW8hgFTOLw8RQR1BBrMvYRtuyaijHMA==", "license": "MIT", "dependencies": { - "@octokit/openapi-types": "^25.1.0" + "@octokit/types": "^15.0.0" + }, + "engines": { + "node": ">= 20" } }, "node_modules/@octokit/plugin-throttling": { diff --git a/package.json b/package.json index edf9774c..cc59f7db 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "dependencies": { "@octokit/core": "^6.1.5", "@octokit/plugin-paginate-rest": "^13.2.0", - "@octokit/plugin-retry": "^7.2.1", + "@octokit/plugin-retry": "^8.0.2", "@octokit/plugin-throttling": "^10.0.0", "type-fest": "^5.1.0", "validate-npm-package-name": "^7.0.0",