From e344080b1a4b097e1baa1a2b2e843fc283f3f5c2 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 16 Oct 2020 22:42:04 -0700 Subject: [PATCH] [Deps] update `is-regex`, `object-inspect`, `string.prototype.trim` --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8ba3a13e..a10e1bcd 100644 --- a/package.json +++ b/package.json @@ -17,12 +17,12 @@ "glob": "~7.1.6", "has": "~1.0.3", "inherits": "~2.0.4", - "is-regex": "~1.0.5", + "is-regex": "~1.1.1", "minimist": "~1.2.5", - "object-inspect": "~1.7.0", + "object-inspect": "~1.8.0", "resolve": "~1.17.0", "resumer": "~0.0.0", - "string.prototype.trim": "~1.2.1", + "string.prototype.trim": "~1.2.2", "through": "~2.3.8" }, "devDependencies": {