From 7aec783faa613beaec67498d39745b5be0622875 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 23 Sep 2024 22:13:12 +0000 Subject: [PATCH] feat: upgrade postcss from 7.0.32 to 8.4.44 Snyk has created this PR to upgrade postcss from 7.0.32 to 8.4.44. See this package in npm: postcss See this project in Snyk: https://app.snyk.io/org/cachiman/project/1747a2fb-43af-4fcf-b6a7-ec57cebd4d8a?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 73d2844ab49b..548eaea87734 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "devDependencies": { "cssnano": "^4.1.10", "eslint": "^5.12.1", - "postcss": "^7.0.32", + "postcss": "^8.4.44", "postcss-cli": "^7.1.1", "tailwindcss": "^1.4.6" },