diff --git a/package-lock.json b/package-lock.json index 399a3ab5..a1afcae1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "prettier-plugin-blade": "^2.0.0", "prettier-plugin-tailwindcss": "^0.5.11", "tailwindcss": "^3.4.13", - "vite": "^5.0" + "vite": "^5.4" } }, "node_modules/@alloc/quick-lru": { @@ -2793,9 +2793,9 @@ "license": "MIT" }, "node_modules/vite": { - "version": "5.4.8", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.8.tgz", - "integrity": "sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==", + "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 8b838872..b046fb37 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,6 @@ "prettier-plugin-blade": "^2.0.0", "prettier-plugin-tailwindcss": "^0.5.11", "tailwindcss": "^3.4.13", - "vite": "^5.0" + "vite": "^5.4" } }