From c7c2894bcfe964230a8bec719d99942547e36450 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Feb 2018 08:51:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:lodash:20180130 Latest report for alykoshin/require-dir-all: https://snyk.io/test/github/alykoshin/require-dir-all --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 19831d0..6d5c1d2 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,8 @@ "homepage": "https://github.com/alykoshin/require-dir-all#readme", "dependencies": { "mini-deep-assign": "0.0.8", - "module-parent": "0.0.2" + "module-parent": "0.0.2", + "lodash": "4.17.5" }, "devDependencies": { "chai": "^4.1.2",