From abd60ccc7f39bf97dcb297e43291d35d7e0efcc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 08:49:50 +0000 Subject: [PATCH] fix(deps): bump @octokit/plugin-throttling from 10.0.0 to 11.0.2 Bumps [@octokit/plugin-throttling](https://github.com/octokit/plugin-throttling.js) from 10.0.0 to 11.0.2. - [Release notes](https://github.com/octokit/plugin-throttling.js/releases) - [Commits](https://github.com/octokit/plugin-throttling.js/compare/v10.0.0...v11.0.2) --- updated-dependencies: - dependency-name: "@octokit/plugin-throttling" dependency-version: 11.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 29 +++++++---------------------- package.json | 2 +- 2 files changed, 8 insertions(+), 23 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0435ec5a..976b9317 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@octokit/core": "^6.1.5", "@octokit/plugin-paginate-rest": "^13.2.0", "@octokit/plugin-retry": "^7.2.1", - "@octokit/plugin-throttling": "^10.0.0", + "@octokit/plugin-throttling": "^11.0.2", "type-fest": "^5.1.0", "validate-npm-package-name": "^7.0.0", "yargs": "^18.0.0" @@ -1797,34 +1797,19 @@ } }, "node_modules/@octokit/plugin-throttling": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-10.0.0.tgz", - "integrity": "sha512-Kuq5/qs0DVYTHZuBAzCZStCzo2nKvVRo/TDNhCcpC2TKiOGz/DisXMCvjt3/b5kr6SCI1Y8eeeJTHBxxpFvZEg==", + "version": "11.0.2", + "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-11.0.2.tgz", + "integrity": "sha512-ntNIig4zZhQVOZF4fG9Wt8QCoz9ehb+xnlUwp74Ic2ANChCk8oKmRwV9zDDCtrvU1aERIOvtng8wsalEX7Jk5Q==", "license": "MIT", "dependencies": { - "@octokit/types": "^14.0.0", + "@octokit/types": "^15.0.0", "bottleneck": "^2.15.3" }, "engines": { - "node": ">= 18" + "node": ">= 20" }, "peerDependencies": { - "@octokit/core": "^6.1.3" - } - }, - "node_modules/@octokit/plugin-throttling/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-throttling/node_modules/@octokit/types": { - "version": "14.1.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-14.1.0.tgz", - "integrity": "sha512-1y6DgTy8Jomcpu33N+p5w58l6xyt55Ar2I91RPiIA0xCJBXyUAhXCcmZaDWSANiha7R9a6qJJ2CRomGPZ6f46g==", - "license": "MIT", - "dependencies": { - "@octokit/openapi-types": "^25.1.0" + "@octokit/core": "^7.0.0" } }, "node_modules/@octokit/request": { diff --git a/package.json b/package.json index edf9774c..dc6f58f7 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@octokit/core": "^6.1.5", "@octokit/plugin-paginate-rest": "^13.2.0", "@octokit/plugin-retry": "^7.2.1", - "@octokit/plugin-throttling": "^10.0.0", + "@octokit/plugin-throttling": "^11.0.2", "type-fest": "^5.1.0", "validate-npm-package-name": "^7.0.0", "yargs": "^18.0.0"