diff --git a/package-lock.json b/package-lock.json index 9db02be..ac5e5ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "postcss": "8.4.39", "react": "18.3.1", "react-dom": "18.3.1", - "tailwindcss": "^3.4.5", + "tailwindcss": "^3.4.6", "typescript": "5.5.3" }, "devDependencies": { @@ -1753,9 +1753,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.5", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.5.tgz", - "integrity": "sha512-DlTxttYcogpDfx3tf/8jfnma1nfAYi2cBUYV2YNoPPecwmO3YGiFlOX9D8tGAu+EDF38ryBzvrDKU/BLMsUwbw==", + "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 59b50ae..7135e16 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "postcss": "8.4.39", "react": "18.3.1", "react-dom": "18.3.1", - "tailwindcss": "3.4.5", + "tailwindcss": "3.4.6", "typescript": "5.5.3" }, "devDependencies": {