From 9852fc12eaf30bf1a480264386c0986fffb1f539 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 7 Aug 2024 06:30:36 +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/jones58/project/4ae76e8e-94f2-4483-a7e8-67b5461045d9?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 a7f4efc..1aea73d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "react": "^18.3.1", "react-clock": "^4.6.0", "react-dom": "^18.3.1", - "tailwindcss": "^3.4.4", + "tailwindcss": "^3.4.6", "tslib": "^2.6.3", "typescript": "^5.5.3" }, @@ -6702,9 +6702,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", diff --git a/package.json b/package.json index c027f1f..a66d8a7 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "react": "^18.3.1", "react-clock": "^4.6.0", "react-dom": "^18.3.1", - "tailwindcss": "^3.4.4", + "tailwindcss": "^3.4.6", "tslib": "^2.6.3", "typescript": "^5.5.3" },