From 00a07c2e8aa6db52c7c2a3faaa6a2da9b9cb8a10 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Jul 2024 21:38:01 +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-ASYNC-7414156 --- 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:../.." }