From 98a1bd3deb265cb7cb8ac4cdb907d1dc53a9daac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Jun 2021 04:44:48 +0000 Subject: [PATCH] fix: examples/react-native/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REACTNATIVE-1298632 --- examples/react-native/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/react-native/package.json b/examples/react-native/package.json index c98a8cbc51db..da3767c20987 100644 --- a/examples/react-native/package.json +++ b/examples/react-native/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "react": "16.9.0", - "react-native": "0.61.5" + "react-native": "0.64.1" }, "devDependencies": { "@babel/core": "*",