From 9581b1af45865a39a141e9e1f144eb5cf66068bf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 26 Apr 2023 00:19:26 +0000 Subject: [PATCH] fix: node_modules/wrap-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-ISTANBULREPORTS-2328088 - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 --- node_modules/wrap-ansi/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/node_modules/wrap-ansi/package.json b/node_modules/wrap-ansi/package.json index 821aebb903..d26a38ad1c 100644 --- a/node_modules/wrap-ansi/package.json +++ b/node_modules/wrap-ansi/package.json @@ -51,11 +51,11 @@ "strip-ansi": "^6.0.0" }, "devDependencies": { - "ava": "^2.1.0", + "ava": "^4.0.0", "chalk": "^2.4.2", "coveralls": "^3.0.3", "has-ansi": "^3.0.0", - "nyc": "^14.1.1", - "xo": "^0.24.0" + "nyc": "^15.0.0", + "xo": "^0.42.0" } } \ No newline at end of file