From 4d7d329288d0074efc21daf64b7a48480461dd9c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 May 2022 17:16:05 +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 84ce74f281c..d960b284337 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "decompress-zip": "0.3.0", "fs-extra": "2.0.0", "lodash": "4.17.15", - "npm": "3.10.10", + "npm": "7.21.0", "opn": "4.0.2", "request": "2.79.0", "semver": "5.3.0",