From 003df052f3d28bf369acbd750ecef8c94967e009 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Apr 2021 22:18:56 +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 14daf29..d9a89e4 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "font-awesome": "^4.6.3", "jsmediatags": "^3.2.1", "mime": "^1.3.4", - "postcss": "^5.1.0", + "postcss": "^8.2.13", "react": "^15.3.0", "react-dom": "^15.3.0", "react-input-range": "^0.9.1",