From cf0fe16afd9320284716020d101b8d9c7813984b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 18 May 2026 14:40:24 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UUID-16133035 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d43197997f..d6c24d679c 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "dequal": "2.0.3", "ejson": "2.2.3", "eslint-import-resolver-typescript": "^4.4.4", - "expo": "^54.0.0", + "expo": "^55.0.0", "expo-apple-authentication": "~8.0.8", "expo-av": "~16.0.8", "expo-camera": "~17.0.10", @@ -86,7 +86,7 @@ "pretty-bytes": "5.6.0", "react": "19.1.0", "react-hook-form": "7.34.2", - "react-native": "0.81.5", + "react-native": "0.85.0", "react-native-a11y-order": "^0.4.0", "react-native-animatable": "1.3.3", "react-native-background-timer": "2.4.1",