From 3757cd1ebbd6a4e8e33d9b6b4a2f2dd563f96c7d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Oct 2021 05:47:33 +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-HERMESENGINE-1727253 --- 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..2d9fa117cec3 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.65.0" }, "devDependencies": { "@babel/core": "*",