From 4036adb56fc2e65c5de8c4f4df43ca4d5cff0327 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Mar 2020 02:33:41 +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-YARGSPARSER-560381 --- 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 4c4f88991140..463a8d29a50d 100644 --- a/examples/crna-kitchen-sink/package.json +++ b/examples/crna-kitchen-sink/package.json @@ -36,6 +36,6 @@ "expo": "^24.0.2", "prop-types": "^15.6.0", "react": "^16.2.0", - "react-native": "^0.51.0" + "react-native": "^0.60.0" } }