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"