diff --git a/package-lock.json b/package-lock.json index a7f4efc..1aea73d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "react": "^18.3.1", "react-clock": "^4.6.0", "react-dom": "^18.3.1", - "tailwindcss": "^3.4.4", + "tailwindcss": "^3.4.6", "tslib": "^2.6.3", "typescript": "^5.5.3" }, @@ -6702,9 +6702,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==", "license": "MIT", "dependencies": { "@alloc/quick-lru": "^5.2.0", diff --git a/package.json b/package.json index c027f1f..a66d8a7 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "react": "^18.3.1", "react-clock": "^4.6.0", "react-dom": "^18.3.1", - "tailwindcss": "^3.4.4", + "tailwindcss": "^3.4.6", "tslib": "^2.6.3", "typescript": "^5.5.3" },