diff --git a/package.json b/package.json index ae228fe..10aa898 100644 --- a/package.json +++ b/package.json @@ -6,9 +6,9 @@ "scripts": { "test": "grunt ci-test" }, - "engineStrict" : true, + "engineStrict": true, "engines": { - "node": ">= 4" + "node": ">= 4" }, "repository": { "type": "git", @@ -29,7 +29,7 @@ "homepage": "https://github.com/dactylographsy/node-dactylographsy", "dependencies": { "async": "2.0.0", - "lodash": "4.13.1", + "lodash": "4.14.0", "sprint": "0.3.1", "string-hash": "1.1.0" },