From 4c0ee5b57da147e9c953b766404d5f7ce84b170b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 Sep 2021 19:17:32 +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 f067b6c..b0219b7 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "lodash.clonedeep": "~4.5.0", "lodash.uniq": "~4.5.0", "log-driver": "^1.2", - "npm": "^6.4.1", + "npm": "^7.21.0", "npm-audit-report": "^1.3.1", "npm-registry-fetch": "^1.1.0", "npmlog": "~4.1.2",