From ea47ab8b64e87f2a75161ce710712053af860213 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Mar 2021 23:17:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HOSTEDGITINFO-1088355 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f067b6c..d388ba1 100644 --- a/package.json +++ b/package.json @@ -38,11 +38,11 @@ "lodash.clonedeep": "~4.5.0", "lodash.uniq": "~4.5.0", "log-driver": "^1.2", - "npm": "^6.4.1", + "npm": "^7.0.0", "npm-audit-report": "^1.3.1", - "npm-registry-fetch": "^1.1.0", + "npm-registry-fetch": "^5.0.1", "npmlog": "~4.1.2", - "pacote": "^9.1.0", + "pacote": "^10.1.2", "qw": "~1.0.1", "ramda": "^0.25.0", "read-package-tree": "^5.2.1",