diff --git a/package-lock.json b/package-lock.json index 84e2af9..0004108 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "tailwindcss": "^3.4.4", - "vite": "^5.4.8" + "vite": "^5.4.14" } }, "node_modules/@alloc/quick-lru": { @@ -10279,9 +10279,9 @@ } }, "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 7a8a7fb..da7d8e0 100644 --- a/package.json +++ b/package.json @@ -57,6 +57,6 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "tailwindcss": "^3.4.4", - "vite": "^5.4.8" + "vite": "^5.4.14" } }