diff --git a/basaltpass-frontend/apps/admin/package.json b/basaltpass-frontend/apps/admin/package.json index 7bc47f0a..a3275317 100644 --- a/basaltpass-frontend/apps/admin/package.json +++ b/basaltpass-frontend/apps/admin/package.json @@ -25,6 +25,6 @@ "postcss": "^8.5.19", "tailwindcss": "^3.4.17", "typescript": "^7.0.2", - "vite": "^8.1.4" + "vite": "^8.1.5" } } diff --git a/basaltpass-frontend/apps/tenant/package.json b/basaltpass-frontend/apps/tenant/package.json index 1f2b5512..11d1affb 100644 --- a/basaltpass-frontend/apps/tenant/package.json +++ b/basaltpass-frontend/apps/tenant/package.json @@ -25,6 +25,6 @@ "postcss": "^8.5.19", "tailwindcss": "^3.4.17", "typescript": "^7.0.2", - "vite": "^8.1.4" + "vite": "^8.1.5" } } diff --git a/basaltpass-frontend/apps/user/package.json b/basaltpass-frontend/apps/user/package.json index 411cae11..ebd3a677 100644 --- a/basaltpass-frontend/apps/user/package.json +++ b/basaltpass-frontend/apps/user/package.json @@ -25,6 +25,6 @@ "postcss": "^8.5.19", "tailwindcss": "^3.4.17", "typescript": "^7.0.2", - "vite": "^8.1.4" + "vite": "^8.1.5" } } diff --git a/basaltpass-frontend/package-lock.json b/basaltpass-frontend/package-lock.json index 657ed7d3..efb98ee1 100644 --- a/basaltpass-frontend/package-lock.json +++ b/basaltpass-frontend/package-lock.json @@ -28,7 +28,7 @@ "postcss": "^8.5.19", "tailwindcss": "^3.4.17", "typescript": "^7.0.2", - "vite": "^8.1.4" + "vite": "^8.1.5" } }, "apps/admin": { @@ -52,7 +52,7 @@ "postcss": "^8.5.19", "tailwindcss": "^3.4.17", "typescript": "^7.0.2", - "vite": "^8.1.4" + "vite": "^8.1.5" } }, "apps/tenant": { @@ -76,7 +76,7 @@ "postcss": "^8.5.19", "tailwindcss": "^3.4.17", "typescript": "^7.0.2", - "vite": "^8.1.4" + "vite": "^8.1.5" } }, "apps/user": { @@ -100,7 +100,7 @@ "postcss": "^8.5.19", "tailwindcss": "^3.4.17", "typescript": "^7.0.2", - "vite": "^8.1.4" + "vite": "^8.1.5" } }, "node_modules/@alloc/quick-lru": { @@ -2829,16 +2829,16 @@ "license": "MIT" }, "node_modules/vite": { - "version": "8.1.4", - "resolved": "https://registry.npmjs.org/vite/-/vite-8.1.4.tgz", - "integrity": "sha512-bTT9PsdWO+MQMNG9ZXIP/qM9wGh37DFxTV/sPq9cFpHr3w4jkgef032PkAL9jAqhk3Nz8NQw3O8n6/xFkqO4QQ==", + "version": "8.1.5", + "resolved": "https://registry.npmjs.org/vite/-/vite-8.1.5.tgz", + "integrity": "sha512-7ULLwsCdYx/nRyrpiEwvqb5TFHrMVZyBt+rg/OAXT7rgj/z+DtTDyKFeLAdDkubDVDKD8jOsndmy7m55XcfUsw==", "dev": true, "license": "MIT", "dependencies": { "lightningcss": "^1.32.0", "picomatch": "^4.0.5", - "postcss": "^8.5.16", - "rolldown": "~1.1.4", + "postcss": "^8.5.17", + "rolldown": "~1.1.5", "tinyglobby": "^0.2.17" }, "bin": { diff --git a/basaltpass-frontend/package.json b/basaltpass-frontend/package.json index 07b615ba..b230d381 100644 --- a/basaltpass-frontend/package.json +++ b/basaltpass-frontend/package.json @@ -37,6 +37,6 @@ "postcss": "^8.5.19", "tailwindcss": "^3.4.17", "typescript": "^7.0.2", - "vite": "^8.1.4" + "vite": "^8.1.5" } }