diff --git a/package-lock.json b/package-lock.json index 2c37e3b..d949eb0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "postcss": "^8.5.6", "prettier": "^3.7.4", "tailwindcss": "^3.4.19", - "vite": "^7.2.4" + "vite": "^7.3.2" } }, "node_modules/@alloc/quick-lru": { @@ -5523,9 +5523,9 @@ "license": "MIT" }, "node_modules/vite": { - "version": "7.3.0", - "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.0.tgz", - "integrity": "sha512-dZwN5L1VlUBewiP6H9s2+B3e3Jg96D0vzN+Ry73sOefebhYr9f94wwkMNN/9ouoU8pV1BqA1d1zGk8928cx0rg==", + "version": "7.3.2", + "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.2.tgz", + "integrity": "sha512-Bby3NOsna2jsjfLVOHKes8sGwgl4TT0E6vvpYgnAYDIF/tie7MRaFthmKuHx1NSXjiTueXH3do80FMQgvEktRg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ae24f78..1f47c37 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,6 @@ "postcss": "^8.5.6", "prettier": "^3.7.4", "tailwindcss": "^3.4.19", - "vite": "^7.2.4" + "vite": "^7.3.2" } }