From 4546bfc58e322026194d74d440568c4bab2d6e9c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Oct 2023 08:02:37 +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 14daf29..fa3ec9c 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.4.31", "react": "^15.3.0", "react-dom": "^15.3.0", "react-input-range": "^0.9.1",