diff --git a/frontend/package-lock.json b/frontend/package-lock.json index f5a1fb71b6..8002379c5b 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -64,7 +64,7 @@ "lint-staged": "^15.2.5", "postcss": "^8.4.38", "prettier": "^3.3.1", - "tailwindcss": "^3.4.2", + "tailwindcss": "^3.4.4", "typescript": "^5.4.5", "vite-tsconfig-paths": "^4.3.2", "vitest": "^1.6.0" @@ -15673,9 +15673,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.3.tgz", - "integrity": "sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==", + "version": "3.4.4", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.4.tgz", + "integrity": "sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", diff --git a/frontend/package.json b/frontend/package.json index bd274aad45..411f10ff6a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -85,7 +85,7 @@ "lint-staged": "^15.2.5", "postcss": "^8.4.38", "prettier": "^3.3.1", - "tailwindcss": "^3.4.2", + "tailwindcss": "^3.4.4", "typescript": "^5.4.5", "vite-tsconfig-paths": "^4.3.2", "vitest": "^1.6.0"