From 67541206310484a9869ebef228724124dbcbb673 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Sep 2021 22:01:43 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- example/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/package.json b/example/package.json index 1e22e28..04f31e5 100644 --- a/example/package.json +++ b/example/package.json @@ -19,13 +19,13 @@ "@react-native-community/async-storage": "^1.6.2", "prop-types": "^15.7.2", "react": "16.9.0", - "react-native": "0.61.2", + "react-native": "0.64.0", "react-native-gesture-handler": "^1.4.1", "react-native-keyboard-aware-scroll-view": "^0.9.1", "react-native-reanimated": "^1.3.0", "react-native-screens": "^1.0.0-alpha.23", "react-native-svg": "^9.11.1", - "react-native-vector-icons": "^6.6.0", + "react-native-vector-icons": "^6.7.0", "react-navigation": "^4.0.10", "react-navigation-animated-switch": "^0.3.2", "react-navigation-drawer": "^2.2.2",