Skip to content

Commit 999d659

Browse files
Bump @babel/helpers from 7.21.0 to 7.26.10 (#2059)
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.21.0 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 0cb832c commit 999d659

File tree

1 file changed

+50
-25
lines changed

1 file changed

+50
-25
lines changed

yarn.lock

Lines changed: 50 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,15 @@
184184
"@babel/highlight" "^7.24.7"
185185
picocolors "^1.0.0"
186186

187+
"@babel/code-frame@^7.26.2":
188+
version "7.26.2"
189+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
190+
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
191+
dependencies:
192+
"@babel/helper-validator-identifier" "^7.25.9"
193+
js-tokens "^4.0.0"
194+
picocolors "^1.0.0"
195+
187196
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.5":
188197
version "7.21.0"
189198
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.0.tgz#c241dc454e5b5917e40d37e525e2f4530c399298"
@@ -557,6 +566,11 @@
557566
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d"
558567
integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==
559568

569+
"@babel/helper-string-parser@^7.25.9":
570+
version "7.25.9"
571+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
572+
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
573+
560574
"@babel/helper-validator-identifier@^7.19.1":
561575
version "7.19.1"
562576
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
@@ -577,6 +591,11 @@
577591
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db"
578592
integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==
579593

594+
"@babel/helper-validator-identifier@^7.25.9":
595+
version "7.25.9"
596+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
597+
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
598+
580599
"@babel/helper-validator-option@^7.18.6":
581600
version "7.21.0"
582601
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180"
@@ -592,31 +611,13 @@
592611
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz#3725cdeea8b480e86d34df15304806a06975e33d"
593612
integrity sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==
594613

595-
"@babel/helpers@^7.21.0":
596-
version "7.21.0"
597-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.21.0.tgz#9dd184fb5599862037917cdc9eecb84577dc4e7e"
598-
integrity sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA==
599-
dependencies:
600-
"@babel/template" "^7.20.7"
601-
"@babel/traverse" "^7.21.0"
602-
"@babel/types" "^7.21.0"
603-
604-
"@babel/helpers@^7.22.10":
605-
version "7.22.10"
606-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.10.tgz#ae6005c539dfbcb5cd71fb51bfc8a52ba63bc37a"
607-
integrity sha512-a41J4NW8HyZa1I1vAndrraTlPZ/eZoga2ZgS7fEr0tZJGVU4xqdE80CEm0CcNjha5EZ8fTBYLKHF0kqDUuAwQw==
608-
dependencies:
609-
"@babel/template" "^7.22.5"
610-
"@babel/traverse" "^7.22.10"
611-
"@babel/types" "^7.22.10"
612-
613-
"@babel/helpers@^7.25.0":
614-
version "7.25.0"
615-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.0.tgz#e69beb7841cb93a6505531ede34f34e6a073650a"
616-
integrity sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw==
614+
"@babel/helpers@^7.21.0", "@babel/helpers@^7.22.10", "@babel/helpers@^7.25.0":
615+
version "7.26.10"
616+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384"
617+
integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==
617618
dependencies:
618-
"@babel/template" "^7.25.0"
619-
"@babel/types" "^7.25.0"
619+
"@babel/template" "^7.26.9"
620+
"@babel/types" "^7.26.10"
620621

621622
"@babel/highlight@^7.18.6", "@babel/highlight@^7.22.10":
622623
version "7.22.10"
@@ -668,6 +669,13 @@
668669
dependencies:
669670
"@babel/types" "^7.25.4"
670671

672+
"@babel/parser@^7.26.9":
673+
version "7.26.10"
674+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749"
675+
integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==
676+
dependencies:
677+
"@babel/types" "^7.26.10"
678+
671679
"@babel/plugin-proposal-class-properties@^7.0.0":
672680
version "7.18.6"
673681
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz#b110f59741895f7ec21a6fff696ec46265c446a3"
@@ -937,7 +945,16 @@
937945
"@babel/parser" "^7.25.0"
938946
"@babel/types" "^7.25.0"
939947

940-
"@babel/traverse@^7.14.0", "@babel/traverse@^7.16.8", "@babel/traverse@^7.20.7", "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.3", "@babel/traverse@^7.22.10":
948+
"@babel/template@^7.26.9":
949+
version "7.26.9"
950+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2"
951+
integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==
952+
dependencies:
953+
"@babel/code-frame" "^7.26.2"
954+
"@babel/parser" "^7.26.9"
955+
"@babel/types" "^7.26.9"
956+
957+
"@babel/traverse@^7.14.0", "@babel/traverse@^7.16.8", "@babel/traverse@^7.20.7", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.3", "@babel/traverse@^7.22.10":
941958
version "7.23.2"
942959
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
943960
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
@@ -1002,6 +1019,14 @@
10021019
"@babel/helper-validator-identifier" "^7.24.7"
10031020
to-fast-properties "^2.0.0"
10041021

1022+
"@babel/types@^7.26.10", "@babel/types@^7.26.9":
1023+
version "7.26.10"
1024+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259"
1025+
integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==
1026+
dependencies:
1027+
"@babel/helper-string-parser" "^7.25.9"
1028+
"@babel/helper-validator-identifier" "^7.25.9"
1029+
10051030
"@cspotcode/source-map-support@^0.8.0":
10061031
version "0.8.1"
10071032
resolved "https://registry.yarnpkg.com/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz#00629c35a688e05a88b1cda684fb9d5e73f000a1"

0 commit comments

Comments
 (0)