From fd1ffcfdec1c6e4a16f14e6f01e596523b08798e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 May 2025 02:50:36 +0000 Subject: [PATCH] feat: upgrade vite from 3.2.7 to 6.2.6 Snyk has created this PR to upgrade vite from 3.2.7 to 6.2.6. See this package in npm: vite See this project in Snyk: https://app.snyk.io/org/nerds-github/project/22052e33-f207-4f0d-902f-d0749bcae7b1?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/todo-list/sveltejs-todo-list/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/todo-list/sveltejs-todo-list/package.json b/examples/todo-list/sveltejs-todo-list/package.json index a1516e009a1bc..36bb0277e27f7 100644 --- a/examples/todo-list/sveltejs-todo-list/package.json +++ b/examples/todo-list/sveltejs-todo-list/package.json @@ -22,7 +22,7 @@ "tailwindcss": "^3.1.8", "tslib": "^2.4.0", "typescript": "^4.7.4", - "vite": "^4.3.9" + "vite": "^6.2.6" }, "dependencies": { "@supabase/supabase-js": "^2.0.4"