From 1d66d5b48dc45590e6179a8ed544c53ceecd9d6e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 12 Oct 2018 21:17:32 +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:ua-parser-js:20180227 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ffbcd8e..099fc4d 100644 --- a/package.json +++ b/package.json @@ -11,15 +11,15 @@ "material-ui-icons": "1.0.0-alpha.19", "phone-formatter": "^0.0.2", "promise": "7.1.1", - "prop-types": "^15.5.10", - "react": "^15.6.1", + "prop-types": "^15.6.0", + "react": "^15.6.2", "react-autosuggest": "^9.3.2", "react-classnames": "^0.1.2", - "react-dom": "^15.6.1", + "react-dom": "^15.6.2", "react-mapbox-gl": "^3.9.2", "react-piwik": "^1.6.0", - "react-redux": "^5.0.5", - "react-router-dom": "^4.1.2", + "react-redux": "^5.0.6", + "react-router-dom": "^4.2.2", "react-router-redux": "^5.0.0-alpha.9", "redux": "^3.7.2", "redux-thunk": "^2.2.0",