From b88c4f57fa459daf41a8a0736f773edafc7e8986 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 Aug 2018 06:33:05 +0000 Subject: [PATCH] fix: tutorial/11-testing-mocha-chai-sinon/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:react-dom:20180802 --- tutorial/11-testing-mocha-chai-sinon/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/11-testing-mocha-chai-sinon/package.json b/tutorial/11-testing-mocha-chai-sinon/package.json index 00650f9b..2e6253d9 100644 --- a/tutorial/11-testing-mocha-chai-sinon/package.json +++ b/tutorial/11-testing-mocha-chai-sinon/package.json @@ -38,7 +38,7 @@ "babel-polyfill": "^6.16.0", "immutable": "^3.8.1", "react": "^15.3.2", - "react-dom": "^15.3.2", + "react-dom": "^16.0.1", "react-redux": "^4.4.5", "redux": "^3.6.0", "redux-actions": "^0.12.0",