From 25cc9cb8b7aa7535e1328223494564dc1831ddd4 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sat, 5 Dec 2020 15:48:55 -0800 Subject: [PATCH] [Deps] update `es-get-iterator`, `is-bigint`, `is-callable`, `is-generator-function`, `is-regex`, `object-inspect`, `object.entries` --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index cde4d9d..c4bd404 100644 --- a/package.json +++ b/package.json @@ -34,22 +34,22 @@ "equality" ], "dependencies": { - "es-get-iterator": "^1.1.0", + "es-get-iterator": "^1.1.1", "functions-have-names": "^1.2.1", "has": "^1.0.3", "is-arrow-function": "^2.0.3", - "is-bigint": "^1.0.0", + "is-bigint": "^1.0.1", "is-boolean-object": "^1.0.1", - "is-callable": "^1.1.5", + "is-callable": "^1.2.2", "is-date-object": "^1.0.2", - "is-generator-function": "^1.0.7", + "is-generator-function": "^1.0.8", "is-number-object": "^1.0.4", - "is-regex": "^1.0.5", + "is-regex": "^1.1.1", "is-string": "^1.0.5", "is-symbol": "^1.0.3", "isarray": "^2.0.5", - "object-inspect": "^1.7.0", - "object.entries": "^1.1.2", + "object-inspect": "^1.9.0", + "object.entries": "^1.1.3", "which-boxed-primitive": "^1.0.1", "which-collection": "^1.0.1" },