From 8460a2597c5d41e85a22ef844821523dae1c31dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 01:19:10 +0000 Subject: [PATCH] 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] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index bf80de1f1c2..945954f73cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6898,9 +6898,9 @@ } }, "node_modules/@octokit/plugin-throttling": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-8.1.0.tgz", - "integrity": "sha512-QfClJJhS+sZEFz0NX3Wm6E3q9059dZU3dTVNEZHS9i/rI8bOqPviIeGW255lzT+25/6HflVZYejo1hnr3LF68A==", + "version": "8.1.2", + "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-8.1.2.tgz", + "integrity": "sha512-oFba+ioR6HGb0fgqxMta7Kpk/MdffUTuUxNY856l1nXPvh7Qggp8w4AksRx1SDA8SGd+4cbrpkY4k1J/Xz8nZQ==", "dependencies": { "@octokit/types": "^12.0.0", "bottleneck": "^2.15.3"