From 7f3a86f792ea06a4819698d58920554e39d85644 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 Feb 2019 04:40:18 +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 c786a80..b51a2cf 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@blueprintjs/core": "^1.35.0", "@blueprintjs/labs": "^0.14.2", "d3-format": "^1.2.2", - "lodash": "^4.17.4", + "lodash": "^4.17.11", "react": "^16.2.0", "react-addons-css-transition-group": "^15.6.2", "react-dom": "^16.2.0",