From 9b2fbede283cf2ec9b6244610da42d4ccc8168a2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Nov 2024 05:42:44 +0000 Subject: [PATCH] fix: upgrade tailwindcss from 3.4.4 to 3.4.14 Snyk has created this PR to upgrade tailwindcss from 3.4.4 to 3.4.14. See this package in npm: tailwindcss See this project in Snyk: https://app.snyk.io/org/bensullivan2002/project/7a391519-00bc-4291-81bc-a7852f0b5810?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 f607d83..a4477b6 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "postcss": "8.4.38", "react": "19.0.0-rc-f994737d14-20240522", "react-dom": "19.0.0-rc-f994737d14-20240522", - "tailwindcss": "3.4.4", + "tailwindcss": "3.4.14", "typescript": "5.5.2", "use-debounce": "^10.0.1", "zod": "^3.23.8"