diff --git a/package-lock.json b/package-lock.json index 3a0b807..b7fa5f2 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.0" + "vite": "^6.2.3" } }, "node_modules/@alloc/quick-lru": { @@ -2832,9 +2832,9 @@ "license": "MIT" }, "node_modules/vite": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.0.tgz", - "integrity": "sha512-7dPxoo+WsT/64rDcwoOjk76XHj+TqNTIvHKcuMQ1k4/SeHDaQt5GFAeLYzrimZrMpn/O6DtdI03WUjdxuPM0oQ==", + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.3.tgz", + "integrity": "sha512-IzwM54g4y9JA/xAeBPNaDXiBF8Jsgl3VBQ2YQ/wOY6fyW3xMdSoltIV3Bo59DErdqdE6RxUfv8W69DvUorE4Eg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 1e6e291..0f41292 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.0" + "vite": "^6.2.3" } }