From 7efc68384b1fe4ea557d2c85cfe2d3c6f928f7a2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 29 Apr 2025 04:27:02 +0000 Subject: [PATCH] feat: upgrade tailwindcss from 3.4.17 to 4.1.3 Snyk has created this PR to upgrade tailwindcss from 3.4.17 to 4.1.3. See this package in npm: tailwindcss See this project in Snyk: https://app.snyk.io/org/nerds-github/project/ef708957-d107-4807-bb9b-ffb67ea15337?utm_source=github&utm_medium=referral&page=upgrade-pr --- dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/package.json b/dashboard/package.json index 808cb7c..7c7e4b9 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -52,7 +52,7 @@ "@types/pdfkit": "^0.13.4", "autoprefixer": "^10.4.19", "postcss": "^8.4.38", - "tailwindcss": "^3.4.3", + "tailwindcss": "^4.1.3", "vitest": "^1.6.0" } }