From e67ec8ef0af9b0a75e054d935b1230027e5e759d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 22:01:42 +0000 Subject: [PATCH] :arrow_up: Bump @octokit/plugin-throttling from 3.6.2 to 4.0.0 Bumps [@octokit/plugin-throttling](https://github.com/octokit/plugin-throttling.js) from 3.6.2 to 4.0.0. - [Release notes](https://github.com/octokit/plugin-throttling.js/releases) - [Commits](https://github.com/octokit/plugin-throttling.js/compare/v3.6.2...v4.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-lock.json | 17 ++++++++++------- package.json | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 09501f7c..63f0f5ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@actions/core": "^1.10.0", "@actions/github": "^5.1.1", - "@octokit/plugin-throttling": "^3.6.2", + "@octokit/plugin-throttling": "^4.0.0", "@putout/git-status-porcelain": "^1.1.0", "action-input-parser": "^1.2.33", "fs-extra": "^10.1.0", @@ -374,13 +374,16 @@ } }, "node_modules/@octokit/plugin-throttling": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-3.6.2.tgz", - "integrity": "sha512-0az5fxgVlhFfFtiKLKVXTpmCG2tK3BG0fYI8SO4pmGlN1kyJktJVQA+6KKaFxtxMIWsuHmSEAkR6zSgtk86g2A==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-4.0.0.tgz", + "integrity": "sha512-c29uZ2jugkRrQ91eIzH1bCSPiY8aJFTWHHJ6r9Va7OJGaKaRNaM0bxoAC1X/cfYw32e02yHgArGYMrqBKwXO9w==", "dependencies": { "@octokit/types": "^6.0.1", "bottleneck": "^2.15.3" }, + "engines": { + "node": ">= 14" + }, "peerDependencies": { "@octokit/core": "^3.5.0" } @@ -8206,9 +8209,9 @@ } }, "@octokit/plugin-throttling": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-3.6.2.tgz", - "integrity": "sha512-0az5fxgVlhFfFtiKLKVXTpmCG2tK3BG0fYI8SO4pmGlN1kyJktJVQA+6KKaFxtxMIWsuHmSEAkR6zSgtk86g2A==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-4.0.0.tgz", + "integrity": "sha512-c29uZ2jugkRrQ91eIzH1bCSPiY8aJFTWHHJ6r9Va7OJGaKaRNaM0bxoAC1X/cfYw32e02yHgArGYMrqBKwXO9w==", "requires": { "@octokit/types": "^6.0.1", "bottleneck": "^2.15.3" diff --git a/package.json b/package.json index a1f908a7..6f7c3be7 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "dependencies": { "@actions/core": "^1.10.0", "@actions/github": "^5.1.1", - "@octokit/plugin-throttling": "^3.6.2", + "@octokit/plugin-throttling": "^4.0.0", "@putout/git-status-porcelain": "^1.1.0", "action-input-parser": "^1.2.33", "fs-extra": "^10.1.0",