From 34d9918a39b9d0a7afabf2530202015ba494a19f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Sep 2025 08:25:00 +0000 Subject: [PATCH] fix: examples/react-native/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-12704893 - https://snyk.io/vuln/SNYK-JS-IP-12761655 --- 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 29def731e485..1689e2f290d9 100644 --- a/examples/react-native/package.json +++ b/examples/react-native/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "react": "16.13.1", - "react-native": "0.63.2" + "react-native": "0.71.0" }, "devDependencies": { "@babel/core": "*",