From 8ba8d082de0184b8b5f18c7e29ac9411752b3208 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 04:21:31 +0000 Subject: [PATCH] Bump @octokit/plugin-throttling from 9.2.0 to 9.2.1 Bumps [@octokit/plugin-throttling](https://github.com/octokit/plugin-throttling.js) from 9.2.0 to 9.2.1. - [Release notes](https://github.com/octokit/plugin-throttling.js/releases) - [Commits](https://github.com/octokit/plugin-throttling.js/compare/v9.2.0...v9.2.1) --- updated-dependencies: - dependency-name: "@octokit/plugin-throttling" dependency-type: direct:development 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 3270d22be..7ea5f7664 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1276,9 +1276,9 @@ "dev": true }, "node_modules/@octokit/plugin-throttling": { - "version": "9.2.0", - "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-9.2.0.tgz", - "integrity": "sha512-zHZSZCC7wk3HbK3ZCuvc3iPrnFGoYIVJsJAY4l8ilsVu4fqPfe7BP7QLZ1A641yttLWqgy2oID3ETD3Z1036Gw==", + "version": "9.2.1", + "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-9.2.1.tgz", + "integrity": "sha512-n6EK4/1Npva54sAFDdpUxAbO14FbzudJ/k7DZPjQuLYOvNTWj4DGeH//J9ZCVoLkAlvRWV5sWKLaICsmGvqg2g==", "dev": true, "dependencies": { "@octokit/types": "^13.0.0",