From 133ac47fb2f6a176e6eadb7ae6146d8bf5a492d9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 18 Apr 2024 04:30:18 +0000 Subject: [PATCH] fix: upgrade tailwindcss from 3.4.1 to 3.4.3 Snyk has created this PR to upgrade tailwindcss from 3.4.1 to 3.4.3. See this package in npm: https://www.npmjs.com/package/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 7f1e851..268b0ce 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "postcss": "8.4.38", "react": "18.2.0", "react-dom": "18.2.0", - "tailwindcss": "3.4.1", + "tailwindcss": "3.4.3", "tslib": "^2.3.0", "zod": "3.22.4" },