From cf42772914dd6868de2f8d276ac709100403aa83 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 14 Nov 2025 20:25:43 +0000 Subject: [PATCH] fix: examples/anoncreds-react-native-example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110 --- examples/anoncreds-react-native-example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/anoncreds-react-native-example/package.json b/examples/anoncreds-react-native-example/package.json index 87a25a6..16ed888 100644 --- a/examples/anoncreds-react-native-example/package.json +++ b/examples/anoncreds-react-native-example/package.json @@ -14,7 +14,7 @@ "expo": "~52.0.36", "expo-status-bar": "~2.0.1", "react": "18.3.1", - "react-native": "~0.76.7" + "react-native": "~0.81.0" }, "devDependencies": { "@babel/core": "^7.20.0",