diff --git a/package-lock.json b/package-lock.json index c41e28ee..3c79b4fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "laravel-vite-plugin": "^1.0", "postcss": "^8.4.32", "tailwindcss": "^3.4.0", - "vite": "^5.0" + "vite": "^5.4" } }, "node_modules/@alloc/quick-lru": { @@ -2719,9 +2719,9 @@ "license": "MIT" }, "node_modules/vite": { - "version": "5.4.10", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.10.tgz", - "integrity": "sha512-1hvaPshuPUtxeQ0hsVH3Mud0ZanOLwVTneA1EgbAM5LhaZEqyPWGRQ7BtaMvUrTDeEaC8pxtj6a6jku3x4z6SQ==", + "version": "5.4.14", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.14.tgz", + "integrity": "sha512-EK5cY7Q1D8JNhSaPKVK4pwBFvaTmZxEnoKXLG/U9gmdDcihQGNzFlgIvaxezFR4glP1LsuiedwMBqCXH3wZccA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index a960e75f..01bc3016 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,6 @@ "laravel-vite-plugin": "^1.0", "postcss": "^8.4.32", "tailwindcss": "^3.4.0", - "vite": "^5.0" + "vite": "^5.4" } }