Skip to content

Commit aee9909

Browse files
Bump @babel/helpers from 7.13.10 to 7.27.0 in /demos/reactnative
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.13.10 to 7.27.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-helpers) --- updated-dependencies: - dependency-name: "@babel/helpers" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4641b51 commit aee9909

File tree

1 file changed

+67
-7
lines changed

1 file changed

+67
-7
lines changed

demos/reactnative/yarn.lock

Lines changed: 67 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@
1717
"@babel/highlight" "^7.22.13"
1818
chalk "^2.4.2"
1919

20+
"@babel/code-frame@^7.26.2":
21+
version "7.26.2"
22+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
23+
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
24+
dependencies:
25+
"@babel/helper-validator-identifier" "^7.25.9"
26+
js-tokens "^4.0.0"
27+
picocolors "^1.0.0"
28+
2029
"@babel/compat-data@^7.13.0", "@babel/compat-data@^7.13.8":
2130
version "7.13.11"
2231
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.11.tgz#9c8fe523c206979c9a81b1e12fe50c1254f1aa35"
@@ -265,6 +274,11 @@
265274
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
266275
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
267276

277+
"@babel/helper-string-parser@^7.25.9":
278+
version "7.25.9"
279+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
280+
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
281+
268282
"@babel/helper-validator-identifier@^7.12.11":
269283
version "7.12.11"
270284
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
@@ -275,6 +289,11 @@
275289
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
276290
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
277291

292+
"@babel/helper-validator-identifier@^7.25.9":
293+
version "7.25.9"
294+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
295+
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
296+
278297
"@babel/helper-validator-option@^7.12.17":
279298
version "7.12.17"
280299
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
@@ -291,13 +310,12 @@
291310
"@babel/types" "^7.13.0"
292311

293312
"@babel/helpers@^7.13.10":
294-
version "7.13.10"
295-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.10.tgz#fd8e2ba7488533cdeac45cc158e9ebca5e3c7df8"
296-
integrity sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ==
313+
version "7.27.0"
314+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.0.tgz#53d156098defa8243eab0f32fa17589075a1b808"
315+
integrity sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==
297316
dependencies:
298-
"@babel/template" "^7.12.13"
299-
"@babel/traverse" "^7.13.0"
300-
"@babel/types" "^7.13.0"
317+
"@babel/template" "^7.27.0"
318+
"@babel/types" "^7.27.0"
301319

302320
"@babel/highlight@^7.12.13":
303321
version "7.13.10"
@@ -327,6 +345,13 @@
327345
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
328346
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
329347

348+
"@babel/parser@^7.27.0":
349+
version "7.27.0"
350+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec"
351+
integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==
352+
dependencies:
353+
"@babel/types" "^7.27.0"
354+
330355
"@babel/plugin-external-helpers@^7.0.0":
331356
version "7.12.13"
332357
resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.12.13.tgz#65ef9f4576297250dc601d2aa334769790d9966d"
@@ -1009,6 +1034,15 @@
10091034
"@babel/parser" "^7.22.15"
10101035
"@babel/types" "^7.22.15"
10111036

1037+
"@babel/template@^7.27.0":
1038+
version "7.27.0"
1039+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4"
1040+
integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==
1041+
dependencies:
1042+
"@babel/code-frame" "^7.26.2"
1043+
"@babel/parser" "^7.27.0"
1044+
"@babel/types" "^7.27.0"
1045+
10121046
"@babel/traverse@^7.0.0", "@babel/traverse@^7.13.0":
10131047
version "7.23.2"
10141048
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
@@ -1043,6 +1077,14 @@
10431077
"@babel/helper-validator-identifier" "^7.22.20"
10441078
to-fast-properties "^2.0.0"
10451079

1080+
"@babel/types@^7.27.0":
1081+
version "7.27.0"
1082+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559"
1083+
integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==
1084+
dependencies:
1085+
"@babel/helper-string-parser" "^7.25.9"
1086+
"@babel/helper-validator-identifier" "^7.25.9"
1087+
10461088
"@expo/vector-icons@^8.0.0":
10471089
version "8.1.0"
10481090
resolved "https://registry.yarnpkg.com/@expo/vector-icons/-/vector-icons-8.1.0.tgz#2a70d8d4a8b74f275063bcb2087e8b276a579955"
@@ -1116,6 +1158,13 @@
11161158
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.168.tgz#fe24632e79b7ade3f132891afff86caa5e5ce008"
11171159
integrity sha512-oVfRvqHV/V6D1yifJbVRU3TMp8OT6o6BG+U9MkwuJ3U8/CsDHvalRpsxBqivn71ztOFZBTfJMvETbqHiaNSj7Q==
11181160

1161+
"@types/node@^22.13.0":
1162+
version "22.13.17"
1163+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.17.tgz#9ca6a81a0180cdcfd3719b9cf6c09186756e1754"
1164+
integrity sha512-nAJuQXoyPj04uLgu+obZcSmsfOenUg6DxPKogeUy6yNCFwWaj5sBF8/G/pNo8EtBJjAfSVgfIlugR/BCOleO+g==
1165+
dependencies:
1166+
undici-types "~6.20.0"
1167+
11191168
"@types/qs@^6.5.1":
11201169
version "6.9.6"
11211170
resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.6.tgz#df9c3c8b31a247ec315e6996566be3171df4b3b1"
@@ -4687,6 +4736,11 @@ pegjs@^0.10.0:
46874736
resolved "https://registry.yarnpkg.com/pegjs/-/pegjs-0.10.0.tgz#cf8bafae6eddff4b5a7efb185269eaaf4610ddbd"
46884737
integrity sha1-z4uvrm7d/0tafvsYUmnqr0YQ3b0=
46894738

4739+
picocolors@^1.0.0:
4740+
version "1.1.1"
4741+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
4742+
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
4743+
46904744
pify@^2.0.0:
46914745
version "2.3.0"
46924746
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -5709,8 +5763,9 @@ trim-right@^1.0.1:
57095763
integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=
57105764

57115765
"tus-js-client@file:../..":
5712-
version "4.2.2"
5766+
version "5.0.0-pre1"
57135767
dependencies:
5768+
"@types/node" "^22.13.0"
57145769
buffer-from "^1.1.2"
57155770
combine-errors "^3.0.3"
57165771
is-stream "^2.0.0"
@@ -5752,6 +5807,11 @@ ultron@~1.1.0:
57525807
resolved "https://registry.yarnpkg.com/ultron/-/ultron-1.1.1.tgz#9fe1536a10a664a65266a1e3ccf85fd36302bc9c"
57535808
integrity sha512-UIEXBNeYmKptWH6z8ZnqTeS8fV74zG0/eRU9VGkpzz+LIJNs8W/zM/L+7ctCkRrgbNnnR0xxw4bKOr0cW0N0Og==
57545809

5810+
undici-types@~6.20.0:
5811+
version "6.20.0"
5812+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
5813+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
5814+
57555815
unicode-canonical-property-names-ecmascript@^1.0.4:
57565816
version "1.0.4"
57575817
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz#2619800c4c825800efdd8343af7dd9933cbe2818"

0 commit comments

Comments
 (0)