From 46e1cdc58b452a61c524b5e966dc8b0c7e8c5cb0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Oct 2023 08:53:31 +0000 Subject: [PATCH] fix: upgrade react-native from 0.72.4 to 0.72.5 Snyk has created this PR to upgrade react-native from 0.72.4 to 0.72.5. 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 e4bb58b663..b6a474cc80 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.72.4", + "react-native": "0.72.5", "react-native-get-random-values": "1.9.0" }, "devDependencies": {