From e42578389fdc714ffb28dd34f3bbe5f49508df75 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 Feb 2026 06:39:38 +0000 Subject: [PATCH] fix: examples/TouchIDExample/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-15353389 --- examples/TouchIDExample/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/TouchIDExample/package.json b/examples/TouchIDExample/package.json index 6f0e285b..03b42909 100644 --- a/examples/TouchIDExample/package.json +++ b/examples/TouchIDExample/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "react": "^15.1.0", - "react-native": "^0.40.0", + "react-native": "^0.69.12", "react-native-passcode-auth": "0.1.0", "react-native-touch-id": "file:../.." }