From a39661b2f07b8759cc91133c69497e75888fdfdf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 26 Apr 2023 20:42:13 +0000 Subject: [PATCH] fix: node_modules/strip-ansi/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/strip-ansi/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/node_modules/strip-ansi/package.json b/node_modules/strip-ansi/package.json index 303816b1a6..110f375271 100644 --- a/node_modules/strip-ansi/package.json +++ b/node_modules/strip-ansi/package.json @@ -47,8 +47,8 @@ "ansi-regex": "^5.0.0" }, "devDependencies": { - "ava": "^2.4.0", - "tsd": "^0.10.0", - "xo": "^0.25.3" + "ava": "^4.0.0", + "tsd": "^0.17.0", + "xo": "^0.42.0" } } \ No newline at end of file