deps: bump @octokit/plugin-throttling from 8.0.0 to 8.0.1

Bumps [@octokit/plugin-throttling](https://github.com/octokit/plugin-throttling.js) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/octokit/plugin-throttling.js/releases) - [Commits](https://github.com/octokit/plugin-throttling.js/compare/v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: "@octokit/plugin-throttling" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>

dependabot[bot] committed Oct 24, 2023 at 05:18 UTC 1a2fa6c1a7e72ff16a4695429eadf6fbc949bd03
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.0",
6902 - "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-8.0.0.tgz",
6903 - "integrity": "sha512-OkMbHYUidj81q92YRkPzWmwXkEtsI3KOcSkNm763aqUOh9IEplyX05XjKAdZFANAvaYH0Q4JBZwu4h2VnPVXZA==",
6901 + "version": "8.0.1",
6902 + "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-8.0.1.tgz",
6903 + "integrity": "sha512-i373s7TgaoAOlzOepjUTvyMXqjBu9b26SvLyLD5onBdgexIOeu43yOH1e3z3VPAzbEyRfKDHcqfAsOyKl7Jtxg==",
6904 "dependencies": {
6905 "@octokit/types": "^12.0.0",
6906 "bottleneck": "^2.15.3"