From 4c61e490bcdd81844d49ad1389628007264381fd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Sep 2021 22:50:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 14daf29..70d5da7 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.0.0", "react": "^15.3.0", "react-dom": "^15.3.0", "react-input-range": "^0.9.1",