From be846c89687e48a8c62933aaf444261572c726cc Mon Sep 17 00:00:00 2001 From: snyk-test Date: Mon, 15 Jul 2019 04:23:14 +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 dc5821b..c21fe57 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@types/node": "7.0.29", "@types/semver": "5.3.31", "@types/systemjs": "0.20.2", - "lodash": "4.17.4", + "lodash": "4.17.12", "semver": "5.3.0", "systemjs": "0.19.43" }