From 29e715897e66e64643d79ea727b9adfa90e93cb1 Mon Sep 17 00:00:00 2001 From: "sylvain@ecm-technologies.eu" Date: Wed, 6 Mar 2019 16:00:12 +0100 Subject: [PATCH] Update packages --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d325494..3ef207b 100644 --- a/package.json +++ b/package.json @@ -36,11 +36,11 @@ }, "dependencies": { "async": "2.1.4", - "lodash": "4.17.2" + "lodash": "^4.17.11" }, "devDependencies": { - "grunt": "0.4.5", + "grunt": "^1.0.3", "grunt-bump": "0.7.0", - "mocha": "2.2.5" + "mocha": "^6.0.2" } }