From a4f243dcfb1ed8652169792828b5eee958ac1dea Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Jun 2022 08:56:13 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HAWK-2808852 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 26970b2113..d094c209f2 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "express": "latest", "lodash": "latest", "morgan": "latest", - "npm": "^3.x", + "npm": "^5.10.0", "q": "latest", "request": "latest", "shelljs": "latest",