diff --git a/package-lock.json b/package-lock.json index 224ec28621..ac2b59a93b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "eslint-config-next": "16.2.9", "playwright": "^1.61.1", "prettier": "^3.9.4", - "tailwindcss": "^4.3.1", + "tailwindcss": "^4.3.2", "tsx": "^4.22.4", "typescript": "^6.0.3", "vitest": "^4.1.8" @@ -2402,6 +2402,13 @@ "tailwindcss": "4.3.2" } }, + "node_modules/@tailwindcss/node/node_modules/tailwindcss": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.1.tgz", + "integrity": "sha512-hk+TB1m+K8CYNrP6rjQaq/Y+4Zylwpa87mLYBKCunwnnQ9p+fHb7kmSfGqyEJoxF/O6CDyABWVFEafNSYKll+Q==", + "dev": true, + "license": "MIT" + }, "node_modules/@tailwindcss/oxide": { "version": "4.3.2", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.3.2.tgz", @@ -2735,6 +2742,13 @@ "tailwindcss": "4.3.2" } }, + "node_modules/@tailwindcss/postcss/node_modules/tailwindcss": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.1.tgz", + "integrity": "sha512-hk+TB1m+K8CYNrP6rjQaq/Y+4Zylwpa87mLYBKCunwnnQ9p+fHb7kmSfGqyEJoxF/O6CDyABWVFEafNSYKll+Q==", + "dev": true, + "license": "MIT" + }, "node_modules/@tybys/wasm-util": { "version": "0.10.2", "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.2.tgz", diff --git a/package.json b/package.json index 6bee7821bf..698f042c46 100644 --- a/package.json +++ b/package.json @@ -134,7 +134,7 @@ "eslint-config-next": "16.2.9", "playwright": "^1.61.1", "prettier": "^3.9.4", - "tailwindcss": "^4.3.1", + "tailwindcss": "^4.3.2", "tsx": "^4.22.4", "typescript": "^6.0.3", "vitest": "^4.1.8"