diff --git a/frontend/package-lock.json b/frontend/package-lock.json index c308df3..6c1b21c 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -45,7 +45,7 @@ "tailwindcss": "3.4.1", "tailwindcss-animate": "1.0.7", "typescript": "5.3.3", - "vite": "5.1.1", + "vite": "5.1.3", "vitest": "1.2.2" } }, @@ -10399,9 +10399,9 @@ } }, "node_modules/vite": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.1.1.tgz", - "integrity": "sha512-wclpAgY3F1tR7t9LL5CcHC41YPkQIpKUGeIuT8MdNwNZr6OqOTLs7JX5vIHAtzqLWXts0T+GDrh9pN2arneKqg==", + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.1.3.tgz", + "integrity": "sha512-UfmUD36DKkqhi/F75RrxvPpry+9+tTkrXfMNZD+SboZqBCMsxKtO52XeGzzuh7ioz+Eo/SYDBbdb0Z7vgcDJew==", "dependencies": { "esbuild": "^0.19.3", "postcss": "^8.4.35", diff --git a/frontend/package.json b/frontend/package.json index 80c62ad..29547e1 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -44,7 +44,7 @@ "tailwindcss": "3.4.1", "tailwindcss-animate": "1.0.7", "typescript": "5.3.3", - "vite": "5.1.1", + "vite": "5.1.3", "vitest": "1.2.2" }, "scripts": {