From c2323741001f7cb2414f4fa26301f1b9705e6b46 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 16 Apr 2020 11:45:31 -0700 Subject: [PATCH] [Deps] update `object-is`, `which-typed-array` --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 43e13bd..cabdc75 100644 --- a/package.json +++ b/package.json @@ -35,13 +35,13 @@ "is-date-object": "^1.0.2", "is-regex": "^1.0.5", "isarray": "^2.0.5", - "object-is": "^1.0.2", + "object-is": "^1.1.2", "object-keys": "^1.1.1", "regexp.prototype.flags": "^1.3.0", "side-channel": "^1.0.2", "which-boxed-primitive": "^1.0.1", "which-collection": "^1.0.1", - "which-typed-array": "^1.1.1" + "which-typed-array": "^1.1.2" }, "devDependencies": { "@ljharb/eslint-config": "^16.0.0",