diff --git a/package-lock.json b/package-lock.json index b7fa5f2..046054e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "prettier-plugin-sh": "^0.14.0", "prettier-plugin-tailwindcss": "^0.5.11", "tailwindcss": "^3.4.10", - "vite": "^6.2.3" + "vite": "^6.2.5" } }, "node_modules/@alloc/quick-lru": { @@ -2832,9 +2832,9 @@ "license": "MIT" }, "node_modules/vite": { - "version": "6.2.3", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.3.tgz", - "integrity": "sha512-IzwM54g4y9JA/xAeBPNaDXiBF8Jsgl3VBQ2YQ/wOY6fyW3xMdSoltIV3Bo59DErdqdE6RxUfv8W69DvUorE4Eg==", + "version": "6.2.5", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.5.tgz", + "integrity": "sha512-j023J/hCAa4pRIUH6J9HemwYfjB5llR2Ps0CWeikOtdR8+pAURAk0DoJC5/mm9kd+UgdnIy7d6HE4EAvlYhPhA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 0f41292..eef8f36 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,6 @@ "prettier-plugin-sh": "^0.14.0", "prettier-plugin-tailwindcss": "^0.5.11", "tailwindcss": "^3.4.10", - "vite": "^6.2.3" + "vite": "^6.2.5" } }