From d635aced945811232f2d5d17c1cbfa3a2978d1b1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14:51:39 +0000 Subject: [PATCH] fix: examples/react/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- examples/react/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/react/package.json b/examples/react/package.json index 23b4e789ad..f1e45bc6d2 100644 --- a/examples/react/package.json +++ b/examples/react/package.json @@ -3,7 +3,7 @@ "dependencies": { "classnames": "^2.1.5", "director": "^1.2.0", - "react": "^0.13.3", + "react": "^15.0.0", "todomvc-app-css": "^2.0.0", "todomvc-common": "^1.0.1" },