From 9b352824dea18648818b17df426a10640d027653 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 Feb 2019 07:50:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-73638 - https://snyk.io/vuln/SNYK-JS-LODASH-73639 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a338cc5..f01fcd3 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/strongloop/strong-service-systemd", "dependencies": { - "lodash": "^3.9.3", + "lodash": "^4.17.11", "minimist": "^0.2.0" }, "devDependencies": {