From 0b3305fcecf6ce617c3fb3d1c9f778bb84f42136 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Feb 2018 08:07:10 +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 strongloop/loopback-boot: https://snyk.io/test/github/strongloop/loopback-boot --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 26d1742..3025be4 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "async": "~0.9.0", "commondir": "0.0.1", "debug": "^2.0.0", - "lodash": "^3.6.0", + "lodash": "^4.17.5", "semver": "^4.1.0", "strong-globalize": "^2.6.2", "toposort": "^0.2.10"