From 5ac970a177d788f8b51ea9f1b8b0acc37a9a9a4d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Sep 2021 00:24:47 +0000 Subject: [PATCH] fix: node_modules/wrap-ansi/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- node_modules/wrap-ansi/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node_modules/wrap-ansi/package.json b/node_modules/wrap-ansi/package.json index 821aebb903..d1e20bccf2 100644 --- a/node_modules/wrap-ansi/package.json +++ b/node_modules/wrap-ansi/package.json @@ -47,8 +47,8 @@ ], "dependencies": { "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" + "string-width": "^5.0.0", + "strip-ansi": "^7.0.0" }, "devDependencies": { "ava": "^2.1.0",