From c1a05ab09c277e4d113b1bf262d56d4729b0dcc4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 May 2021 00:16:55 +0000 Subject: [PATCH] fix: Example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-1296835 --- Example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example/package.json b/Example/package.json index 8af7eb7be..16f7180e0 100644 --- a/Example/package.json +++ b/Example/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "react": "15.6.2", - "react-native": "^0.33.0", + "react-native": "^0.60.0", "react-native-admob": "../" } }