From 7e6766538b9a91ff67a2353f0183327f8c2b929f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Sep 2021 03:57:52 +0000 Subject: [PATCH] fix: Example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 --- Example/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Example/package.json b/Example/package.json index 8af7eb7be..855bdc909 100644 --- a/Example/package.json +++ b/Example/package.json @@ -6,8 +6,8 @@ "start": "node node_modules/react-native/local-cli/cli.js start" }, "dependencies": { - "react": "15.6.2", - "react-native": "^0.33.0", + "react": "16.5.0", + "react-native": "^0.64.0", "react-native-admob": "../" } }