Skip to content

Commit 98ad800

Browse files
Bump @babel/helpers from 7.12.1 to 7.26.10 in /ui (#1112)
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.12.1 to 7.26.10. - [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.26.10/packages/babel-helpers) --- updated-dependencies: - dependency-name: "@babel/helpers" dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cb3bdf7 commit 98ad800

File tree

1 file changed

+55
-17
lines changed

1 file changed

+55
-17
lines changed

ui/yarn.lock

Lines changed: 55 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@
2424
"@babel/highlight" "^7.22.13"
2525
chalk "^2.4.2"
2626

27+
"@babel/code-frame@^7.26.2":
28+
version "7.26.2"
29+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
30+
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
31+
dependencies:
32+
"@babel/helper-validator-identifier" "^7.25.9"
33+
js-tokens "^4.0.0"
34+
picocolors "^1.0.0"
35+
2736
"@babel/compat-data@^7.12.1":
2837
version "7.12.1"
2938
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.1.tgz#d7386a689aa0ddf06255005b4b991988021101a0"
@@ -365,6 +374,11 @@
365374
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
366375
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
367376

377+
"@babel/helper-string-parser@^7.25.9":
378+
version "7.25.9"
379+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
380+
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
381+
368382
"@babel/helper-validator-identifier@^7.10.4":
369383
version "7.10.4"
370384
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
@@ -375,6 +389,11 @@
375389
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
376390
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
377391

392+
"@babel/helper-validator-identifier@^7.25.9":
393+
version "7.25.9"
394+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
395+
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
396+
378397
"@babel/helper-validator-option@^7.12.1":
379398
version "7.12.1"
380399
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.1.tgz#175567380c3e77d60ff98a54bb015fe78f2178d9"
@@ -390,23 +409,13 @@
390409
"@babel/traverse" "^7.10.4"
391410
"@babel/types" "^7.10.4"
392411

393-
"@babel/helpers@^7.12.1":
394-
version "7.12.1"
395-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.1.tgz#8a8261c1d438ec18cb890434df4ec768734c1e79"
396-
integrity sha512-9JoDSBGoWtmbay98efmT2+mySkwjzeFeAL9BuWNoVQpkPFQF8SIIFUfY5os9u8wVzglzoiPRSW7cuJmBDUt43g==
412+
"@babel/helpers@^7.12.1", "@babel/helpers@^7.8.4", "@babel/helpers@^7.9.0":
413+
version "7.26.10"
414+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384"
415+
integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==
397416
dependencies:
398-
"@babel/template" "^7.10.4"
399-
"@babel/traverse" "^7.12.1"
400-
"@babel/types" "^7.12.1"
401-
402-
"@babel/helpers@^7.8.4", "@babel/helpers@^7.9.0":
403-
version "7.12.5"
404-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.5.tgz#1a1ba4a768d9b58310eda516c449913fe647116e"
405-
integrity sha512-lgKGMQlKqA8meJqKsW6rUnc4MdUk35Ln0ATDqdM1a/UpARODdI4j5Y5lVfUScnSNkJcdCRAaWkspykNoFg9sJA==
406-
dependencies:
407-
"@babel/template" "^7.10.4"
408-
"@babel/traverse" "^7.12.5"
409-
"@babel/types" "^7.12.5"
417+
"@babel/template" "^7.26.9"
418+
"@babel/types" "^7.26.10"
410419

411420
"@babel/highlight@^7.10.4", "@babel/highlight@^7.8.3":
412421
version "7.10.4"
@@ -441,6 +450,13 @@
441450
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
442451
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
443452

453+
"@babel/parser@^7.26.9":
454+
version "7.26.10"
455+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749"
456+
integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==
457+
dependencies:
458+
"@babel/types" "^7.26.10"
459+
444460
"@babel/plugin-proposal-async-generator-functions@^7.12.1", "@babel/plugin-proposal-async-generator-functions@^7.8.3":
445461
version "7.12.1"
446462
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.12.1.tgz#dc6c1170e27d8aca99ff65f4925bd06b1c90550e"
@@ -1277,7 +1293,16 @@
12771293
"@babel/parser" "^7.22.15"
12781294
"@babel/types" "^7.22.15"
12791295

1280-
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.5", "@babel/traverse@^7.4.3", "@babel/traverse@^7.8.4", "@babel/traverse@^7.9.0":
1296+
"@babel/template@^7.26.9":
1297+
version "7.26.9"
1298+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2"
1299+
integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==
1300+
dependencies:
1301+
"@babel/code-frame" "^7.26.2"
1302+
"@babel/parser" "^7.26.9"
1303+
"@babel/types" "^7.26.9"
1304+
1305+
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.12.1", "@babel/traverse@^7.4.3", "@babel/traverse@^7.8.4", "@babel/traverse@^7.9.0":
12811306
version "7.23.2"
12821307
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
12831308
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
@@ -1320,6 +1345,14 @@
13201345
"@babel/helper-validator-identifier" "^7.22.20"
13211346
to-fast-properties "^2.0.0"
13221347

1348+
"@babel/types@^7.26.10", "@babel/types@^7.26.9":
1349+
version "7.26.10"
1350+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259"
1351+
integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==
1352+
dependencies:
1353+
"@babel/helper-string-parser" "^7.25.9"
1354+
"@babel/helper-validator-identifier" "^7.25.9"
1355+
13231356
"@cnakazawa/watch@^1.0.3":
13241357
version "1.0.4"
13251358
resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.4.tgz#f864ae85004d0fcab6f50be9141c4da368d1656a"
@@ -8485,6 +8518,11 @@ performance-now@^2.1.0:
84858518
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
84868519
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
84878520

8521+
picocolors@^1.0.0:
8522+
version "1.1.1"
8523+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
8524+
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
8525+
84888526
picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1:
84898527
version "2.2.2"
84908528
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"

0 commit comments

Comments
 (0)