From 351ce0d1bdcef519cced318490b9c1a517eb7cdb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 17:29:53 +0000 Subject: [PATCH] fix: examples/todos/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- examples/todos/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/todos/package.json b/examples/todos/package.json index f52f0de2c8..5d688ef8c8 100644 --- a/examples/todos/package.json +++ b/examples/todos/package.json @@ -18,7 +18,7 @@ "homepage": "http://rackt.github.io/redux", "dependencies": { "babel-polyfill": "^6.3.14", - "react": "^0.14.7", + "react": "^15.0.0", "react-dom": "^0.14.7", "react-redux": "^4.1.2", "redux": "^3.1.2"