From 2926a66ace1373c66a87ec39a7d974c17d96841b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Feb 2026 13:18:23 +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-AJV-15274295 --- 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:../.." }