From 019ea6b31a4ef321e18928ad11f0debdc9417e4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 18:50:00 +0000 Subject: [PATCH] npm(deps): bump @octokit/plugin-throttling from 4.3.2 to 5.0.1 Bumps [@octokit/plugin-throttling](https://github.com/octokit/plugin-throttling.js) from 4.3.2 to 5.0.1. - [Release notes](https://github.com/octokit/plugin-throttling.js/releases) - [Commits](https://github.com/octokit/plugin-throttling.js/compare/v4.3.2...v5.0.1) --- updated-dependencies: - dependency-name: "@octokit/plugin-throttling" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 61152a7..eab87b5 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ }, "dependencies": { "@octokit/core": "^4.1.0", - "@octokit/plugin-throttling": "^4.3.2", + "@octokit/plugin-throttling": "^5.0.1", "better-queue": "^3.8.12", "chalk": "^4.0", "commander": "^9.4.1",