From 8def9c699e2d50399971c6943a8eca2b7f4119f7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 21:43:34 +0000 Subject: [PATCH] fix: node_modules/slice-ansi/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- node_modules/slice-ansi/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node_modules/slice-ansi/package.json b/node_modules/slice-ansi/package.json index a5e103ef1c..406d57201d 100644 --- a/node_modules/slice-ansi/package.json +++ b/node_modules/slice-ansi/package.json @@ -42,10 +42,10 @@ "is-fullwidth-code-point": "^3.0.0" }, "devDependencies": { - "ava": "^2.1.0", + "ava": "^5.3.0", "chalk": "^2.4.2", "random-item": "^3.0.0", "strip-ansi": "^5.0.0", - "xo": "^0.24.0" + "xo": "^0.42.0" } } \ No newline at end of file