From a6b8e24e3decaacb287a6d8cad5e74faf98ea28b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 Apr 2020 05:22:35 +0000 Subject: [PATCH] fix: Example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DECOMPRESS-557358 --- Example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example/package.json b/Example/package.json index ad0ff380a..bf5c69075 100644 --- a/Example/package.json +++ b/Example/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "react": "15.3.1", - "react-native": "^0.33.0", + "react-native": "^0.39.1", "react-native-admob": "../" } }