From da8f545a102915eb7507af76c986148ec2fd30a5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Dec 2018 12:43:17 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:debug:20170905 - https://snyk.io/vuln/npm:lodash:20180130 - https://snyk.io/vuln/npm:ms:20170412 - https://snyk.io/vuln/npm:ua-parser-js:20171012 - https://snyk.io/vuln/npm:ua-parser-js:20180227 --- frontend/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 216acd3..798bcc0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -17,12 +17,12 @@ "@mars/heroku-js-runtime-env": "^3.0.0", "axios": "^0.15.3", "bootstrap": "^3.3.7", - "lodash": "^4.17.3", - "react": "^15.4.1", + "lodash": "^4.17.5", + "react": "^15.4.2", "react-bootstrap": "^0.30.7", - "react-dom": "^15.4.1", + "react-dom": "^15.4.2", "react-facebook-login": "^3.4.2", - "react-redux": "^5.0.1", + "react-redux": "^5.0.2", "react-router": "^3.0.2", "react-router-redux": "^4.0.7", "redux": "^3.6.0",