diff --git a/native/package.json b/native/package.json --- a/native/package.json +++ b/native/package.json @@ -60,7 +60,7 @@ "@react-navigation/bottom-tabs": "^5.11.1", "@react-navigation/devtools": "^5.1.17", "@react-navigation/material-top-tabs": "^5.3.9", - "@react-navigation/native": "^5.8.9", + "@react-navigation/native": "^5.9.8", "@react-navigation/stack": "^5.12.8", "base-64": "^0.1.0", "expo": "43.0.0", diff --git a/yarn.lock b/yarn.lock --- a/yarn.lock +++ b/yarn.lock @@ -2475,12 +2475,12 @@ color "^3.1.3" react-native-iphone-x-helper "^1.3.0" -"@react-navigation/core@^5.14.3": - version "5.14.3" - resolved "https://registry.yarnpkg.com/@react-navigation/core/-/core-5.14.3.tgz#6bbbfe1fb90aa64068fdb69bbb6c55120b7b24f1" - integrity sha512-l4zCfIfPC4DYuDcluiisaWKg7GO5yAjBrIL0pzEw8bIBj+R6vnZnyG9AWgnwo5fl241DX+1sfgzGEUQgpIJNew== +"@react-navigation/core@^5.14.3", "@react-navigation/core@^5.16.1": + version "5.16.1" + resolved "https://registry.yarnpkg.com/@react-navigation/core/-/core-5.16.1.tgz#e0d308bd9bbd930114ce55c4151806b6d7907f69" + integrity sha512-3AToC7vPNeSNcHFLd1h71L6u34hfXoRAS1CxF9Fc4uC8uOrVqcNvphpeFbE0O9Bw6Zpl0BnMFl7E5gaL3KGzNA== dependencies: - "@react-navigation/routers" "^5.6.2" + "@react-navigation/routers" "^5.7.4" escape-string-regexp "^4.0.0" nanoid "^3.1.15" query-string "^6.13.6" @@ -2501,19 +2501,19 @@ dependencies: color "^3.1.3" -"@react-navigation/native@^5.8.9": - version "5.8.9" - resolved "https://registry.yarnpkg.com/@react-navigation/native/-/native-5.8.9.tgz#67ee2afef6af6ef40c425e02264bd25d1530b361" - integrity sha512-d1oihLxp9UDVsZyvHNcwJfj+LKsEo0m8vEBBV6jhLJAXs1d2DEBzBXGeP907uG+877TK7luh2h79Or4w7/+p+g== +"@react-navigation/native@^5.9.8": + version "5.9.8" + resolved "https://registry.yarnpkg.com/@react-navigation/native/-/native-5.9.8.tgz#ac76ee6390ea7ce807486ca5c38d903e23433a97" + integrity sha512-DNbcDHXQPSFDLn51kkVVJjT3V7jJy2GztNYZe/2bEg29mi5QEcHHcpifjMCtyFKntAOWzKlG88UicIQ17UEghg== dependencies: - "@react-navigation/core" "^5.14.3" + "@react-navigation/core" "^5.16.1" escape-string-regexp "^4.0.0" nanoid "^3.1.15" -"@react-navigation/routers@^5.6.2": - version "5.6.2" - resolved "https://registry.yarnpkg.com/@react-navigation/routers/-/routers-5.6.2.tgz#accc008c3b777f74d998e16cb2ea8e4c1fe8d9aa" - integrity sha512-XBcDKXS5s4MaHFufN44LtbXqFDH/nUHfHjbwG85fP3k772oRyPRgbnUb2mbw5MFGqORla9T7uymR6Gh6uwIwVw== +"@react-navigation/routers@^5.7.4": + version "5.7.4" + resolved "https://registry.yarnpkg.com/@react-navigation/routers/-/routers-5.7.4.tgz#8b5460e841a0c64f6c9a5fbc2a1eb832432d4fb0" + integrity sha512-0N202XAqsU/FlE53Nmh6GHyMtGm7g6TeC93mrFAFJOqGRKznT0/ail+cYlU6tNcPA9AHzZu1Modw1eoDINSliQ== dependencies: nanoid "^3.1.15"