From 771c8c43fda1907f61b6e9fd462a4e6c747f3527 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 5 May 2021 08:44:49 -0700 Subject: [PATCH] [Deps] update `object-inspect` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 97849108..c93e4c31 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "inherits": "^2.0.4", "is-regex": "^1.1.2", "minimist": "^1.2.5", - "object-inspect": "^1.9.0", + "object-inspect": "^1.10.2", "object-is": "^1.1.5", "object.assign": "^4.1.2", "resolve": "^2.0.0-next.3",