diff --git a/package-lock.json b/package-lock.json index 4cfe1a5..2c377fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@octokit/core": "^6.1.2", "@octokit/plugin-paginate-rest": "^11.3.5", "@octokit/plugin-retry": "^7.1.2", - "@octokit/plugin-throttling": "^9.3.1", + "@octokit/plugin-throttling": "^9.3.2", "type-fest": "^4.26.1", "validate-npm-package-name": "^6.0.0", "yargs": "^17.7.2" @@ -1703,9 +1703,9 @@ } }, "node_modules/@octokit/plugin-throttling": { - "version": "9.3.1", - "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-9.3.1.tgz", - "integrity": "sha512-Qd91H4liUBhwLB2h6jZ99bsxoQdhgPk6TdwnClPyTBSDAdviGPceViEgUwj+pcQDmB/rfAXAXK7MTochpHM3yQ==", + "version": "9.3.2", + "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-9.3.2.tgz", + "integrity": "sha512-FqpvcTpIWFpMMwIeSoypoJXysSAQ3R+ALJhXXSG1HTP3YZOIeLmcNcimKaXxTcws+Sh6yoRl13SJ5r8sXc1Fhw==", "dependencies": { "@octokit/types": "^13.0.0", "bottleneck": "^2.15.3" diff --git a/package.json b/package.json index c658ee2..06fb10f 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@octokit/core": "^6.1.2", "@octokit/plugin-paginate-rest": "^11.3.5", "@octokit/plugin-retry": "^7.1.2", - "@octokit/plugin-throttling": "^9.3.1", + "@octokit/plugin-throttling": "^9.3.2", "type-fest": "^4.26.1", "validate-npm-package-name": "^6.0.0", "yargs": "^17.7.2"