From 6e341229695d511003f964789b489f48ca85db21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 14:06:36 +0000 Subject: [PATCH] Bump @octokit/plugin-throttling from 4.3.2 to 6.0.0 Bumps [@octokit/plugin-throttling](https://github.com/octokit/plugin-throttling.js) from 4.3.2 to 6.0.0. - [Release notes](https://github.com/octokit/plugin-throttling.js/releases) - [Commits](https://github.com/octokit/plugin-throttling.js/compare/v4.3.2...v6.0.0) --- 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 8bb0622..7782bd6 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@actions/core": "^1.10.0", "@actions/github": "^5.1.1", "@octokit/plugin-retry": "^4.0.3", - "@octokit/plugin-throttling": "^4.3.2", + "@octokit/plugin-throttling": "^6.0.0", "glob": "^8.0.3", "mime": "^3.0.0", "node-fetch": "^2.6.7"