From d193feca1f0f513f3f3d0138bb8365e575cdbe77 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 Aug 2018 21:30:46 +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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 14d0068..6eb124a 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dependencies": { "babel-runtime": "~6.2.0", "react": "~0.14.3", - "react-dom": "~0.14.3" + "react-dom": "~16.0.1" }, "devDependencies": { "babel-core": "~6.2.1",