From 0d702ddf10d8d35f5249e9aa79489dd5484e7902 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 7 Aug 2024 09:13:46 +0000 Subject: [PATCH] fix: upgrade tailwindcss from 3.4.4 to 3.4.6 Snyk has created this PR to upgrade tailwindcss from 3.4.4 to 3.4.6. See this package in npm: tailwindcss See this project in Snyk: https://app.snyk.io/org/abcde45421/project/7482c949-5707-4e5b-83a4-acdf8adf9d20?utm_source=github&utm_medium=referral&page=upgrade-pr --- frontend/package-lock.json | 14 +++++++------- frontend/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 75e8590..a37a6ea 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -29,7 +29,7 @@ "react-router-dom": "^6.24.1", "react-scripts": "5.0.1", "tailwind-merge": "^2.4.0", - "tailwindcss": "^3.4.4", + "tailwindcss": "^3.4.6", "uuid": "^10.0.0", "web-vitals": "^2.1.4" } @@ -17277,9 +17277,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.4", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.4.tgz", - "integrity": "sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==", + "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", @@ -30977,9 +30977,9 @@ "integrity": "sha512-49AwoOQNKdqKPd9CViyH5wJoSKsCDjUlzL8DxuGp3P1FsGY36NJDAa18jLZcaHAUUuTj+JB8IAo8zWgBNvBF7A==" }, "tailwindcss": { - "version": "3.4.4", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.4.tgz", - "integrity": "sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==", + "version": "3.4.6", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.6.tgz", + "integrity": "sha512-1uRHzPB+Vzu57ocybfZ4jh5Q3SdlH7XW23J5sQoM9LhE9eIOlzxer/3XPSsycvih3rboRsvt0QCmzSrqyOYUIA==", "requires": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", diff --git a/frontend/package.json b/frontend/package.json index 1d5fcf6..8155a5c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -24,7 +24,7 @@ "react-router-dom": "^6.24.1", "react-scripts": "5.0.1", "tailwind-merge": "^2.4.0", - "tailwindcss": "^3.4.4", + "tailwindcss": "^3.4.6", "uuid": "^10.0.0", "web-vitals": "^2.1.4" },