From 60aef5e1d4a159f7e573d2acd54a47148a5c3502 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 7 May 2021 16:00:14 -0700 Subject: [PATCH] [Deps] update `is-boolean-object`, `is-date-object`, `is-generator-function`, `is-number-object`, `is-regex`, `is-string`, `object-inspect` --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 9170430..2b3bf26 100644 --- a/package.json +++ b/package.json @@ -40,16 +40,16 @@ "has": "^1.0.3", "is-arrow-function": "^2.0.3", "is-bigint": "^1.0.2", - "is-boolean-object": "^1.1.0", + "is-boolean-object": "^1.1.1", "is-callable": "^1.2.3", - "is-date-object": "^1.0.3", - "is-generator-function": "^1.0.8", - "is-number-object": "^1.0.4", - "is-regex": "^1.1.2", - "is-string": "^1.0.5", + "is-date-object": "^1.0.4", + "is-generator-function": "^1.0.9", + "is-number-object": "^1.0.5", + "is-regex": "^1.1.3", + "is-string": "^1.0.6", "is-symbol": "^1.0.3", "isarray": "^2.0.5", - "object-inspect": "^1.10.2", + "object-inspect": "^1.10.3", "object.entries": "^1.1.3", "which-boxed-primitive": "^1.0.2", "which-collection": "^1.0.1"