From c6771e052847ff73e8dc04d76ddd3795eb380c60 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Sep 2021 22:06:28 +0000 Subject: [PATCH] fix: deps/npm/node_modules/string-width/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- deps/npm/node_modules/string-width/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/npm/node_modules/string-width/package.json b/deps/npm/node_modules/string-width/package.json index 89f0b6a6c6027c..b4c7ab76daca92 100644 --- a/deps/npm/node_modules/string-width/package.json +++ b/deps/npm/node_modules/string-width/package.json @@ -46,7 +46,7 @@ ], "dependencies": { "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" + "strip-ansi": "^7.0.0" }, "devDependencies": { "ava": "*",