From cb2e582a218dd31ecf29a68a34287a5404c0f178 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 19 Nov 2024 20:42:17 +0000 Subject: [PATCH] fix: upgrade react from 16.9.0 to 16.14.0 Snyk has created this PR to upgrade react from 16.9.0 to 16.14.0. See this package in npm: react See this project in Snyk: https://app.snyk.io/org/sammytezzy/project/916e130a-514c-47db-a7c6-b9cc2e99b04a?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/react-native/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/react-native/package.json b/examples/react-native/package.json index 0915ef4631..b6cfa7e499 100644 --- a/examples/react-native/package.json +++ b/examples/react-native/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "expo": "~37.0.3", - "react": "~16.9.0", + "react": "~16.14.0", "react-dom": "~16.9.0", "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz", "react-native-web": "~0.11.7",