From d7de8517c71d5a6d25ff54a4fec7f97f50087713 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Sep 2021 00:18:41 +0000 Subject: [PATCH] fix: test/fixtures/qs-package/node_modules/widest-line/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/widest-line/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/qs-package/node_modules/widest-line/package.json b/test/fixtures/qs-package/node_modules/widest-line/package.json index 4afa6484ee..7a92d362ab 100644 --- a/test/fixtures/qs-package/node_modules/widest-line/package.json +++ b/test/fixtures/qs-package/node_modules/widest-line/package.json @@ -51,7 +51,7 @@ "url": "https://github.com/sindresorhus/widest-line/issues" }, "dependencies": { - "string-width": "^1.0.1" + "string-width": "^5.0.0" }, "description": "Get the visual width of the widest line in a string - the number of columns required to display it", "devDependencies": {