From a494a9d0e864e08ab9035291a4656db62c845770 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 16 Feb 2018 08:36:07 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:lodash:20180130 Latest report for hld/ggrc-core: https://snyk.io/test/github/hld/ggrc-core --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c9a4dde25b47..6b87f23a07a6 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "doctoc": "^0.11.0", "font-awesome": "~4.5.0", "jquery": "^2.2.4", - "lodash": "^3.10.1", + "lodash": "^4.17.5", "moment": "2.18.1", "moment-timezone": "^0.5.10", "mousetrap": "^1.6.0",