From c1e2767ff09b73497134d222a7de881d764c200f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Feb 2022 16:21:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REQUESTRETRY-2411026 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 471ad9f..60c7943 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "lodash.uniqwith": "^4.5.0", "npm-registry-client": "^8.5.0", "request": "^2.82.0", - "requestretry": "^1.12.2" + "requestretry": "^7.0.0" }, "optionalDependencies": { "aws-sdk": "^2.72.0"