From f30c29be99d4acf3a9916a2f532470fd0515ce68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 01:05:20 +0000 Subject: [PATCH] Bump @octokit/plugin-throttling from 5.1.1 to 5.2.0 Bumps [@octokit/plugin-throttling](https://github.com/octokit/plugin-throttling.js) from 5.1.1 to 5.2.0. - [Release notes](https://github.com/octokit/plugin-throttling.js/releases) - [Commits](https://github.com/octokit/plugin-throttling.js/compare/v5.1.1...v5.2.0) --- updated-dependencies: - dependency-name: "@octokit/plugin-throttling" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 644de9a4..a3e602e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@dqbd/tiktoken": "^1.0.7", "@octokit/action": "^5.0.2", "@octokit/plugin-retry": "^4.1.3", - "@octokit/plugin-throttling": "^5.1.1", + "@octokit/plugin-throttling": "^5.2.0", "minimatch": "^9.0.0", "node-fetch": "^3.3.1", "p-limit": "^4.0.0", @@ -1949,9 +1949,9 @@ } }, "node_modules/@octokit/plugin-throttling": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-5.1.1.tgz", - "integrity": "sha512-UlsdoW3ZOhhvjnK8S+OmQWOvB14kaKKdxseGFAxVHVggKZlgKO/ZtAb1AQoHXaQUCfO7uV/O5BR27o/wbKAzHg==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-5.2.0.tgz", + "integrity": "sha512-qWYvVIS1aRC3hN4a0ICWUp51IolHIn7E4iri2AKjbExJaovMDvRtae4nGoxG5pP6+WATk7JZ5epOJobFbGYV1w==", "dependencies": { "@octokit/types": "^9.0.0", "bottleneck": "^2.15.3" diff --git a/package.json b/package.json index 95debdde..88bccc3c 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@dqbd/tiktoken": "^1.0.7", "@octokit/action": "^5.0.2", "@octokit/plugin-retry": "^4.1.3", - "@octokit/plugin-throttling": "^5.1.1", + "@octokit/plugin-throttling": "^5.2.0", "minimatch": "^9.0.0", "node-fetch": "^3.3.1", "p-limit": "^4.0.0",