From 422bb2584fdf69c0f66bb1333e8cb01d850cc413 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Thu, 11 Jul 2019 02:54:41 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-450202 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 921e805..75f2178 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.12" }, "devDependencies": { "@commitlint/cli": "^6.1.2",