From 14f2ef6f12f710631fb92f06230357ad9e992af9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Dec 2018 08:15:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - 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 d1d6c93..44a3bba 100644 --- a/package.json +++ b/package.json @@ -26,9 +26,9 @@ ], "dependencies": { "dateformat": "^2.0.0", - "react": "^15.6.1", + "react": "^15.6.2", "react-csv": "^1.0.8", - "react-dom": "^15.6.1", + "react-dom": "^15.6.2", "react-router-dom": "^4.2.2" }, "devDependencies": {