From 1c3d1ad22567f1a54f473a4d25b2070e34d1c0c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franc=CC=A7ois-Guillaume=20RIBREAU?= Date: Mon, 14 May 2018 21:23:43 +0200 Subject: [PATCH] fix: deps --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3dba2831..cc35fc89 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ "cjson": "^0.5.0", "eventemitter2": "^5.0.1", "glob": "^7.0.3", - "lodash": "^4.6.1", + "lodash": "4.*.*", "mu2": "~0.5.20", "node-range": "0.1.x" },