From d484c93dcc5a225df375864df9ddb847419df2d3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 Apr 2021 01:09:26 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ab18433..13c68f6 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.2.13", "postcss-selector-parser": "^2.0.0", "postcss-value-parser": "^3.3.0", "vendors": "^1.0.0"