From ab975aa0ed861a04e8be27534c59791ed5994631 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 11 Feb 2025 05:25:21 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VITEST-8688130 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 09026f80792c..e2ab530fbf07 100644 --- a/package.json +++ b/package.json @@ -346,7 +346,7 @@ "typescript": "^5.4.4", "unist-util-remove": "^4.0.0", "unist-util-visit-parents": "6.0.1", - "vitest": "1.6.0", + "vitest": "3.0.5", "website-scraper": "^5.3.1" }, "overrides": {},