From 6499b2dd156bc4ff3185cc2755bcda69c9bedca9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 May 2022 00:19:39 +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 570de2480..e1d899d0a 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "normalize.css": "4.1.1", "passport": "0.3.2", "passport-facebook": "2.1.1", - "pretty-error": "2.0.0", + "pretty-error": "4.0.0", "react": "15.1.0", "react-dom": "15.1.0", "sequelize": "3.23.3",