From 8e0d9438cf99c80d75f819d1f42624dacd22c80b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 Feb 2019 07:59:00 +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 921e805..8eda1f1 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "is-glob": "^4.0.0", "joi": "^13.1.3", "js-yaml": "^3.10.0", - "lodash": "^4.17.5" + "lodash": "^4.17.11" }, "devDependencies": { "@commitlint/cli": "^6.1.2",