From 218fb1e507e9363bcbbfaf82ab8fada4cb375ea7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 18 Sep 2025 00:58:18 +0000 Subject: [PATCH] fix: examples/GumTestApp_macOS/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/GumTestApp_macOS/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/GumTestApp_macOS/package.json b/examples/GumTestApp_macOS/package.json index 9cd663d17..ed669d5b4 100644 --- a/examples/GumTestApp_macOS/package.json +++ b/examples/GumTestApp_macOS/package.json @@ -13,8 +13,8 @@ }, "dependencies": { "react": "16.11.0", - "react-native": "0.62.0", - "react-native-macos": "^0.62.16", + "react-native": "0.71.0", + "react-native-macos": "^0.71.0", "react-native-webrtc": "*" }, "devDependencies": {