From cc4ea178ded73a251cb92387ccba19687e28afd3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 May 2025 02:31:02 +0000 Subject: [PATCH] feat: upgrade tailwindcss from 3.4.4 to 4.1.5 Snyk has created this PR to upgrade tailwindcss from 3.4.4 to 4.1.5. See this package in npm: tailwindcss See this project in Snyk: https://app.snyk.io/org/nerds-github/project/128fa64f-2492-4d35-adcb-b5c6f29c1150?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 7a1ff2f..d18a2d4 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "prettier": "^3.3.3", "prettier-plugin-tailwindcss": "^0.6.5", "swiper": "^11.1.1", - "tailwindcss": "^3.4.1" + "tailwindcss": "^4.1.5" }, "dependencies": { "postcss": "^8.4.33",