From 0c2c98d5965fdbac32bacb4c71b57cdb9585d241 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Apr 2026 09:03:59 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 22e724b..36b0cf8 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.85.0" }, "devDependencies": { "@babel/core": "^7.20.0",