diff --git a/package-lock.json b/package-lock.json index e05ae114fdf..feb179777ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@mdx-js/mdx": "^3.0.0", "@mdx-js/react": "^3.0.0", "@octokit/plugin-retry": "^8.0.1", - "@octokit/plugin-throttling": "^10.0.0", + "@octokit/plugin-throttling": "^11.0.1", "@octokit/rest": "^21.0.0", "@primer/octicons-react": "^19.8.0", "@primer/react": "^37.5.0", @@ -8361,19 +8361,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/plugin-throttling/node_modules/@octokit/openapi-types": { diff --git a/package.json b/package.json index 1e98e027891..69758b90818 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@mdx-js/mdx": "^3.0.0", "@mdx-js/react": "^3.0.0", "@octokit/plugin-retry": "^8.0.1", - "@octokit/plugin-throttling": "^10.0.0", + "@octokit/plugin-throttling": "^11.0.1", "@octokit/rest": "^21.0.0", "@primer/octicons-react": "^19.8.0", "@primer/react": "^37.5.0",