From 08fa0d387d125dae385e9be9e6dfef60804ea528 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Jun 2024 07:15:00 +0000 Subject: [PATCH] fix: upgrade tailwindcss from 3.4.3 to 3.4.4 Snyk has created this PR to upgrade tailwindcss from 3.4.3 to 3.4.4. See this package in npm: tailwindcss See this project in Snyk: https://app.snyk.io/org/carltrepanier/project/28dc9fbd-d41d-4460-8240-51b6a3f21b2a?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index c35fea9..3f3d3f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", "@radix-ui/react-tabs": "^1.0.4", - "@types/node": "^20.14.1", + "@types/node": "20.14.1", "@types/react": "18.3.3", "@types/react-dom": "18.3.0", "@uploadthing/react": "^5.2.1", @@ -30,7 +30,7 @@ "react-hook-form": "^7.51.5", "svix": "^1.24.0", "tailwind-merge": "^1.14.0", - "tailwindcss": "3.4.3", + "tailwindcss": "^3.4.4", "tailwindcss-animate": "^1.0.6", "typescript": "5.4.5", "uploadthing": "^5.3.2", @@ -2931,9 +2931,10 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.3.tgz", - "integrity": "sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==", + "version": "3.4.4", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.4.tgz", + "integrity": "sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==", + "license": "MIT", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", diff --git a/package.json b/package.json index 1149a8e..b59bfe9 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "svix": "^1.24.0", "react-hook-form": "^7.51.5", "tailwind-merge": "^1.14.0", - "tailwindcss": "3.4.3", + "tailwindcss": "3.4.4", "tailwindcss-animate": "^1.0.6", "typescript": "5.4.5", "uploadthing": "^5.3.2",