From eb7ebbcaf58eb27239fe2bf36e8f7e93ac30dfbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 11:04:26 +0000 Subject: [PATCH] fix(deps): bump @octokit/plugin-throttling from 10.0.0 to 11.0.1 Bumps [@octokit/plugin-throttling](https://github.com/octokit/plugin-throttling.js) from 10.0.0 to 11.0.1. - [Release notes](https://github.com/octokit/plugin-throttling.js/releases) - [Commits](https://github.com/octokit/plugin-throttling.js/compare/v10.0.0...v11.0.1) --- updated-dependencies: - dependency-name: "@octokit/plugin-throttling" dependency-version: 11.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index e5c1f293..89811d29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@octokit/core": "^6.1.5", "@octokit/plugin-paginate-rest": "^13.1.0", "@octokit/plugin-retry": "^7.2.1", - "@octokit/plugin-throttling": "^10.0.0", + "@octokit/plugin-throttling": "^11.0.1", "type-fest": "^4.41.0", "validate-npm-package-name": "^6.0.1", "yargs": "^18.0.0" @@ -1712,19 +1712,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.1", + "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-11.0.1.tgz", + "integrity": "sha512-S+EVhy52D/272L7up58dr3FNSMXWuNZolkL4zMJBNIfIxyZuUcczsQAU4b5w6dewJXnKYVgSHSV5wxitMSW1kw==", "license": "MIT", "dependencies": { "@octokit/types": "^14.0.0", "bottleneck": "^2.15.3" }, "engines": { - "node": ">= 18" + "node": ">= 20" }, "peerDependencies": { - "@octokit/core": "^6.1.3" + "@octokit/core": "^7.0.0" } }, "node_modules/@octokit/request": { diff --git a/package.json b/package.json index 71aca59b..f5c05cff 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@octokit/core": "^6.1.5", "@octokit/plugin-paginate-rest": "^13.1.0", "@octokit/plugin-retry": "^7.2.1", - "@octokit/plugin-throttling": "^10.0.0", + "@octokit/plugin-throttling": "^11.0.1", "type-fest": "^4.41.0", "validate-npm-package-name": "^6.0.1", "yargs": "^18.0.0"