From f7d14476dde231b8ca2d85d6d5d27dbb500521b4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Dec 2019 21:53:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NPM-537603 - https://snyk.io/vuln/SNYK-JS-NPM-537604 - https://snyk.io/vuln/SNYK-JS-NPM-537606 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ae0eca6..b440af17 100644 --- a/package.json +++ b/package.json @@ -122,7 +122,7 @@ "electron-storage": "^1.0.6", "fs-extra": "^2.0.0", "node-fetch": "^1.6.3", - "npm": "^4.4.0", + "npm": "^6.13.4", "rimraf": "^2.6.1", "selection-model": "^0.11.0", "shell-path": "^2.0.0",