From 0beb7176f9884799fa617821da88e69d87705190 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 06:33:23 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b40237e..80e7910 100644 --- a/package.json +++ b/package.json @@ -7,9 +7,9 @@ "test": "jest" }, "dependencies": { - "native-base": "^2.0.13", + "native-base": "^3.0.0", "react": "15.4.2", - "react-native": "0.42.3", + "react-native": "0.60.0", "react-native-fit-image": "^1.4.7", "react-native-htmlview": "^0.8.0",