From a3e7ace438b724eee647d0dd8190c2045e91a0aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 23:15:22 +0000 Subject: [PATCH] Bump requestretry from 3.1.0 to 7.0.0 Bumps [requestretry](https://github.com/FGRibreau/node-request-retry) from 3.1.0 to 7.0.0. - [Release notes](https://github.com/FGRibreau/node-request-retry/releases) - [Changelog](https://github.com/FGRibreau/node-request-retry/blob/master/CHANGELOG.md) - [Commits](https://github.com/FGRibreau/node-request-retry/compare/v3.1.0...v7.0.0) --- updated-dependencies: - dependency-name: requestretry dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 +++++++++++++----------- package.json | 2 +- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index a25d578..365600c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3350,7 +3350,8 @@ "lodash": { "version": "4.17.11", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==" + "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==", + "dev": true }, "lodash.sortby": { "version": "4.7.0", @@ -4171,13 +4172,19 @@ } }, "requestretry": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/requestretry/-/requestretry-3.1.0.tgz", - "integrity": "sha512-DkvCPK6qvwxIuVA5TRCvi626WHC2rWjF/n7SCQvVHAr2JX9i1/cmIpSEZlmHAo+c1bj9rjaKoZ9IsKwCpTkoXA==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/requestretry/-/requestretry-7.0.0.tgz", + "integrity": "sha512-g1Odu3IBKb6fYQog+HLy5FZ1CMwejIpD0iX1u1qXLsRj8TeQmFCpX9pTe50qhIirKvx1mcmoAeuLBFXLlBw6vA==", "requires": { "extend": "^3.0.2", - "lodash": "^4.17.10", - "when": "^3.7.7" + "lodash": "^4.17.15" + }, + "dependencies": { + "lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + } } }, "require-directory": { @@ -5102,11 +5109,6 @@ "webidl-conversions": "^4.0.2" } }, - "when": { - "version": "3.7.8", - "resolved": "https://registry.npmjs.org/when/-/when-3.7.8.tgz", - "integrity": "sha1-xxMLan6gRpPoQs3J56Hyqjmjn4I=" - }, "which": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", diff --git a/package.json b/package.json index f3f4c7c..e6f6298 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "openpgp": "^4.4.10", "request": "^2.88.0", - "requestretry": "^3.1.0", + "requestretry": "^7.0.0", "typed-rest-client": "^1.4.0", "zlib": "^1.0.5" },