From 59d5c5a745763b190ffb1d35d56ecf642ffecd06 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 8 Dec 2018 09:00:57 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:lodash:20180130 - https://snyk.io/vuln/npm:react-dom:20180802 - https://snyk.io/vuln/npm:ua-parser-js:20180227 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c786a80..8a45eed 100644 --- a/package.json +++ b/package.json @@ -8,10 +8,10 @@ "@blueprintjs/core": "^1.35.0", "@blueprintjs/labs": "^0.14.2", "d3-format": "^1.2.2", - "lodash": "^4.17.4", + "lodash": "^4.17.5", "react": "^16.2.0", "react-addons-css-transition-group": "^15.6.2", - "react-dom": "^16.2.0", + "react-dom": "^16.2.1", "react-redux": "^5.0.6", "react-scripts": "1.1.1", "react-table": "^6.7.6",