diff --git a/package-lock.json b/package-lock.json index 2cef859..5e7fed3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "react": "18.3.1", "react-dom": "18.3.1", "react-icons": "^5.0.0", - "tailwindcss": "3.4.6", + "tailwindcss": "3.4.7", "typescript": "5.5.4" } }, @@ -4217,9 +4217,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.6", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.6.tgz", - "integrity": "sha512-1uRHzPB+Vzu57ocybfZ4jh5Q3SdlH7XW23J5sQoM9LhE9eIOlzxer/3XPSsycvih3rboRsvt0QCmzSrqyOYUIA==", + "version": "3.4.7", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.7.tgz", + "integrity": "sha512-rxWZbe87YJb4OcSopb7up2Ba4U82BoiSGUdoDr3Ydrg9ckxFS/YWsvhN323GMcddgU65QRy7JndC7ahhInhvlQ==", "license": "MIT", "dependencies": { "@alloc/quick-lru": "^5.2.0", diff --git a/package.json b/package.json index 986f842..d4575cf 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "react": "18.3.1", "react-dom": "18.3.1", "react-icons": "^5.0.0", - "tailwindcss": "3.4.6", + "tailwindcss": "3.4.7", "typescript": "5.5.4" } }