From e17884da368dbad4b9a5828fc267e84f554ce747 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 31 Mar 2020 03:29:24 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - react from 15.0.1 to 15.6.2. See this package in NPM: https://www.npmjs.com/package/react - react-dom from 0.14.3 to 0.14.9. See this package in NPM: https://www.npmjs.com/package/react-dom See this project in Snyk: https://app.snyk.io/org/dmitriz/project/643302b7-6910-4b98-9492-71c93069c490?utm_source=github&utm_medium=upgrade-pr --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8e17dc4..d7c289c 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "express": "4.13.4", "jsdom": "8.4.0", "react-addons-test-utils": "15.0.1", - "react-dom": "15.0.1", + "react-dom": "0.14.9", "redbox-react": "1.2.3", "redux": "3.5.0", "rimraf": "2.5.2", @@ -60,7 +60,7 @@ "webpack": "1.13.0" }, "dependencies": { - "react": "15.0.1", - "react-dom": "0.14.3" + "react": "15.6.2", + "react-dom": "0.14.9" } }