From d7cafbd66eeef5f45654e918823a26e9f398ee2b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Sep 2021 20:42:26 +0000 Subject: [PATCH] fix: test/fixtures/qs-package/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 --- test/fixtures/qs-package/node_modules/wrap-ansi/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/qs-package/node_modules/wrap-ansi/package.json b/test/fixtures/qs-package/node_modules/wrap-ansi/package.json index 355bddc42e..bd3fd5a424 100644 --- a/test/fixtures/qs-package/node_modules/wrap-ansi/package.json +++ b/test/fixtures/qs-package/node_modules/wrap-ansi/package.json @@ -51,7 +51,7 @@ "url": "https://github.com/chalk/wrap-ansi/issues" }, "dependencies": { - "string-width": "^1.0.1" + "string-width": "^5.0.0" }, "description": "Wordwrap a string with ANSI escape codes", "devDependencies": {