From 73c875e33f67ed2d5a0533c6d5e215195c315c66 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 Feb 2026 07:29:34 +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-15324289 --- 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",