diff --git a/package-lock.json b/package-lock.json index dbd6874..ca16a7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "pre-commit": "^1.2.2", "react": "18.3.1", "react-dom": "18.3.1", - "tailwindcss": "3.4.4", + "tailwindcss": "3.4.6", "typescript": "5.5.3" } }, @@ -4019,9 +4019,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.4", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.4.tgz", - "integrity": "sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==", + "version": "3.4.6", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.6.tgz", + "integrity": "sha512-1uRHzPB+Vzu57ocybfZ4jh5Q3SdlH7XW23J5sQoM9LhE9eIOlzxer/3XPSsycvih3rboRsvt0QCmzSrqyOYUIA==", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", diff --git a/package.json b/package.json index 922694c..a234eb0 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "pre-commit": "^1.2.2", "react": "18.3.1", "react-dom": "18.3.1", - "tailwindcss": "3.4.4", + "tailwindcss": "3.4.6", "typescript": "5.5.3" } }