diff --git a/package-lock.json b/package-lock.json index 6f18a6e2c..d096d7a4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "tailwindcss": "^3.4.3", "typescript": "^5.4.5", "vail": "^1.0.3", - "vite": "^5.2.8", + "vite": "^5.2.11", "vite-plugin-html": "^3.2.2", "vite-plugin-pwa": "^0.20.0" } @@ -8766,9 +8766,9 @@ } }, "node_modules/vite": { - "version": "5.2.8", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.8.tgz", - "integrity": "sha512-OyZR+c1CE8yeHw5V5t59aXsUPPVTHMDjEZz8MgguLL/Q7NblxhZUlTu9xSPqlsUO/y+X7dlU05jdhvyycD55DA==", + "version": "5.2.11", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.11.tgz", + "integrity": "sha512-HndV31LWW05i1BLPMUCE1B9E9GFbOu1MbenhS58FuK6owSO5qHm7GiCotrNY1YE5rMeQSFBGmT5ZaLEjFizgiQ==", "dev": true, "dependencies": { "esbuild": "^0.20.1", diff --git a/package.json b/package.json index a78c80c83..0206b7abe 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "tailwindcss": "^3.4.3", "typescript": "^5.4.5", "vail": "^1.0.3", - "vite": "^5.2.8", + "vite": "^5.2.11", "vite-plugin-html": "^3.2.2", "vite-plugin-pwa": "^0.20.0" },