From 745cdc90269f8dc61b688cbea059bbaab917ea28 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 May 2022 03:33:55 +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 2a965bbd8..dec88e862 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "passport": "0.3.2", "passport-facebook": "2.1.0", "pg": "4.5.1", - "pretty-error": "2.0.0", + "pretty-error": "4.0.0", "react": "15.0.0-rc.2", "react-dom": "15.0.0-rc.2", "react-routing": "0.0.7",