From 75ca6399ff604a4070af55be7643cc80572822e9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Apr 2023 06:42:43 +0000 Subject: [PATCH] fix: node_modules/string-width/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-GOT-2932019 - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 --- node_modules/string-width/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/node_modules/string-width/package.json b/node_modules/string-width/package.json index 8a570010a9..dad444d6ac 100644 --- a/node_modules/string-width/package.json +++ b/node_modules/string-width/package.json @@ -49,8 +49,8 @@ "strip-ansi": "^6.0.0" }, "devDependencies": { - "ava": "^1.4.1", - "tsd": "^0.7.1", - "xo": "^0.24.0" + "ava": "^4.0.0", + "tsd": "^0.17.0", + "xo": "^0.42.0" } } \ No newline at end of file