From cf33d946fcd45eaf151f5826cbf47d06013cbf6f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Jan 2026 07:12:18 +0000 Subject: [PATCH] fix: Example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- Example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example/package.json b/Example/package.json index 2e672259..1617da2d 100644 --- a/Example/package.json +++ b/Example/package.json @@ -17,7 +17,7 @@ "clevertap-react-native": "../", "react": "18.2.0", "react-native": "^0.74.1", - "react-native-asset": "^2.1.1", + "react-native-asset": "^2.2.3", "react-native-drawer": "^2.5.1", "react-native-gesture-handler": "^1.10.3", "react-native-pager-view": "^5.1.2",