From 117245c74e87bf20fe3d3f091968843148974407 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Jul 2023 03:48:28 +0000 Subject: [PATCH] fix: examples-native/crna-kitchen-sink/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- examples-native/crna-kitchen-sink/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples-native/crna-kitchen-sink/package.json b/examples-native/crna-kitchen-sink/package.json index 6c748a7c9a45..b938bdbcaec8 100644 --- a/examples-native/crna-kitchen-sink/package.json +++ b/examples-native/crna-kitchen-sink/package.json @@ -22,7 +22,7 @@ "preset": "jest-expo" }, "dependencies": { - "expo": "^33.0.7", + "expo": "^49.0.0", "prop-types": "^15.6.2", "react": "16.10.1", "react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",