From d2d9211b780ad27f6fd40c15ab1f173626608b44 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Jul 2024 07:30:59 +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/spudly/project/58c6b2ca-3af7-4766-b160-aa08c3cf856c?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 167a54f..2b703a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "react-icons": "^5.2.1", "react-is": "^18.3.1", "react-popper": "^2.2.5", - "tailwindcss": "^3.4.3" + "tailwindcss": "^3.4.4" }, "devDependencies": { "@babel/core": "^7.19.6", @@ -17395,9 +17395,10 @@ "dev": true }, "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", @@ -31156,9 +31157,9 @@ "dev": true }, "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==", "requires": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", diff --git a/package.json b/package.json index 5187a89..aef9d2d 100644 --- a/package.json +++ b/package.json @@ -299,7 +299,7 @@ "react-icons": "^5.2.1", "react-is": "^18.3.1", "react-popper": "^2.2.5", - "tailwindcss": "^3.4.3" + "tailwindcss": "^3.4.4" }, "devDependencies": { "@babel/core": "^7.19.6",