diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c488c8a896..4d18b3b150 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -906,8 +906,8 @@ importers: specifier: ^4.0.1 version: 4.0.1 tailwind-merge: - specifier: ^3.4.1 - version: 3.4.1 + specifier: ^3.6.0 + version: 3.6.0 devDependencies: '@storybook/addon-a11y': specifier: 10.4.2 @@ -7749,8 +7749,8 @@ packages: tabbable@6.4.0: resolution: {integrity: sha512-05PUHKSNE8ou2dwIxTngl4EzcnsCDZGJ/iCLtDflR/SHB/ny14rXc+qU5P4mG9JkusiV7EivzY9Mhm55AzAvCg==} - tailwind-merge@3.4.1: - resolution: {integrity: sha512-2OA0rFqWOkITEAOFWSBSApYkDeH9t2B3XSJuI4YztKBzK3mX0737A2qtxDZ7xkw9Zfh0bWl+r34sF3HXV+Ig7Q==} + tailwind-merge@3.6.0: + resolution: {integrity: sha512-uxL7qAVQriqRQPAyK3pj66VqskWqoZ37PW94jwOTwNfq/z9oyu1V+eqrZqtR2+fCiXdYOZe/Modt8GtvqNzu+w==} tailwindcss@4.3.0: resolution: {integrity: sha512-y6nxMGB1nMW9R6k96e5gdIFzcfL/gTJRNaqGes1YvkLnPVXzWgbqFF2yLC0T8G774n24cx3Pe8XrKoniCOAH+Q==} @@ -15861,7 +15861,7 @@ snapshots: tabbable@6.4.0: {} - tailwind-merge@3.4.1: {} + tailwind-merge@3.6.0: {} tailwindcss@4.3.0: {} diff --git a/ui/package.json b/ui/package.json index 9ca92d3015..8168a27b9c 100644 --- a/ui/package.json +++ b/ui/package.json @@ -64,7 +64,7 @@ "react-markdown": "^10.1.0", "react-router-dom": "^7.16.0", "remark-gfm": "^4.0.1", - "tailwind-merge": "^3.4.1" + "tailwind-merge": "^3.6.0" }, "devDependencies": { "@tailwindcss/vite": "^4.3.0",