From 3d531a8b8bb1952668b55a32ff17cd9e549ac137 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 21:07:07 +0000 Subject: [PATCH] fix: Example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- Example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example/package.json b/Example/package.json index 7a0f679..eed5045 100644 --- a/Example/package.json +++ b/Example/package.json @@ -19,7 +19,7 @@ "dependencies": { "expo": "^27.0.1", "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" },