From b6886ca0b7def639756c7c369b85a5bb38af2fc5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 30 Jul 2025 05:33:39 +0000 Subject: [PATCH] feat: upgrade tailwindcss from 3.4.4 to 4.1.11 Snyk has created this PR to upgrade tailwindcss from 3.4.4 to 4.1.11. See this package in npm: tailwindcss See this project in Snyk: https://app.snyk.io/org/nerds-github/project/ded0d4c9-2f65-458e-91a2-4bc521804eb9?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 29f8f1a377..d8c28d6b47 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "laravel-vite-plugin": "0.8.1", "postcss": "8.4.38", "pusher-js": "8.4.0-rc2", - "tailwindcss": "3.4.4", + "tailwindcss": "4.1.11", "vite": "4.5.5", "vue": "3.4.29" },