diff --git a/package-lock.json b/package-lock.json index 32db2db..8ecfcc5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "postcss": "^8.4.47", "prettier": "^3.3.3", "tailwindcss": "^3.4.13", - "vite": "^5.4.8" + "vite": "^5.4.9" } }, "node_modules/@alloc/quick-lru": { @@ -14010,9 +14010,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.9", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.9.tgz", + "integrity": "sha512-20OVpJHh0PAM0oSOELa5GaZNWeDjcAvQjGXy2Uyr+Tp+/D2/Hdz6NLgpJLsarPTA2QJ6v8mX2P1ZfbsSKvdMkg==", "dev": true, "dependencies": { "esbuild": "^0.21.3", diff --git a/package.json b/package.json index cf139f9..cffc839 100644 --- a/package.json +++ b/package.json @@ -42,6 +42,6 @@ "postcss": "^8.4.47", "prettier": "^3.3.3", "tailwindcss": "^3.4.13", - "vite": "^5.4.8" + "vite": "^5.4.9" } } \ No newline at end of file