diff --git a/package-lock.json b/package-lock.json index b524f34..e5c9c42 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": { @@ -2105,13 +2105,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.10", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.10.tgz", + "integrity": "sha512-PAzgUZbP7msvQvqdSD+ErD5qGnSFiGOoWmV5yAKUEI0kdhjbH6nMWVyZQC/hSc4aXwc0oJ9aEdIiF9Oje0JFCw==", "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 aab99ad..adc111c 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",