From edf437cd423d8f45718fcc63285c7d56e0a647f2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 14 May 2025 22:02:46 +0000 Subject: [PATCH] fix: upgrade tailwindcss from 3.4.1 to 3.4.17 Snyk has created this PR to upgrade tailwindcss from 3.4.1 to 3.4.17. See this package in npm: tailwindcss See this project in Snyk: https://app.snyk.io/org/nexuscompute/project/6e259752-0d55-47d9-81e8-ea89265fd008?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/with-redis/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-redis/package.json b/examples/with-redis/package.json index 146af1512af43..3a1ef4c5f0d62 100644 --- a/examples/with-redis/package.json +++ b/examples/with-redis/package.json @@ -17,7 +17,7 @@ "postcss": "^8.4.33", "react": "18.2.0", "react-dom": "18.2.0", - "tailwindcss": "3.4.1", + "tailwindcss": "3.4.17", "typescript": "5.3.3" } }