From ca3c5831e15797bfa659e6141a287504c5b5a6aa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Jun 2024 06:46:55 +0000 Subject: [PATCH] fix: upgrade tailwindcss from 3.4.3 to 3.4.4 Snyk has created this PR to upgrade tailwindcss from 3.4.3 to 3.4.4. 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 6df7a13..4b59b3d 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.4", "tslib": "^2.3.0", "zod": "3.23.8" },