From 234fd4b399c69f79cbc1ee618010439f547ebcee Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Feb 2026 13:31:38 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-15309438 --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 349e52016..2f3475c77 100644 --- a/example/package.json +++ b/example/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "react": "18.3.1", - "react-native": "0.77.0" + "react-native": "0.84.0" }, "devDependencies": { "@babel/core": "^7.25.2",