From 94484e04e209804ed8615bd591526459ac5f7c0d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Jan 2023 22:33:04 +0000 Subject: [PATCH] fix: Example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 --- Example/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Example/package.json b/Example/package.json index 7a0f679..fcb6ae9 100644 --- a/Example/package.json +++ b/Example/package.json @@ -17,9 +17,9 @@ "preset": "jest-expo" }, "dependencies": { - "expo": "^27.0.1", + "expo": "^34.0.1", "react": "16.13.1", - "react-native": "^0.57.0", + "react-native": "^0.60.0", "react-native-segmented-control-ui": "^1.0.3", "snyk": "^1.316.1" },