From 74cf303764464c8615aa613f8d895f03049d64c7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 2 Jun 2021 22:08:20 +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-REACTNATIVE-1298632 --- 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..2ff58264e5ae 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.64.1" } }