From 55ebd35faafda5d32b006fceb7e3b41e80f60415 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Aug 2021 03:13:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-1536758 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f067b6c..6ae700c 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", "npmlog": "~4.1.2", - "pacote": "^9.1.0", + "pacote": "^10.3.1", "qw": "~1.0.1", "ramda": "^0.25.0", "read-package-tree": "^5.2.1",