From ce951e7b130f4934c1610585b836e5e262651b15 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 11 May 2021 22:31:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-1090595 - 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 832b2dac..b1394fca 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "o-date": "https://github.com/Financial-Times/o-date#v2.11.0", "postcss": "^7.0.16", "postcss-csso": "^3.0.0", - "postcss-discard-empty": "^4.0.0", + "postcss-discard-empty": "^5.0.0", "postcss-inline-svg": "^3.0.0", "postcss-remove-unused": "^1.2.0", "raven": "^0.12.0",