From 587ce1326445ea8392bc9981bcbe78bca745a7fa Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 16:23:30 +0000 Subject: [PATCH] fix: examples/sveltekit-1/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VITEST-8688130 --- examples/sveltekit-1/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/sveltekit-1/package.json b/examples/sveltekit-1/package.json index c7acb882f982..569b9523e0d9 100644 --- a/examples/sveltekit-1/package.json +++ b/examples/sveltekit-1/package.json @@ -28,7 +28,7 @@ "svelte-check": "^3.6.2", "typescript": "^5.3.3", "vite": "^4.5.1", - "vitest": "^0.25.8", + "vitest": "^3.0.5", "web-vitals": "^3.5.0" }, "type": "module"