From 2737a8d9b213a90776f856d31d034c2e43e8e139 Mon Sep 17 00:00:00 2001 From: JMARRUJO91 <61342346+JMARRUJO91@users.noreply.github.com> Date: Mon, 20 May 2024 11:04:03 -0700 Subject: [PATCH] fix: upgrade tailwindcss from 3.3.2 to 3.4.3 (#31) 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 Co-authored-by: snyk-bot --- website/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/package.json b/website/package.json index f3c488f..f388372 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",