From 0d688730e22258b5baffb79b4bc8c13c65a5ecb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 11:41:21 +0000 Subject: [PATCH] chore(deps): bump @octokit/plugin-throttling from 3.5.2 to 3.7.0 Bumps [@octokit/plugin-throttling](https://github.com/octokit/plugin-throttling.js) from 3.5.2 to 3.7.0. - [Release notes](https://github.com/octokit/plugin-throttling.js/releases) - [Commits](https://github.com/octokit/plugin-throttling.js/compare/v3.5.2...v3.7.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 | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c5c676e..99f1de6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -234,9 +234,9 @@ } }, "@octokit/plugin-throttling": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-3.5.2.tgz", - "integrity": "sha512-Eu7kfJxU8vmHqWGNszWpg+GVp2tnAfax3XQV5CkYPEE69C+KvInJXW9WajgSeW+cxYe0UVdouzCtcreGNuJo7A==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-3.7.0.tgz", + "integrity": "sha512-qrKT1Yl/KuwGSC6/oHpLBot3ooC9rq0/ryDYBCpkRtoj+R8T47xTMDT6Tk2CxWopFota/8Pi/2SqArqwC0JPow==", "requires": { "@octokit/types": "^6.0.1", "bottleneck": "^2.15.3" diff --git a/package.json b/package.json index 9e83c94..7a660d5 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "dependencies": { "@actions/core": "^1.6.0", "@actions/github": "^5.0.0", - "@octokit/plugin-throttling": "^3.5.2", + "@octokit/plugin-throttling": "^3.7.0", "@putout/git-status-porcelain": "^1.1.0", "action-input-parser": "^1.2.2", "fs-extra": "^10.0.0",