From ae976a4db55070a7f42569c99e14cc92e9d7f2d1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 6 Aug 2024 14:49:48 +0000 Subject: [PATCH] fix: upgrade @react-navigation/stack from 6.0.7 to 6.4.0 Snyk has created this PR to upgrade @react-navigation/stack from 6.0.7 to 6.4.0. See this package in yarn: @react-navigation/stack 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..27cd6f8f5 100644 --- a/ReactNativeFastImageExample/package.json +++ b/ReactNativeFastImageExample/package.json @@ -27,7 +27,7 @@ "@react-native-community/masked-view": "^0.1.7", "@react-navigation/bottom-tabs": "^6.0.5", "@react-navigation/native": "^6.0.2", - "@react-navigation/stack": "^6.0.7", + "@react-navigation/stack": "^6.4.0", "react": "17.0.2", "react-native": "0.65.1", "react-native-fast-image": "^8.1.3", diff --git a/ReactNativeFastImageExample/yarn.lock b/ReactNativeFastImageExample/yarn.lock index 36ba311a2..618f662e4 100644 --- a/ReactNativeFastImageExample/yarn.lock +++ b/ReactNativeFastImageExample/yarn.lock @@ -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" @@ -1215,13 +1220,13 @@ dependencies: nanoid "^3.1.23" -"@react-navigation/stack@^6.0.7": - version "6.0.7" - resolved "https://registry.yarnpkg.com/@react-navigation/stack/-/stack-6.0.7.tgz#305e66129d0b425802bb6ed4f24dbd2fb56ab74f" - integrity sha512-hxwhRZbn6zD2rInhItBeHTCPYzmurz+/8/MhtRevBEdLG0+61dik8Y+evg/mu6AsOU0WrDakTsLcHdf/9zkXzw== +"@react-navigation/stack@^6.4.0": + version "6.4.1" + resolved "https://registry.yarnpkg.com/@react-navigation/stack/-/stack-6.4.1.tgz#a158350637f5298292202ce854e5c5c9688f23f9" + integrity sha512-upMEHOKMtuMu4c9gmoPlO/JqI6mDlSqwXg1aXKOTQLXAF8H5koOLRfrmi7AkdiE9A7lDXWUAZoGuD9O88cYvDQ== 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" "@sideway/address@^4.1.0": @@ -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"