From 1bc1f828f07cb389f8e603db4da1dbc4d7da8f54 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 May 2022 01:26:18 +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 1405af3f32..01a3118104 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "nopt": "^4.0.0", "normalize-package-data": "^2.3.4", "npmconf": "^2.1.2", - "npmlog": "^4.0.0", + "npmlog": "^5.0.0", "parse-github-repo-url": "^1.3.0", "require-relative": "^0.8.7", "run-auto": "^2.0.0",