diff --git a/package-lock.json b/package-lock.json index 7cf55638..4d6cf829 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "postcss": "^8.5.6", "postcss-nesting": "^13.0.2", "tailwindcss": "^4.1.14", - "vite": "^7.1.9" + "vite": "^7.1.11" } }, "node_modules/@alloc/quick-lru": { @@ -2633,9 +2633,9 @@ } }, "node_modules/vite": { - "version": "7.1.9", - "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.9.tgz", - "integrity": "sha512-4nVGliEpxmhCL8DslSAUdxlB6+SMrhB0a1v5ijlh1xB1nEPuy1mxaHxysVucLHuWryAxLWg6a5ei+U4TLn/rFg==", + "version": "7.1.11", + "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.11.tgz", + "integrity": "sha512-uzcxnSDVjAopEUjljkWh8EIrg6tlzrjFUfMcR1EVsRDGwf/ccef0qQPRyOrROwhrTDaApueq+ja+KLPlzR/zdg==", "license": "MIT", "dependencies": { "esbuild": "^0.25.0", diff --git a/package.json b/package.json index 1882db27..0bb775b1 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "postcss": "^8.5.6", "postcss-nesting": "^13.0.2", "tailwindcss": "^4.1.14", - "vite": "^7.1.9" + "vite": "^7.1.11" }, "dependencies": { "@tailwindcss/postcss": "^4.1.11",