From 9de41e8cc74205182b3f5f42d75234f29033a028 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Oct 2025 23:04:59 +0000 Subject: [PATCH] fix: Example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINDOCUMENT-13045385 --- Example/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Example/package.json b/Example/package.json index 7a0f679..f891322 100644 --- a/Example/package.json +++ b/Example/package.json @@ -17,9 +17,9 @@ "preset": "jest-expo" }, "dependencies": { - "expo": "^27.0.1", + "expo": "^33.0.0", "react": "16.13.1", - "react-native": "^0.57.0", + "react-native": "^0.69.12", "react-native-segmented-control-ui": "^1.0.3", "snyk": "^1.316.1" },