From a7ca7a308269bc3a250170441553d0321e0d8044 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 6 Aug 2021 16:35:32 -0700 Subject: [PATCH] [Deps] update `is-regex` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d7e5e21a..ed6eee7e 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "has": "^1.0.3", "has-dynamic-import": "^2.0.0", "inherits": "^2.0.4", - "is-regex": "^1.1.3", + "is-regex": "^1.1.4", "minimist": "^1.2.5", "object-inspect": "^1.11.0", "object-is": "^1.1.5",