From c50fc1dd5e4a8e6af66176f96d740a0364b66fc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 01:05:37 +0000 Subject: [PATCH] Bump @octokit/plugin-throttling from 5.1.1 to 5.2.0 (#288) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@octokit/plugin-throttling](https://github.com/octokit/plugin-throttling.js) from 5.1.1 to 5.2.0.
Release notes

Sourced from @​octokit/plugin-throttling's releases.

v5.2.0

5.2.0 (2023-05-05)

Features

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@octokit/plugin-throttling&package-manager=npm_and_yarn&previous-version=5.1.1&new-version=5.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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",