From 097347192f47b50979282dfee9362139da285deb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Oct 2018 07:51:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:lodash:20180130 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0f95a58..1589ee5 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "hammerjs": "^2.0.8", "intl": "^1.2.5", "jquery": "^3.2.1", - "lodash": "^4.17.4", + "lodash": "^4.17.5", "mousetrap": "^1.6.0", "ng2-validators": "^2.2.0", "popper.js": "^1.12.6",