From 6927123f804e0f6f5b20f538edcc00f7e02a7947 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 Jun 2022 08:15:07 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 26970b2113..1bde511238 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "express": "latest", "lodash": "latest", "morgan": "latest", - "npm": "^3.x", + "npm": "^7.20.1", "q": "latest", "request": "latest", "shelljs": "latest",