From 6e71e6ea1e009a62546a401a35974ca867a24b9a Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 26 Jul 2021 16:32:22 -0700 Subject: [PATCH] [Deps] update `glob`, `is-regex`, `object-inspect`, `resolve`, `string.prototype.trim` --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index cb0a9e55..3629431a 100644 --- a/package.json +++ b/package.json @@ -14,15 +14,15 @@ "dotignore": "~0.1.2", "for-each": "~0.3.3", "function-bind": "~1.1.1", - "glob": "~7.1.6", + "glob": "~7.1.7", "has": "~1.0.3", "inherits": "~2.0.4", - "is-regex": "~1.1.1", + "is-regex": "~1.1.3", "minimist": "~1.2.5", - "object-inspect": "~1.8.0", - "resolve": "~1.17.0", + "object-inspect": "~1.11.0", + "resolve": "~1.20.0", "resumer": "~0.0.0", - "string.prototype.trim": "~1.2.2", + "string.prototype.trim": "~1.2.4", "through": "~2.3.8" }, "devDependencies": {