From ed2cd3c373ad6f93f0a475404483fb0fb2ac82a2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 26 Mar 2021 08:50:54 +0000 Subject: [PATCH] fix: examples/react-native-vanilla/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-XMLDOM-1084960 --- examples/react-native-vanilla/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/react-native-vanilla/package.json b/examples/react-native-vanilla/package.json index c259f338abab..13a60fc42b86 100644 --- a/examples/react-native-vanilla/package.json +++ b/examples/react-native-vanilla/package.json @@ -10,7 +10,7 @@ "dependencies": { "prop-types": "^15.6.0", "react": "^16.2.0", - "react-native": "^0.51.0" + "react-native": "^0.59.0" }, "devDependencies": { "babel-preset-react-native": "^4.0.0",