From 237686e85d48eb92889a75a074dd9c81814c8fb3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Aug 2018 22:09:56 +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 d35ccd4..6c6e57c 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "passport": "^0.3.2", "passport-spotify": "^0.3.0", "react": "^15.4.2", - "react-dom": "^15.4.2", + "react-dom": "^16.0.1", "spotify-graphql": "^1.4.0", "webpack": "^2.2.1", "awesome-typescript-loader": "^3.1.2",