From a7676c0baaa031729e2626c10916e12bba473c30 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 11 Jan 2025 20:18:33 +0000 Subject: [PATCH] fix: upgrade react from 16.13.1 to 16.14.0 Snyk has created this PR to upgrade react from 16.13.1 to 16.14.0. See this package in npm: react See this project in Snyk: https://app.snyk.io/org/chris-Lfia3qaNTajWehRNspAJGZ/project/fa97439b-3307-49a5-9c53-9e15d89564df?utm_source=github&utm_medium=referral&page=upgrade-pr --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 4bf8b4f..78bd8ed 100644 --- a/example/package.json +++ b/example/package.json @@ -13,7 +13,7 @@ "windows": "react-native run-windows --no-packager" }, "dependencies": { - "react": "16.13.1", + "react": "16.14.0", "react-native": "0.63.2", "react-native-orientation-locker": "file: ../../../", "react-native-windows": "^0.63.3"