From 9a2688897f460d1cdb1ce4751f4d165b343ea7f5 Mon Sep 17 00:00:00 2001
From: Kasper Juul Hermansen <contact@kjuulh.io>
Date: Wed, 26 Feb 2025 02:10:38 +0000
Subject: [PATCH] fix(deps): update dependency tailwindcss to v4.0.9

---
 src/client/package.json | 2 +-
 src/client/yarn.lock    | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/client/package.json b/src/client/package.json
index c352388..e45cc52 100644
--- a/src/client/package.json
+++ b/src/client/package.json
@@ -18,7 +18,7 @@
     "react-dom": "19.0.0",
     "react-redux": "9.2.0",
     "react-textarea-autosize": "8.5.7",
-    "tailwindcss": "4.0.8"
+    "tailwindcss": "4.0.9"
   },
   "devDependencies": {
     "@types/react": "19.0.10",
diff --git a/src/client/yarn.lock b/src/client/yarn.lock
index d2a57d5..30d8153 100644
--- a/src/client/yarn.lock
+++ b/src/client/yarn.lock
@@ -5495,10 +5495,10 @@ synckit@^0.8.4:
     "@pkgr/utils" "^2.3.1"
     tslib "^2.4.0"
 
-tailwindcss@4.0.8:
-  version "4.0.8"
-  resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-4.0.8.tgz#25d7fed091aacd16e2a3b8b86d51eea0a482fb1c"
-  integrity sha512-Me7N5CKR+D2A1xdWA5t5+kjjT7bwnxZOE6/yDI/ixJdJokszsn2n++mdU5yJwrsTpqFX2B9ZNMBJDwcqk9C9lw==
+tailwindcss@4.0.9:
+  version "4.0.9"
+  resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-4.0.9.tgz#f6626cee837aabe9e54c29b230b6fb0ed36fe965"
+  integrity sha512-12laZu+fv1ONDRoNR9ipTOpUD7RN9essRVkX36sjxuRUInpN7hIiHN4lBd/SIFjbISvnXzp8h/hXzmU8SQQYhw==
 
 tapable@^2.2.0:
   version "2.2.1"
-- 
2.47.2