From 2fdfc0a85c7b0471a94173dcc3e81d2040b15ea0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 May 2025 04:59:12 +0000 Subject: [PATCH] fix: examples/expo/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FASTIFY-9788069 --- examples/expo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/expo/package.json b/examples/expo/package.json index 5233ea6..08c9a2e 100644 --- a/examples/expo/package.json +++ b/examples/expo/package.json @@ -18,7 +18,7 @@ "@trustshare/react-native-sdk": "2.0.0", "expo": "^48.0.11", "expo-status-bar": "^1.4.4", - "fastify": "^4.9.2", + "fastify": "^4.29.1", "react": "18.2.0", "react-dom": "18.2.0", "react-native": "0.71.6",