From dceefc91acdbce3e05016a110d73f440d674dd44 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 May 2022 17:03:11 +0000 Subject: [PATCH] fix: examples/FacebookTabsExample/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- examples/FacebookTabsExample/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/FacebookTabsExample/package.json b/examples/FacebookTabsExample/package.json index b2170b23..a96b1ac6 100644 --- a/examples/FacebookTabsExample/package.json +++ b/examples/FacebookTabsExample/package.json @@ -7,9 +7,9 @@ }, "dependencies": { "react": "^15.1.0", - "react-native": "^0.40.0", + "react-native": "^0.60.0", "react-native-scrollable-tab-view": "../..", - "react-native-vector-icons": "^4.0.0", + "react-native-vector-icons": "^6.4.1", "react-timer-mixin": "^0.13.3" } }