From 978da7c7dbf5e6e3f5bedf9cadecc9a215958c3a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 7 Aug 2024 08:21:10 +0000 Subject: [PATCH] fix: upgrade tailwindcss from 3.4.5 to 3.4.6 Snyk has created this PR to upgrade tailwindcss from 3.4.5 to 3.4.6. See this package in npm: tailwindcss See this project in Snyk: https://app.snyk.io/org/carltrepanier/project/25571263-2c7c-450e-8d30-868e9c2f1a4b?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9db02be..ac5e5ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "postcss": "8.4.39", "react": "18.3.1", "react-dom": "18.3.1", - "tailwindcss": "^3.4.5", + "tailwindcss": "^3.4.6", "typescript": "5.5.3" }, "devDependencies": { @@ -1753,9 +1753,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.5", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.5.tgz", - "integrity": "sha512-DlTxttYcogpDfx3tf/8jfnma1nfAYi2cBUYV2YNoPPecwmO3YGiFlOX9D8tGAu+EDF38ryBzvrDKU/BLMsUwbw==", + "version": "3.4.6", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.6.tgz", + "integrity": "sha512-1uRHzPB+Vzu57ocybfZ4jh5Q3SdlH7XW23J5sQoM9LhE9eIOlzxer/3XPSsycvih3rboRsvt0QCmzSrqyOYUIA==", "license": "MIT", "dependencies": { "@alloc/quick-lru": "^5.2.0", diff --git a/package.json b/package.json index 59b50ae..7135e16 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "postcss": "8.4.39", "react": "18.3.1", "react-dom": "18.3.1", - "tailwindcss": "3.4.5", + "tailwindcss": "3.4.6", "typescript": "5.5.3" }, "devDependencies": {