From 3ec28a94ac6f6f6ee4a9707a35b4fab03742d835 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Jun 2025 02:44:47 +0000 Subject: [PATCH] fix: upgrade postcss from 8.4.39 to 8.5.4 Snyk has created this PR to upgrade postcss from 8.4.39 to 8.5.4. See this package in npm: postcss See this project in Snyk: https://app.snyk.io/org/nerds-github/project/128fa64f-2492-4d35-adcb-b5c6f29c1150?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eae71a2..90cc6e9 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "tailwindcss": "^4.1.8" }, "dependencies": { - "postcss": "^8.4.33", + "postcss": "^8.5.4", "postcss-simple-vars": "^7.0.1" } }