Skip to content

Commit 5b123ae

Browse files
Bump @babel/helpers from 7.24.1 to 7.26.10 (#814)
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.24.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 13ae3e7 commit 5b123ae

File tree

1 file changed

+48
-6
lines changed

1 file changed

+48
-6
lines changed

yarn.lock

Lines changed: 48 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@
2727
"@babel/highlight" "^7.24.2"
2828
picocolors "^1.0.0"
2929

30+
"@babel/code-frame@^7.26.2":
31+
version "7.26.2"
32+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
33+
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
34+
dependencies:
35+
"@babel/helper-validator-identifier" "^7.25.9"
36+
js-tokens "^4.0.0"
37+
picocolors "^1.0.0"
38+
3039
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.23.5", "@babel/compat-data@^7.24.1":
3140
version "7.24.1"
3241
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.1.tgz#31c1f66435f2a9c329bb5716a6d6186c516c3742"
@@ -224,11 +233,21 @@
224233
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz#f99c36d3593db9540705d0739a1f10b5e20c696e"
225234
integrity sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==
226235

236+
"@babel/helper-string-parser@^7.25.9":
237+
version "7.25.9"
238+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
239+
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
240+
227241
"@babel/helper-validator-identifier@^7.22.20":
228242
version "7.22.20"
229243
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
230244
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
231245

246+
"@babel/helper-validator-identifier@^7.25.9":
247+
version "7.25.9"
248+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
249+
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
250+
232251
"@babel/helper-validator-option@^7.23.5":
233252
version "7.23.5"
234253
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz#907a3fbd4523426285365d1206c423c4c5520307"
@@ -244,13 +263,12 @@
244263
"@babel/types" "^7.22.19"
245264

246265
"@babel/helpers@^7.24.1":
247-
version "7.24.1"
248-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.1.tgz#183e44714b9eba36c3038e442516587b1e0a1a94"
249-
integrity sha512-BpU09QqEe6ZCHuIHFphEFgvNSrubve1FtyMton26ekZ85gRGi6LrTF7zArARp2YvyFxloeiRmtSCq5sjh1WqIg==
266+
version "7.26.10"
267+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384"
268+
integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==
250269
dependencies:
251-
"@babel/template" "^7.24.0"
252-
"@babel/traverse" "^7.24.1"
253-
"@babel/types" "^7.24.0"
270+
"@babel/template" "^7.26.9"
271+
"@babel/types" "^7.26.10"
254272

255273
"@babel/highlight@^7.24.2":
256274
version "7.24.2"
@@ -267,6 +285,13 @@
267285
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.1.tgz#1e416d3627393fab1cb5b0f2f1796a100ae9133a"
268286
integrity sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg==
269287

288+
"@babel/parser@^7.26.9":
289+
version "7.26.10"
290+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749"
291+
integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==
292+
dependencies:
293+
"@babel/types" "^7.26.10"
294+
270295
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.24.1":
271296
version "7.24.1"
272297
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.24.1.tgz#b645d9ba8c2bc5b7af50f0fe949f9edbeb07c8cf"
@@ -926,6 +951,15 @@
926951
"@babel/parser" "^7.24.0"
927952
"@babel/types" "^7.24.0"
928953

954+
"@babel/template@^7.26.9":
955+
version "7.26.9"
956+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2"
957+
integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==
958+
dependencies:
959+
"@babel/code-frame" "^7.26.2"
960+
"@babel/parser" "^7.26.9"
961+
"@babel/types" "^7.26.9"
962+
929963
"@babel/traverse@^7.24.1":
930964
version "7.24.1"
931965
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.1.tgz#d65c36ac9dd17282175d1e4a3c49d5b7988f530c"
@@ -951,6 +985,14 @@
951985
"@babel/helper-validator-identifier" "^7.22.20"
952986
to-fast-properties "^2.0.0"
953987

988+
"@babel/types@^7.26.10", "@babel/types@^7.26.9":
989+
version "7.26.10"
990+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259"
991+
integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==
992+
dependencies:
993+
"@babel/helper-string-parser" "^7.25.9"
994+
"@babel/helper-validator-identifier" "^7.25.9"
995+
954996
"@esbuild/[email protected]":
955997
version "0.21.5"
956998
resolved "https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz#c7184a326533fcdf1b8ee0733e21c713b975575f"

0 commit comments

Comments
 (0)