From 2bdf72a06c8b1c691881423f09939cdd5ea83c5f Mon Sep 17 00:00:00 2001 From: Juan Soto Date: Mon, 23 Jan 2017 14:18:49 -0500 Subject: [PATCH] Bump `lodash.isequal` (#1206) Closes #1121. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4e45e6caa..364cc60f5 100644 --- a/package.json +++ b/package.json @@ -131,7 +131,7 @@ "lodash.debounce": "^4.0.3", "lodash.difference": "^4.3.0", "lodash.flatten": "^4.2.0", - "lodash.isequal": "^4.4.0", + "lodash.isequal": "^4.5.0", "loud-rejection": "^1.2.0", "matcher": "^0.1.1", "max-timeout": "^1.0.0",