From 5c0d7de443574a7e7e3e019bfdc15f1431b806e0 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 00:33:48 +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/hashim21223445/project/fe200545-4538-4a3f-96a0-4aee33230743?utm_source=github-cloud-app&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 5a32b5f..2882ac9 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "eslint-config-next": "14.2.4", "eslint-config-prettier": "^9.1.0", "netlify-plugin-cypress": "~2.2.1", - "postcss": "^8.4.38", + "postcss": "^8.4.39", "tailwindcss": "^3.4.4" } }