From a046fe18b3cfe471493a3f51b7d07759cc8295da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Mar 2022 22:09:19 +0000 Subject: [PATCH] :arrow_up: Bump @octokit/plugin-throttling from 3.6.1 to 3.6.2 Bumps [@octokit/plugin-throttling](https://github.com/octokit/plugin-throttling.js) from 3.6.1 to 3.6.2. - [Release notes](https://github.com/octokit/plugin-throttling.js/releases) - [Commits](https://github.com/octokit/plugin-throttling.js/compare/v3.6.1...v3.6.2) --- updated-dependencies: - dependency-name: "@octokit/plugin-throttling" dependency-type: direct:production update-type: version-update:semver-patch ... 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 1a6f17c2..aef001de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -314,9 +314,9 @@ } }, "@octokit/plugin-throttling": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-3.6.1.tgz", - "integrity": "sha512-T5DOcDQP0K/Ng5pnOEqCHDFojsftYL5o91MNbbR3nj1yAOACoGj3wDYCx0+5yJkbvRjYUdU0GsUt5/wYBba1cA==", + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-3.6.2.tgz", + "integrity": "sha512-0az5fxgVlhFfFtiKLKVXTpmCG2tK3BG0fYI8SO4pmGlN1kyJktJVQA+6KKaFxtxMIWsuHmSEAkR6zSgtk86g2A==", "requires": { "@octokit/types": "^6.0.1", "bottleneck": "^2.15.3" diff --git a/package.json b/package.json index d0cfd889..9c885aad 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.6.1", + "@octokit/plugin-throttling": "^3.6.2", "@putout/git-status-porcelain": "^1.1.0", "action-input-parser": "^1.2.29", "fs-extra": "^10.0.1",