From 32ae060910712eef1e54ebfa79af13fb8f859dca Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Aug 2021 00:42:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-1536528 - https://snyk.io/vuln/SNYK-JS-TAR-1536531 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 84ce74f281c..de7036b6c23 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "decompress-zip": "0.3.0", "fs-extra": "2.0.0", "lodash": "4.17.15", - "npm": "3.10.10", + "npm": "5.6.0", "opn": "4.0.2", "request": "2.79.0", "semver": "5.3.0",