From 545c3c8fc83221c40d35d6c0b32dee7eb11f6a43 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 21 Jul 2024 07:01:51 +0000 Subject: [PATCH] fix: upgrade postcss from 8.4.38 to 8.4.39 Snyk has created this PR to upgrade postcss from 8.4.38 to 8.4.39. See this package in npm: postcss See this project in Snyk: https://app.snyk.io/org/ivan-QBnRiSBZoUxnTVY6mQXyuA/project/a3c60ec2-739f-4e92-ad5f-338635aebcd0?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 6df7a13..ef8a9fd 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "next-sitemap": "4.2.3", "nextra": "2.13.4", "nextra-theme-docs": "2.13.4", - "postcss": "8.4.38", + "postcss": "8.4.39", "react": "18.3.1", "react-dom": "18.3.1", "tailwindcss": "3.4.3",