From f5d27d07c1a10e05c5c99adadeddf2126b01eb39 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 14 Nov 2025 18:01: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 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- examples/anoncreds-react-native-example/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/anoncreds-react-native-example/package.json b/examples/anoncreds-react-native-example/package.json index 87a25a6..02eaa37 100644 --- a/examples/anoncreds-react-native-example/package.json +++ b/examples/anoncreds-react-native-example/package.json @@ -11,10 +11,10 @@ }, "dependencies": { "@hyperledger/anoncreds-react-native": "workspace:*", - "expo": "~52.0.36", + "expo": "~53.0.0", "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",