From 3735b2680560a73f35159c367aea1113071c76e6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Nov 2025 07:40:01 +0000 Subject: [PATCH] fix: Example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110 --- Example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example/package.json b/Example/package.json index 2e672259..a550f637 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.81.0", "react-native-asset": "^2.1.1", "react-native-drawer": "^2.5.1", "react-native-gesture-handler": "^1.10.3",