From dda354d606181cde5b3263d4482e562e153ec654 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Sep 2024 05:25:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:hoek:20180212 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/npm:utile:20180614 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fed6d42..ac05027 100644 --- a/package.json +++ b/package.json @@ -40,10 +40,10 @@ "lodash": "^2.4.1", "mean-health": "~0.1.3", "mongoose": "~4.0.2", - "npm": "^2.1.0", + "npm": "^5.6.0", "opener": "^1.3.0", "progress": "^1.1.8", - "prompt": "^0.2.13", + "prompt": "^1.2.0", "request": "latest", "shelljs": "^0.3.0", "async-series":"latest",