Skip to content

Commit 5413b76

Browse files
chore(deps): bump @react-navigation/native in /template
Bumps [@react-navigation/native](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/native) from 6.1.17 to 6.1.18. - [Release notes](https://github.com/react-navigation/react-navigation/releases) - [Changelog](https://github.com/react-navigation/react-navigation/blob/@react-navigation/native@6.1.18/packages/native/CHANGELOG.md) - [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/native@6.1.18/packages/native) --- updated-dependencies: - dependency-name: "@react-navigation/native" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c5cb0fd commit 5413b76

File tree

2 files changed

+77
-55
lines changed

2 files changed

+77
-55
lines changed

template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@gorhom/bottom-sheet": "^4.4.7",
2323
"@react-native-async-storage/async-storage": "^1.18.1",
2424
"@react-navigation/bottom-tabs": "^6.5.7",
25-
"@react-navigation/native": "^6.1.17",
25+
"@react-navigation/native": "^6.1.18",
2626
"@react-navigation/native-stack": "^6.9.26",
2727
"@react-navigation/stack": "^6.3.20",
2828
"@reduxjs/toolkit": "^1.9.5",

template/yarn.lock

Lines changed: 76 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@
1818
"@babel/highlight" "^7.24.7"
1919
picocolors "^1.0.0"
2020

21-
"@babel/code-frame@^7.24.7":
22-
version "7.24.7"
23-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.7.tgz#882fd9e09e8ee324e496bd040401c6f046ef4465"
24-
integrity sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==
21+
"@babel/code-frame@^7.25.9":
22+
version "7.26.0"
23+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.0.tgz#9374b5cd068d128dac0b94ff482594273b1c2815"
24+
integrity sha512-INCKxTtbXtcNbUZ3YXutwMpEleqttcswhAdee7dhuoVrD2cnuc3PqtERBtxkX5nziX9vnBL8WXmSGwv8CuPV6g==
2525
dependencies:
26-
"@babel/highlight" "^7.24.7"
26+
"@babel/helper-validator-identifier" "^7.25.9"
27+
js-tokens "^4.0.0"
2728
picocolors "^1.0.0"
2829

2930
"@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.24.6":
@@ -76,15 +77,16 @@
7677
"@jridgewell/trace-mapping" "^0.3.25"
7778
jsesc "^2.5.1"
7879

79-
"@babel/generator@^7.25.0":
80-
version "7.25.0"
81-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.0.tgz#f858ddfa984350bc3d3b7f125073c9af6988f18e"
82-
integrity sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==
80+
"@babel/generator@^7.25.9":
81+
version "7.26.0"
82+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.0.tgz#505cc7c90d92513f458a477e5ef0703e7c91b8d7"
83+
integrity sha512-/AIkAmInnWwgEAJGQr9vY0c66Mj6kjkE2ZPB1PurTRaRAh3U+J45sAQMjQDJdh4WbR3l0x5xkimXBKyBXXAu2w==
8384
dependencies:
84-
"@babel/types" "^7.25.0"
85+
"@babel/parser" "^7.26.0"
86+
"@babel/types" "^7.26.0"
8587
"@jridgewell/gen-mapping" "^0.3.5"
8688
"@jridgewell/trace-mapping" "^0.3.25"
87-
jsesc "^2.5.1"
89+
jsesc "^3.0.2"
8890

8991
"@babel/helper-annotate-as-pure@^7.24.6":
9092
version "7.24.6"
@@ -107,18 +109,7 @@
107109
dependencies:
108110
"@babel/types" "^7.24.6"
109111

110-
"@babel/helper-compilation-targets@^7.20.7", "@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.24.6", "@babel/helper-compilation-targets@^7.25.2":
111-
version "7.25.2"
112-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz#e1d9410a90974a3a5a66e84ff55ef62e3c02d06c"
113-
integrity sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==
114-
dependencies:
115-
"@babel/compat-data" "^7.25.2"
116-
"@babel/helper-validator-option" "^7.24.8"
117-
browserslist "^4.23.1"
118-
lru-cache "^5.1.1"
119-
semver "^6.3.1"
120-
121-
"@babel/helper-compilation-targets@^7.24.8":
112+
"@babel/helper-compilation-targets@^7.20.7", "@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.24.6", "@babel/helper-compilation-targets@^7.24.8", "@babel/helper-compilation-targets@^7.25.2":
122113
version "7.25.2"
123114
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz#e1d9410a90974a3a5a66e84ff55ef62e3c02d06c"
124115
integrity sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==
@@ -339,10 +330,10 @@
339330
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d"
340331
integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==
341332

342-
"@babel/helper-string-parser@^7.24.8":
343-
version "7.24.8"
344-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d"
345-
integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==
333+
"@babel/helper-string-parser@^7.25.9":
334+
version "7.25.9"
335+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
336+
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
346337

347338
"@babel/helper-validator-identifier@^7.24.6":
348339
version "7.24.6"
@@ -354,6 +345,11 @@
354345
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db"
355346
integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==
356347

348+
"@babel/helper-validator-identifier@^7.25.9":
349+
version "7.25.9"
350+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
351+
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
352+
357353
"@babel/helper-validator-option@^7.24.6":
358354
version "7.24.6"
359355
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.6.tgz#59d8e81c40b7d9109ab7e74457393442177f460a"
@@ -398,12 +394,12 @@
398394
dependencies:
399395
"@babel/types" "^7.25.2"
400396

401-
"@babel/parser@^7.25.0", "@babel/parser@^7.25.3":
402-
version "7.25.3"
403-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.3.tgz#91fb126768d944966263f0657ab222a642b82065"
404-
integrity sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==
397+
"@babel/parser@^7.25.9", "@babel/parser@^7.26.0":
398+
version "7.26.1"
399+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.1.tgz#44e02499960df2cdce2c456372a3e8e0c3c5c975"
400+
integrity sha512-reoQYNiAJreZNsJzyrDNzFQ+IQ5JFiIzAHJg9bn94S3l+4++J7RsIhNMoB+lgP/9tpmiAQqspv+xfdxTSzREOw==
405401
dependencies:
406-
"@babel/types" "^7.25.2"
402+
"@babel/types" "^7.26.0"
407403

408404
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.6":
409405
version "7.24.6"
@@ -1277,6 +1273,15 @@
12771273
"@babel/parser" "^7.25.0"
12781274
"@babel/types" "^7.25.0"
12791275

1276+
"@babel/template@^7.25.9":
1277+
version "7.25.9"
1278+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.9.tgz#ecb62d81a8a6f5dc5fe8abfc3901fc52ddf15016"
1279+
integrity sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==
1280+
dependencies:
1281+
"@babel/code-frame" "^7.25.9"
1282+
"@babel/parser" "^7.25.9"
1283+
"@babel/types" "^7.25.9"
1284+
12801285
"@babel/traverse@^7.20.0", "@babel/traverse@^7.24.7", "@babel/traverse@^7.25.2":
12811286
version "7.25.3"
12821287
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.3.tgz#f1b901951c83eda2f3e29450ce92743783373490"
@@ -1290,16 +1295,20 @@
12901295
debug "^4.3.1"
12911296
globals "^11.1.0"
12921297

1293-
"@babel/types@^7.0.0", "@babel/types@^7.20.0", "@babel/types@^7.20.7", "@babel/types@^7.24.6", "@babel/types@^7.24.7", "@babel/types@^7.25.0", "@babel/types@^7.25.2", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1294-
version "7.25.2"
1295-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.2.tgz#55fb231f7dc958cd69ea141a4c2997e819646125"
1296-
integrity sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==
1298+
"@babel/traverse@^7.24.8", "@babel/traverse@^7.25.0":
1299+
version "7.25.9"
1300+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.9.tgz#a50f8fe49e7f69f53de5bea7e413cd35c5e13c84"
1301+
integrity sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==
12971302
dependencies:
1298-
"@babel/helper-string-parser" "^7.24.8"
1299-
"@babel/helper-validator-identifier" "^7.24.7"
1300-
to-fast-properties "^2.0.0"
1303+
"@babel/code-frame" "^7.25.9"
1304+
"@babel/generator" "^7.25.9"
1305+
"@babel/parser" "^7.25.9"
1306+
"@babel/template" "^7.25.9"
1307+
"@babel/types" "^7.25.9"
1308+
debug "^4.3.1"
1309+
globals "^11.1.0"
13011310

1302-
"@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.25.0", "@babel/types@^7.25.2":
1311+
"@babel/types@^7.0.0", "@babel/types@^7.20.0", "@babel/types@^7.20.7", "@babel/types@^7.24.6", "@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.25.0", "@babel/types@^7.25.2", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
13031312
version "7.25.2"
13041313
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.2.tgz#55fb231f7dc958cd69ea141a4c2997e819646125"
13051314
integrity sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==
@@ -1308,6 +1317,14 @@
13081317
"@babel/helper-validator-identifier" "^7.24.7"
13091318
to-fast-properties "^2.0.0"
13101319

1320+
"@babel/types@^7.25.9", "@babel/types@^7.26.0":
1321+
version "7.26.0"
1322+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff"
1323+
integrity sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==
1324+
dependencies:
1325+
"@babel/helper-string-parser" "^7.25.9"
1326+
"@babel/helper-validator-identifier" "^7.25.9"
1327+
13111328
"@bcoe/v8-coverage@^0.2.3":
13121329
version "0.2.3"
13131330
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -2085,17 +2102,17 @@
20852102
color "^4.2.3"
20862103
warn-once "^0.1.0"
20872104

2088-
"@react-navigation/core@^6.4.16":
2089-
version "6.4.16"
2090-
resolved "https://registry.yarnpkg.com/@react-navigation/core/-/core-6.4.16.tgz#f9369a134805174536b9aa0f0f483b930511caf9"
2091-
integrity sha512-UDTJBsHxnzgFETR3ZxhctP+RWr4SkyeZpbhpkQoIGOuwSCkt1SE0qjU48/u6r6w6XlX8OqVudn1Ab0QFXTHxuQ==
2105+
"@react-navigation/core@^6.4.17":
2106+
version "6.4.17"
2107+
resolved "https://registry.yarnpkg.com/@react-navigation/core/-/core-6.4.17.tgz#f277a196b578c8a456efcc563d1c9bd87eb4ab04"
2108+
integrity sha512-Nd76EpomzChWAosGqWOYE3ItayhDzIEzzZsT7PfGcRFDgW5miHV2t4MZcq9YIK4tzxZjVVpYbIynOOQQd1e0Cg==
20922109
dependencies:
20932110
"@react-navigation/routers" "^6.1.9"
20942111
escape-string-regexp "^4.0.0"
20952112
nanoid "^3.1.23"
20962113
query-string "^7.1.3"
20972114
react-is "^16.13.0"
2098-
use-latest-callback "^0.1.9"
2115+
use-latest-callback "^0.2.1"
20992116

21002117
"@react-navigation/elements@^1.3.30":
21012118
version "1.3.30"
@@ -2110,12 +2127,12 @@
21102127
"@react-navigation/elements" "^1.3.30"
21112128
warn-once "^0.1.0"
21122129

2113-
"@react-navigation/native@^6.1.17":
2114-
version "6.1.17"
2115-
resolved "https://registry.yarnpkg.com/@react-navigation/native/-/native-6.1.17.tgz#439f15a99809d26ea4682d2a3766081cf2ca31cf"
2116-
integrity sha512-mer3OvfwWOHoUSMJyLa4vnBH3zpFmCwuzrBPlw7feXklurr/ZDiLjLxUScOot6jLRMz/67GyilEYMmP99LL0RQ==
2130+
"@react-navigation/native@^6.1.18":
2131+
version "6.1.18"
2132+
resolved "https://registry.yarnpkg.com/@react-navigation/native/-/native-6.1.18.tgz#338fa9afa2c89feec1d3eac41c963840d8d6f106"
2133+
integrity sha512-mIT9MiL/vMm4eirLcmw2h6h/Nm5FICtnYSdohq4vTLA2FF/6PNhByM7s8ffqoVfE5L0uAa6Xda1B7oddolUiGg==
21172134
dependencies:
2118-
"@react-navigation/core" "^6.4.16"
2135+
"@react-navigation/core" "^6.4.17"
21192136
escape-string-regexp "^4.0.0"
21202137
fast-deep-equal "^3.1.3"
21212138
nanoid "^3.1.23"
@@ -5963,6 +5980,11 @@ jsesc@^2.5.1:
59635980
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4"
59645981
integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==
59655982

5983+
jsesc@^3.0.2:
5984+
version "3.0.2"
5985+
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-3.0.2.tgz#bb8b09a6597ba426425f2e4a07245c3d00b9343e"
5986+
integrity sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==
5987+
59665988
jsesc@~0.5.0:
59675989
version "0.5.0"
59685990
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
@@ -8617,10 +8639,10 @@ url-parse@^1.4.7:
86178639
querystringify "^2.1.1"
86188640
requires-port "^1.0.0"
86198641

8620-
use-latest-callback@^0.1.9:
8621-
version "0.1.9"
8622-
resolved "https://registry.yarnpkg.com/use-latest-callback/-/use-latest-callback-0.1.9.tgz#10191dc54257e65a8e52322127643a8940271e2a"
8623-
integrity sha512-CL/29uS74AwreI/f2oz2hLTW7ZqVeV5+gxFeGudzQrgkCytrHw33G4KbnQOrRlAEzzAFXi7dDLMC9zhWcVpzmw==
8642+
use-latest-callback@^0.2.1:
8643+
version "0.2.1"
8644+
resolved "https://registry.yarnpkg.com/use-latest-callback/-/use-latest-callback-0.2.1.tgz#4d4e6a9e4817b13142834850dcfa8d24ca4569cf"
8645+
integrity sha512-QWlq8Is8BGWBf883QOEQP5HWYX/kMI+JTbJ5rdtvJLmXTIh9XoHIO3PQcmQl8BU44VKxow1kbQUHa6mQSMALDQ==
86248646

86258647
use-sync-external-store@^1.0.0:
86268648
version "1.2.2"

0 commit comments

Comments
 (0)