Skip to content
This repository was archived by the owner on Jul 22, 2026. It is now read-only.

Commit 4528fc6

Browse files
Update navigation deps
1 parent bed6588 commit 4528fc6

2 files changed

Lines changed: 34 additions & 34 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"dependencies": {
1111
"@react-native-async-storage/async-storage": "~1.17.3",
1212
"@react-native-masked-view/masked-view": "0.2.7",
13-
"@react-navigation/native": "^6.0.6",
14-
"@react-navigation/stack": "^6.0.11",
13+
"@react-navigation/native": "^6.0.11",
14+
"@react-navigation/stack": "^6.2.2",
1515
"dotenv": "^10.0.0",
1616
"expo": "^46.0.0",
1717
"expo-constants": "~13.2.3",

yarn.lock

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2430,46 +2430,46 @@
24302430
resolved "https://registry.yarnpkg.com/@react-native/polyfills/-/polyfills-2.0.0.tgz#4c40b74655c83982c8cf47530ee7dc13d957b6aa"
24312431
integrity sha512-K0aGNn1TjalKj+65D7ycc1//H9roAQ51GJVk5ZJQFb2teECGmzd86bYDC0aYdbRf7gtovescq4Zt6FR0tgXiHQ==
24322432

2433-
"@react-navigation/core@^6.2.1":
2434-
version "6.2.1"
2435-
resolved "https://registry.yarnpkg.com/@react-navigation/core/-/core-6.2.1.tgz#90459f9afd25b71a9471b0706ebea2cdd2534fc4"
2436-
integrity sha512-3mjS6ujwGnPA/BC11DN9c2c42gFld6B6dQBgDedxP2djceXESpY2kVTTwISDHuqFnF7WjvRjsrDu3cKBX+JosA==
2433+
"@react-navigation/core@^6.2.2":
2434+
version "6.2.2"
2435+
resolved "https://registry.yarnpkg.com/@react-navigation/core/-/core-6.2.2.tgz#29ca539e22581616aad82b7451d47c5efe936f31"
2436+
integrity sha512-gEJ1gRqt1EIqRrnJIpSQ0wWJRue9maAQNKYrlQ0a/LSKErF3g6w+sD2wW4Bbb1yj88pGhKeuI4wdB9MVK766Pg==
24372437
dependencies:
2438-
"@react-navigation/routers" "^6.1.0"
2438+
"@react-navigation/routers" "^6.1.1"
24392439
escape-string-regexp "^4.0.0"
24402440
nanoid "^3.1.23"
24412441
query-string "^7.0.0"
24422442
react-is "^16.13.0"
24432443

2444-
"@react-navigation/elements@^1.3.3":
2445-
version "1.3.3"
2446-
resolved "https://registry.yarnpkg.com/@react-navigation/elements/-/elements-1.3.3.tgz#9f56b650a9a1a8263a271628be7342c8121d1788"
2447-
integrity sha512-Lv2lR7si5gNME8dRsqz57d54m4FJtrwHRjNQLOyQO546ZxO+g864cSvoLC6hQedQU0+IJnPTsZiEI2hHqfpEpw==
2444+
"@react-navigation/elements@^1.3.4":
2445+
version "1.3.4"
2446+
resolved "https://registry.yarnpkg.com/@react-navigation/elements/-/elements-1.3.4.tgz#abb48136508c1e60862dc14a101ce02ff685a337"
2447+
integrity sha512-O0jICpjn3jskVo4yiWzZozmj7DZy1ZBbn3O7dbenuUjZSj/cscjwaapmZZFGcI/IMmjmx8UTKsybhCFEIbGf3g==
24482448

2449-
"@react-navigation/native@^6.0.6":
2450-
version "6.0.10"
2451-
resolved "https://registry.yarnpkg.com/@react-navigation/native/-/native-6.0.10.tgz#c58aa176eb0e63f3641c83a65c509faf253e4385"
2452-
integrity sha512-H6QhLeiieGxNcAJismIDXIPZgf1myr7Og8v116tezIGmincJTOcWavTd7lPHGnMMXaZg94LlVtbaBRIx9cexqw==
2449+
"@react-navigation/native@^6.0.11":
2450+
version "6.0.11"
2451+
resolved "https://registry.yarnpkg.com/@react-navigation/native/-/native-6.0.11.tgz#d221a5f6a5222187a09fc968d07d67d83ce70708"
2452+
integrity sha512-z0YTB7Czdb9SNjxfzcFNB3Vym0qmUcxpiYGOOXX8PH0s+xlIs/w+2RVp6YAvAC48A30o7MMCYqy5OeR6lrtWHg==
24532453
dependencies:
2454-
"@react-navigation/core" "^6.2.1"
2454+
"@react-navigation/core" "^6.2.2"
24552455
escape-string-regexp "^4.0.0"
24562456
fast-deep-equal "^3.1.3"
24572457
nanoid "^3.1.23"
24582458

2459-
"@react-navigation/routers@^6.1.0":
2460-
version "6.1.0"
2461-
resolved "https://registry.yarnpkg.com/@react-navigation/routers/-/routers-6.1.0.tgz#d5682be88f1eb7809527c48f9cd3dedf4f344e40"
2462-
integrity sha512-8xJL+djIzpFdRW/sGlKojQ06fWgFk1c5jER9501HYJ12LF5DIJFr/tqBI2TJ6bk+y+QFu0nbNyeRC80OjRlmkA==
2459+
"@react-navigation/routers@^6.1.1":
2460+
version "6.1.1"
2461+
resolved "https://registry.yarnpkg.com/@react-navigation/routers/-/routers-6.1.1.tgz#902ec3fedcf540af36cd9f013779c5134af58e73"
2462+
integrity sha512-mWWj2yh4na/OBaE7bWrft4kdAtxnG8MlV6ph3Bi6tHqgcnxENX+dnQY6y0qg/6E7cmMlaJg5nAC5y4Enr5ir8A==
24632463
dependencies:
24642464
nanoid "^3.1.23"
24652465

2466-
"@react-navigation/stack@^6.0.11":
2467-
version "6.2.1"
2468-
resolved "https://registry.yarnpkg.com/@react-navigation/stack/-/stack-6.2.1.tgz#2b14473579eced6def5cca06860044d60e59d06e"
2469-
integrity sha512-JI7boxtPAMCBXi4VJHVEq61jLVHFW5f3npvbndS+XfOsv7Gf0f91HOVJ28DS5c2Fn4+CO4AByjUozzlN296X+A==
2466+
"@react-navigation/stack@^6.2.2":
2467+
version "6.2.2"
2468+
resolved "https://registry.yarnpkg.com/@react-navigation/stack/-/stack-6.2.2.tgz#85eefbe1ba170923deeeae6be2f0f9ff6ad52545"
2469+
integrity sha512-P9ZfmluOXNmbs7YdG1UWS1fAh87Yse9aX8TgqOz4FlHEm5q7g5eaM35QgWByt+wif3UiqE40D8wXpqRQvMgPWg==
24702470
dependencies:
2471-
"@react-navigation/elements" "^1.3.3"
2472-
color "^3.1.3"
2471+
"@react-navigation/elements" "^1.3.4"
2472+
color "^4.2.3"
24732473
warn-once "^0.1.0"
24742474

24752475
"@segment/loosely-validate-event@^2.0.0":
@@ -3271,7 +3271,7 @@ collection-visit@^1.0.0:
32713271
map-visit "^1.0.0"
32723272
object-visit "^1.0.0"
32733273

3274-
color-convert@^1.9.0, color-convert@^1.9.3:
3274+
color-convert@^1.9.0:
32753275
version "1.9.3"
32763276
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8"
32773277
integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==
@@ -3295,21 +3295,21 @@ color-name@^1.0.0, color-name@~1.1.4:
32953295
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
32963296
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
32973297

3298-
color-string@^1.6.0:
3298+
color-string@^1.9.0:
32993299
version "1.9.1"
33003300
resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.9.1.tgz#4467f9146f036f855b764dfb5bf8582bf342c7a4"
33013301
integrity sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==
33023302
dependencies:
33033303
color-name "^1.0.0"
33043304
simple-swizzle "^0.2.2"
33053305

3306-
color@^3.1.3:
3307-
version "3.2.1"
3308-
resolved "https://registry.yarnpkg.com/color/-/color-3.2.1.tgz#3544dc198caf4490c3ecc9a790b54fe9ff45e164"
3309-
integrity sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA==
3306+
color@^4.2.3:
3307+
version "4.2.3"
3308+
resolved "https://registry.yarnpkg.com/color/-/color-4.2.3.tgz#d781ecb5e57224ee43ea9627560107c0e0c6463a"
3309+
integrity sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==
33103310
dependencies:
3311-
color-convert "^1.9.3"
3312-
color-string "^1.6.0"
3311+
color-convert "^2.0.1"
3312+
color-string "^1.9.0"
33133313

33143314
colorette@^1.0.7:
33153315
version "1.4.0"

0 commit comments

Comments
 (0)