From 4d8c96254b42cc113a046745e2482d39a7ea3e51 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Feb 2022 16:41:34 +0000 Subject: [PATCH] fix: examples/crna-kitchen-sink/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PLIST-2405644 --- examples/crna-kitchen-sink/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/crna-kitchen-sink/package.json b/examples/crna-kitchen-sink/package.json index 9a8d318628fb..876043fbde6c 100644 --- a/examples/crna-kitchen-sink/package.json +++ b/examples/crna-kitchen-sink/package.json @@ -39,6 +39,6 @@ "expo": "^24.0.2", "prop-types": "^15.6.0", "react": "^16.2.0", - "react-native": "^0.51.0" + "react-native": "^0.59.0" } }