From a0a430c9df81434224eeec0ff6c28bbdc9302582 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Sep 2025 08:40:43 +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 9222d7e24010..d612c1abedc3 100644 --- a/examples/react-native/package.json +++ b/examples/react-native/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "react": "17.0.1", - "react-native": "0.64.0" + "react-native": "0.71.0" }, "devDependencies": { "@babel/core": "*",