diff --git a/package-lock.json b/package-lock.json index d48121e..0a68463 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "laravel-vite-plugin": "^1.0", "postcss": "^8.4.31", "tailwindcss": "^3.1.0", - "vite": "^5.0" + "vite": "^5.4" } }, "node_modules/@alloc/quick-lru": { @@ -2425,11 +2425,10 @@ "license": "MIT" }, "node_modules/vite": { - "version": "5.4.5", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.5.tgz", - "integrity": "sha512-pXqR0qtb2bTwLkev4SE3r4abCNioP3GkjvIDLlzziPpXtHgiJIjuKl+1GN6ESOT3wMjG3JTeARopj2SwYaHTOA==", + "version": "5.4.6", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.6.tgz", + "integrity": "sha512-IeL5f8OO5nylsgzd9tq4qD2QqI0k2CQLGrWD0rCN0EQJZpBK5vJAx0I+GDkMOXxQX/OfFHMuLIx6ddAxGX/k+Q==", "dev": true, - "license": "MIT", "dependencies": { "esbuild": "^0.21.3", "postcss": "^8.4.43", diff --git a/package.json b/package.json index 3f1b074..9ae9e84 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,6 @@ "laravel-vite-plugin": "^1.0", "postcss": "^8.4.31", "tailwindcss": "^3.1.0", - "vite": "^5.0" + "vite": "^5.4" } }