From 2b846501ffc2b59ba30a710cbad2b8cc10abb266 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 00:29:44 +0000 Subject: [PATCH] fix: Example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- Example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example/package.json b/Example/package.json index 7a0f679..ffb1a5b 100644 --- a/Example/package.json +++ b/Example/package.json @@ -17,7 +17,7 @@ "preset": "jest-expo" }, "dependencies": { - "expo": "^27.0.1", + "expo": "^28.0.0", "react": "16.13.1", "react-native": "^0.57.0", "react-native-segmented-control-ui": "^1.0.3",