From 006c61491d63c9baec6ca34d5c3fdd1b59b10f8c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 20:39:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b605ad8..55c9356 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ }, "dependencies": { "react": "15.0.2", - "react-native": "0.26.1" + "react-native": "0.39.1" } }