deps: bump @octokit/plugin-throttling from 8.0.1 to 8.1.0
Bumps [@octokit/plugin-throttling](https://github.com/octokit/plugin-throttling.js) from 8.0.1 to 8.1.0. - [Release notes](https://github.com/octokit/plugin-throttling.js/releases) - [Commits](https://github.com/octokit/plugin-throttling.js/compare/v8.0.1...v8.1.0) --- updated-dependencies: - dependency-name: "@octokit/plugin-throttling" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] committed
Oct 25, 2023 at 06:02 UTC
59d55e634f0394f3a5c167a010b336704da4bc8d
1 file changed
+3
-3
package-lock.json
+3
-3
@@ -6898,9 +6898,9 @@
6898
}
6899
},
6900
"node_modules/@octokit/plugin-throttling": {
6901
- "version": "8.0.1",
6902
- "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-8.0.1.tgz",
6903
- "integrity": "sha512-i373s7TgaoAOlzOepjUTvyMXqjBu9b26SvLyLD5onBdgexIOeu43yOH1e3z3VPAzbEyRfKDHcqfAsOyKl7Jtxg==",
6901
+ "version": "8.1.0",
6902
+ "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-8.1.0.tgz",
6903
+ "integrity": "sha512-QfClJJhS+sZEFz0NX3Wm6E3q9059dZU3dTVNEZHS9i/rI8bOqPviIeGW255lzT+25/6HflVZYejo1hnr3LF68A==",
6904
"dependencies": {
6905
"@octokit/types": "^12.0.0",
6906
"bottleneck": "^2.15.3"