From 6652ee391916369bfca82b7f499ec2f8ccc5b4e5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Sep 2021 04:52:57 +0000 Subject: [PATCH] fix: node_modules/table/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- node_modules/table/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/table/package.json b/node_modules/table/package.json index f4ddebf48d..cc80d1bdb9 100644 --- a/node_modules/table/package.json +++ b/node_modules/table/package.json @@ -8,7 +8,7 @@ "ajv": "^6.10.2", "lodash": "^4.17.14", "slice-ansi": "^2.1.0", - "string-width": "^3.0.0" + "string-width": "^5.0.0" }, "description": "Formats data into a string table.", "devDependencies": {