From 6eaa7280a8be5d36c7631ba968f18cf3466fba24 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 18 Sep 2025 04:20:35 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-12704893 - https://snyk.io/vuln/SNYK-JS-IP-12761655 --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index c992b89..f813756 100644 --- a/example/package.json +++ b/example/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "react": "18.2.0", - "react-native": "0.72.6" + "react-native": "0.72.11" }, "devDependencies": { "@babel/core": "^7.20.0",