From 7362acb57b052b48ca97d40209aa1b316bc22f7e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Feb 2026 00:57:35 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOB-14040952 - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 786cf3c937d..c0409096762 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@types/node": "^22.9.3", "@types/react": "^19.0.1", "@types/react-dom": "^19.0.2", - "@vitest/coverage-istanbul": "^3.1.1", + "@vitest/coverage-istanbul": "^4.0.0", "@vitest/eslint-plugin": "^1.1.36", "cpy-cli": "^5.0.0", "esbuild-plugin-file-path-extensions": "^2.1.4",