From 29e99dd977947873b3a3bce8ef2779b015adaa62 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 7 Dec 2018 23:47:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:react-dom:20180802 - https://snyk.io/vuln/npm:ua-parser-js:20180227 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9f6e095..674e11c 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,6 @@ "dependencies": { "prop-types": "^15.6.1", "react": "^16.2.0", - "react-dom": "^16.2.0" + "react-dom": "^16.2.1" } }