From 7fa6d49569d91cf76e3d9d90e9b635de2cf0f491 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Feb 2026 09:49:44 +0000 Subject: [PATCH] fix: Example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 --- Example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example/package.json b/Example/package.json index 2e672259..b202e120 100644 --- a/Example/package.json +++ b/Example/package.json @@ -16,7 +16,7 @@ "@react-navigation/native-stack": "^6.9.12", "clevertap-react-native": "../", "react": "18.2.0", - "react-native": "^0.74.1", + "react-native": "^0.84.0", "react-native-asset": "^2.1.1", "react-native-drawer": "^2.5.1", "react-native-gesture-handler": "^1.10.3",