From 0b32fd131049a1e5835c0fb2c027ff991b0cf278 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 Nov 2025 09:40:02 +0000 Subject: [PATCH] fix: upgrade tailwindcss from 3.4.3 to 3.4.18 Snyk has created this PR to upgrade tailwindcss from 3.4.3 to 3.4.18. See this package in npm: tailwindcss See this project in Snyk: https://app.snyk.io/org/ivan-QBnRiSBZoUxnTVY6mQXyuA/project/a3c60ec2-739f-4e92-ad5f-338635aebcd0?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bd67504..6cd245e 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "postcss": "8.4.38", "react": "18.3.1", "react-dom": "18.3.1", - "tailwindcss": "3.4.3", + "tailwindcss": "3.4.18", "tslib": "^2.3.0", "zod": "3.23.8" },