From 2afa852f4b43c98d6fbff63271a6b0df4011488d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Jun 2025 00:54:50 +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 7a1ff2f..4f5fcfd 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "tailwindcss": "^3.4.1" }, "dependencies": { - "postcss": "^8.4.33", + "postcss": "^8.5.4", "postcss-simple-vars": "^7.0.1" } }