From c8f1932700e8baae96005bb239398bb6b62fe551 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 17 Aug 2024 16:14:56 +0000 Subject: [PATCH] fix: upgrade tailwindcss from 3.4.3 to 3.4.7 Snyk has created this PR to upgrade tailwindcss from 3.4.3 to 3.4.7. See this package in npm: tailwindcss See this project in Snyk: https://app.snyk.io/org/okeamah/project/49c2755d-7a36-46e4-936b-e65621d495c1?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 6447a0d..8c64e15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "prettier": "^3.2.5", "rss-parser": "^3.13.0", "sharp": "^0.33.3", - "tailwindcss": "^3.4.3", + "tailwindcss": "^3.4.7", "terser": "^5.30.3", "uslug": "^1.0.4" }, @@ -5117,9 +5117,10 @@ } }, "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.7", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.7.tgz", + "integrity": "sha512-rxWZbe87YJb4OcSopb7up2Ba4U82BoiSGUdoDr3Ydrg9ckxFS/YWsvhN323GMcddgU65QRy7JndC7ahhInhvlQ==", + "license": "MIT", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", diff --git a/package.json b/package.json index cd8b31a..22f0bdb 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "prettier": "^3.2.5", "rss-parser": "^3.13.0", "sharp": "^0.33.3", - "tailwindcss": "^3.4.3", + "tailwindcss": "^3.4.7", "terser": "^5.30.3", "uslug": "^1.0.4" }