From 8526e236e3eee48735dc341c8fc6c3ac00c4960d Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 16:08:07 +0000 Subject: [PATCH] fix: node_modules/is-fullwidth-code-point/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 - https://snyk.io/vuln/SNYK-JS-SOURCEMAPSUPPORT-6112477 --- node_modules/is-fullwidth-code-point/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node_modules/is-fullwidth-code-point/package.json b/node_modules/is-fullwidth-code-point/package.json index 2137e888fa503..9175aa13bdef7 100644 --- a/node_modules/is-fullwidth-code-point/package.json +++ b/node_modules/is-fullwidth-code-point/package.json @@ -35,8 +35,8 @@ "check" ], "devDependencies": { - "ava": "^1.3.1", + "ava": "^4.0.0", "tsd-check": "^0.5.0", - "xo": "^0.24.0" + "xo": "^0.26.0" } }