From e2115460307cc5424392157f4e86515c54e2e819 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 3 Jun 2021 22:34:24 -0700 Subject: [PATCH] [Deps] update `glob`, `is-regex`, `object-inspect` --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6803e7fa..34a51fec 100644 --- a/package.json +++ b/package.json @@ -27,12 +27,12 @@ "defined": "^1.0.0", "dotignore": "^0.1.2", "for-each": "^0.3.3", - "glob": "^7.1.6", + "glob": "^7.1.7", "has": "^1.0.3", "inherits": "^2.0.4", - "is-regex": "^1.1.2", + "is-regex": "^1.1.3", "minimist": "^1.2.5", - "object-inspect": "^1.10.2", + "object-inspect": "^1.10.3", "object-is": "^1.1.5", "object.assign": "^4.1.2", "resolve": "^2.0.0-next.3",