From 886ed30fcc9c1a5a2c1e31089cc0ff4c03e34f90 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 16 Aug 2024 06:21:35 +0000 Subject: [PATCH] fix: upgrade tailwindcss from 3.4.6 to 3.4.7 Snyk has created this PR to upgrade tailwindcss from 3.4.6 to 3.4.7. See this package in npm: tailwindcss See this project in Snyk: https://app.snyk.io/org/randomusert/project/5f8f52ba-c2d6-4b8d-8d2d-9ef31528052b?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 a5be4b4..5727652 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "eslint": "^8", "eslint-config-next": "14.2.5", "postcss": "^8.4.40", - "tailwindcss": "^3.4.6" + "tailwindcss": "^3.4.7" } }, "node_modules/@alloc/quick-lru": { @@ -6098,9 +6098,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.6", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.6.tgz", - "integrity": "sha512-1uRHzPB+Vzu57ocybfZ4jh5Q3SdlH7XW23J5sQoM9LhE9eIOlzxer/3XPSsycvih3rboRsvt0QCmzSrqyOYUIA==", + "version": "3.4.7", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.7.tgz", + "integrity": "sha512-rxWZbe87YJb4OcSopb7up2Ba4U82BoiSGUdoDr3Ydrg9ckxFS/YWsvhN323GMcddgU65QRy7JndC7ahhInhvlQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 4d3abe9..4143439 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,6 @@ "eslint": "^8", "eslint-config-next": "14.2.5", "postcss": "^8.4.40", - "tailwindcss": "^3.4.6" + "tailwindcss": "^3.4.7" } }