From 0a8d3edb8f4126fe21bc8a26f0cf8e43ddf580b6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 20 May 2024 04:31:59 +0000 Subject: [PATCH] fix: upgrade tailwindcss from 3.3.2 to 3.4.3 Snyk has created this PR to upgrade tailwindcss from 3.3.2 to 3.4.3. See this package in npm: tailwindcss See this project in Snyk: https://app.snyk.io/org/jmarrujo91/project/68b4936a-b59a-42f2-9fd3-6a8d54020f9a?utm_source=github&utm_medium=referral&page=upgrade-pr --- website/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/package.json b/website/package.json index 09e4680..12db83b 100644 --- a/website/package.json +++ b/website/package.json @@ -30,7 +30,7 @@ "remark": "^14.0.3", "remark-html": "^15.0.2", "remark-mdx": "^2.3.0", - "tailwindcss": "^3.3.0" + "tailwindcss": "^3.4.3" }, "devDependencies": { "@types/node": "20.2.1",