From 1da0787a42385a897a935ee39094cb56ea925b09 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 May 2022 05:05:27 +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 d498e51f3..0b2a2bb43 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "moment": "2.20.1", "numeral": "=2.0.6", "postcss": "6.0.12", - "postcss-cssnext": "2.11.0", + "postcss-cssnext": "3.0.0", "prop-types": "=15.5.10", "qrcode.react": "0.7.2", "react": "=16.0.0",