deps: bump @octokit/plugin-throttling from 8.1.0 to 8.1.2
Bumps [@octokit/plugin-throttling](https://github.com/octokit/plugin-throttling.js) from 8.1.0 to 8.1.2. - [Release notes](https://github.com/octokit/plugin-throttling.js/releases) - [Commits](https://github.com/octokit/plugin-throttling.js/compare/v8.1.0...v8.1.2) --- 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 26, 2023 at 01:19 UTC
8460a2597c5d41e85a22ef844821523dae1c31dd
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.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==",
6901
+ "version": "8.1.2",
6902
+ "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-8.1.2.tgz",
6903
+ "integrity": "sha512-oFba+ioR6HGb0fgqxMta7Kpk/MdffUTuUxNY856l1nXPvh7Qggp8w4AksRx1SDA8SGd+4cbrpkY4k1J/Xz8nZQ==",
6904
"dependencies": {
6905
"@octokit/types": "^12.0.0",
6906
"bottleneck": "^2.15.3"