From dfd616a6ab3377b8a516bb9a7c09e408ec12c436 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Oct 2023 05:20:42 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ab18433..c46c8f1 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "hast-util-to-html": "^3.0.0", "hastscript": "^3.0.0", "html-tags": "^1.1.1", - "postcss": "^5.0.4", + "postcss": "^8.4.31", "postcss-selector-parser": "^2.0.0", "postcss-value-parser": "^3.3.0", "vendors": "^1.0.0"