From a5e2835b7ae93dd594ff6e5581a777210e56ab49 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 04:53:52 +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-INFLIGHT-6095116 --- 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..d91e57c82f 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": "^5.3.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