From 9fce244e64dee33f9738294443a418abf9bdb077 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 6 Aug 2024 14:49:55 +0000 Subject: [PATCH] fix: upgrade @react-navigation/bottom-tabs from 6.0.5 to 6.6.0 Snyk has created this PR to upgrade @react-navigation/bottom-tabs from 6.0.5 to 6.6.0. See this package in yarn: @react-navigation/bottom-tabs See this project in Snyk: https://app.snyk.io/org/a2booky/project/0eb4bd8c-1efe-424d-b5ae-032f96f75061?utm_source=github&utm_medium=referral&page=upgrade-pr --- ReactNativeFastImageExample/package.json | 2 +- ReactNativeFastImageExample/yarn.lock | 33 +++++++++++++++++++----- 2 files changed, 28 insertions(+), 7 deletions(-) diff --git a/ReactNativeFastImageExample/package.json b/ReactNativeFastImageExample/package.json index fb8680abc..0a1842a65 100644 --- a/ReactNativeFastImageExample/package.json +++ b/ReactNativeFastImageExample/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@react-native-community/masked-view": "^0.1.7", - "@react-navigation/bottom-tabs": "^6.0.5", + "@react-navigation/bottom-tabs": "^6.6.0", "@react-navigation/native": "^6.0.2", "@react-navigation/stack": "^6.0.7", "react": "17.0.2", diff --git a/ReactNativeFastImageExample/yarn.lock b/ReactNativeFastImageExample/yarn.lock index 36ba311a2..43a8ab167 100644 --- a/ReactNativeFastImageExample/yarn.lock +++ b/ReactNativeFastImageExample/yarn.lock @@ -1174,13 +1174,13 @@ resolved "https://registry.yarnpkg.com/@react-native/polyfills/-/polyfills-1.0.0.tgz#05bb0031533598f9458cf65a502b8df0eecae780" integrity sha512-0jbp4RxjYopTsIdLl+/Fy2TiwVYHy4mgeu07DG4b/LyM0OS/+lPP5c9sbnt/AMlnF6qz2JRZpPpGw1eMNS6A4w== -"@react-navigation/bottom-tabs@^6.0.5": - version "6.0.5" - resolved "https://registry.yarnpkg.com/@react-navigation/bottom-tabs/-/bottom-tabs-6.0.5.tgz#ece601449054bf555d4f5b2cc00f7a20eb6f557a" - integrity sha512-GytjJUzacHhe3C24HFrPl881Donrw2m+3JBNqMJALxMRjSA8yY72+l16bZR9YFsrywSHVSbjxIfzqtGb8rIVJg== +"@react-navigation/bottom-tabs@^6.6.0": + version "6.6.1" + resolved "https://registry.yarnpkg.com/@react-navigation/bottom-tabs/-/bottom-tabs-6.6.1.tgz#589edc9c8fbf652c485b3c37d344faafe3cd4cc4" + integrity sha512-9oD4cypEBjPuaMiu9tevWGiQ4w/d6l3HNhcJ1IjXZ24xvYDSs0mqjUcdt8SWUolCvRrYc/DmNBLlT83bk0bHTw== dependencies: - "@react-navigation/elements" "^1.1.0" - color "^3.1.3" + "@react-navigation/elements" "^1.3.31" + color "^4.2.3" warn-once "^0.1.0" "@react-navigation/core@^6.0.1": @@ -1199,6 +1199,11 @@ resolved "https://registry.yarnpkg.com/@react-navigation/elements/-/elements-1.1.0.tgz#483155ccf5a8f18d015db283bed34cc2255e2e9e" integrity sha512-jZncciZPGuoP6B6f+Wpf6MYSSYy86B2HJDbFTCtT5xZV0w6V9GgCeqvSTOEAxifZrmKl8uDxsr0GrIxgQE8NxA== +"@react-navigation/elements@^1.3.31": + version "1.3.31" + resolved "https://registry.yarnpkg.com/@react-navigation/elements/-/elements-1.3.31.tgz#28dd802a0787bb03fc0e5be296daf1804dbebbcf" + integrity sha512-bUzP4Awlljx5RKEExw8WYtif8EuQni2glDaieYROKTnaxsu9kEIA515sXQgUDZU4Ob12VoL7+z70uO3qrlfXcQ== + "@react-navigation/native@^6.0.2": version "6.0.2" resolved "https://registry.yarnpkg.com/@react-navigation/native/-/native-6.0.2.tgz#6bdb3cfafb6a9cfb603c1555dd61faafca35b7c2" @@ -2203,6 +2208,14 @@ color-string@^1.6.0: color-name "^1.0.0" simple-swizzle "^0.2.2" +color-string@^1.9.0: + version "1.9.1" + resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.9.1.tgz#4467f9146f036f855b764dfb5bf8582bf342c7a4" + integrity sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg== + dependencies: + color-name "^1.0.0" + simple-swizzle "^0.2.2" + color@^3.1.3: version "3.2.1" resolved "https://registry.yarnpkg.com/color/-/color-3.2.1.tgz#3544dc198caf4490c3ecc9a790b54fe9ff45e164" @@ -2211,6 +2224,14 @@ color@^3.1.3: color-convert "^1.9.3" color-string "^1.6.0" +color@^4.2.3: + version "4.2.3" + resolved "https://registry.yarnpkg.com/color/-/color-4.2.3.tgz#d781ecb5e57224ee43ea9627560107c0e0c6463a" + integrity sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A== + dependencies: + color-convert "^2.0.1" + color-string "^1.9.0" + colorette@^1.0.7, colorette@^1.3.0: version "1.4.0" resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.4.0.tgz#5190fbb87276259a86ad700bff2c6d6faa3fca40"