From 8dca33e34d9d336bdc7cc6b769a8b3f102d88b9f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Mar 2026 09:34:55 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FASTXMLPARSER-15677840 - https://snyk.io/vuln/SNYK-JS-FASTXMLPARSER-15699647 --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 22e724b..bccf834 100644 --- a/example/package.json +++ b/example/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "react": "18.3.1", - "react-native": "0.75.3" + "react-native": "0.76.0" }, "devDependencies": { "@babel/core": "^7.20.0",