From ce8eba565d9adf35ecc5bda054e699840f3ab44d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Aug 2023 01:48:12 +0000 Subject: [PATCH] fix: upgrade react-native from 0.71.8 to 0.72.3 Snyk has created this PR to upgrade react-native from 0.71.8 to 0.72.3. See this package in npm: https://www.npmjs.com/package/react-native See this project in Snyk: https://app.snyk.io/org/woodpile37/project/d3e86e50-9ea9-4451-9512-83f2adc5f4fc?utm_source=github&utm_medium=referral&page=upgrade-pr --- misc/ReactNativeTestApp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/ReactNativeTestApp/package.json b/misc/ReactNativeTestApp/package.json index a873c36015..8cc4a15f96 100644 --- a/misc/ReactNativeTestApp/package.json +++ b/misc/ReactNativeTestApp/package.json @@ -13,7 +13,7 @@ "ethers": "^6.2.2", "@ethersproject/shims": "^5.0.0", "react": "18.2.0", - "react-native": "0.71.8", + "react-native": "0.72.3", "react-native-get-random-values": "1.8.0" }, "devDependencies": {