From 16cdb789179b121aaddf132df295bbffc342221f Mon Sep 17 00:00:00 2001 From: Olivier Tille Date: Wed, 10 Jul 2019 13:53:15 +0200 Subject: [PATCH] chore(dependencies): updating lodash version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5c9010c..8834055 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "dependencies": { "babel-runtime": "^6.26.0", "invariant": "^2.2.2", - "lodash": "4.17.11" + "lodash": "4.17.13" }, "peerDependencies": { "redux": ">3.0.0"