From b7d7ddf5acfd86adda18ad71ee1cd07e6b748713 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Mar 2024 14:32:55 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-6476909 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f9ba4ae..90017e0 100644 --- a/package.json +++ b/package.json @@ -27,9 +27,9 @@ "debug": "^2.2.0", "giturl": "^1.0.0", "ini": "^1.3.4", - "npm": "^6.1.0", + "npm": "^7.0.0", "npm-request": "^1.0.0", - "npminstall": "^3.0.0", + "npminstall": "^6.6.2", "open": "^6.0.0", "urllib": "^2.17.0" },