From ce65f679eab20fd42fbd120e555154c64f28e2e8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 Oct 2025 09:48:52 +0000 Subject: [PATCH] fix: playground/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VITE-13644406 --- playground/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/package.json b/playground/package.json index 4c043b0..5ceca8a 100644 --- a/playground/package.json +++ b/playground/package.json @@ -15,6 +15,6 @@ }, "devDependencies": { "concurrently": "^7.0.0", - "vite": "^2.8.6" + "vite": "^5.4.21" } }