From ccfad2ca01a5d16530277ba07bb77887eab47ff2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Jun 2024 02:29:15 +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/randomusert/project/5f8f52ba-c2d6-4b8d-8d2d-9ef31528052b?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b54961a..6d15950 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "eslint": "^8", "eslint-config-next": "14.2.3", "postcss": "^8", - "tailwindcss": "^3.4.1" + "tailwindcss": "^3.4.4" } }, "node_modules/@alloc/quick-lru": { @@ -6083,10 +6083,11 @@ } }, "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==", "dev": true, + "license": "MIT", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", diff --git a/package.json b/package.json index 9ee3d6f..6688c8d 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,6 @@ "eslint": "^8", "eslint-config-next": "14.2.3", "postcss": "^8", - "tailwindcss": "^3.4.1" + "tailwindcss": "^3.4.4" } }