From 86e911ba4b62240fc80692292f53dd426000c0bd Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Wed, 10 Feb 2021 16:57:49 -0500 Subject: [PATCH] fix(deps): require xregexp 5.0.1 --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index f43ffdae00..146cec3712 100644 --- a/install/package.json +++ b/install/package.json @@ -145,7 +145,7 @@ "visibilityjs": "2.0.2", "winston": "3.3.3", "xml": "^1.0.1", - "xregexp": "^5.0.0", + "xregexp": "^5.0.1", "yargs": "16.2.0", "zxcvbn": "^4.4.2" },