From 00b7d04c156cd170096454afa849434b5bc55d62 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Jan 2021 00:38:22 +0000 Subject: [PATCH] fix: upgrade react from 0.13.3 to 0.14.10 Snyk has created this PR to upgrade react from 0.13.3 to 0.14.10. See this package in npm: https://www.npmjs.com/package/react See this project in Snyk: https://app.snyk.io/org/olddealers/project/e6c3afe2-2a9c-48b8-bd7c-6b523ffa9438?utm_source=github&utm_medium=upgrade-pr --- examples/react-alt/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/react-alt/package.json b/examples/react-alt/package.json index 5913bfcfc1..68f9c65d14 100644 --- a/examples/react-alt/package.json +++ b/examples/react-alt/package.json @@ -3,7 +3,7 @@ "dependencies": { "alt": "^0.17.3", "director": "^1.2.0", - "react": "^0.13.3", + "react": "^0.14.10", "todomvc-app-css": "^2.0.0", "todomvc-common": "^1.0.1" }