diff --git a/package-lock.json b/package-lock.json index e567e94..202c32a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "laravel-vite-plugin": "^1.0", "postcss": "^8.4.38", "tailwindcss": "^3.4.1", - "vite": "^5.0" + "vite": "^5.2" } }, "node_modules/@alloc/quick-lru": { @@ -2092,13 +2092,13 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, "node_modules/vite": { - "version": "5.2.4", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.4.tgz", - "integrity": "sha512-vjFghvHWidBTinu5TCymJk/lRHlR5ljqB83yugr0HA1xspUPdOZHqbqDLnZ8f9/jINrtFHTCYYyIUi+o+Q5iyg==", + "version": "5.2.12", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.12.tgz", + "integrity": "sha512-/gC8GxzxMK5ntBwb48pR32GGhENnjtY30G4A0jemunsBkiEZFw60s8InGpN8gkhHEkjnRK1aSAxeQgwvFhUHAA==", "dev": true, "dependencies": { "esbuild": "^0.20.1", - "postcss": "^8.4.36", + "postcss": "^8.4.38", "rollup": "^4.13.0" }, "bin": { diff --git a/package.json b/package.json index 3ef3f3f..382254c 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "laravel-vite-plugin": "^1.0", "postcss": "^8.4.38", "tailwindcss": "^3.4.1", - "vite": "^5.0" + "vite": "^5.2" }, "dependencies": { "@lottiefiles/dotlottie-web": "^0.18.0",