Skip to content

Commit 7def8ad

Browse files
build(deps): bump @babel/helpers from 7.24.4 to 7.26.10
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.24.4 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]>
1 parent 4d9d46d commit 7def8ad

File tree

1 file changed

+76
-9
lines changed

1 file changed

+76
-9
lines changed

yarn.lock

+76-9
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@
3535
"@babel/highlight" "^7.24.2"
3636
picocolors "^1.0.0"
3737

38+
"@babel/code-frame@^7.26.2":
39+
version "7.26.2"
40+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
41+
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
42+
dependencies:
43+
"@babel/helper-validator-identifier" "^7.25.9"
44+
js-tokens "^4.0.0"
45+
picocolors "^1.0.0"
46+
3847
"@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.23.5", "@babel/compat-data@^7.24.4":
3948
version "7.24.4"
4049
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.4.tgz#6f102372e9094f25d908ca0d34fc74c74606059a"
@@ -241,11 +250,21 @@
241250
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz#f99c36d3593db9540705d0739a1f10b5e20c696e"
242251
integrity sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==
243252

253+
"@babel/helper-string-parser@^7.25.9":
254+
version "7.25.9"
255+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
256+
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
257+
244258
"@babel/helper-validator-identifier@^7.22.20":
245259
version "7.22.20"
246260
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
247261
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
248262

263+
"@babel/helper-validator-identifier@^7.25.9":
264+
version "7.25.9"
265+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
266+
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
267+
249268
"@babel/helper-validator-option@^7.23.5":
250269
version "7.23.5"
251270
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz#907a3fbd4523426285365d1206c423c4c5520307"
@@ -261,13 +280,12 @@
261280
"@babel/types" "^7.22.19"
262281

263282
"@babel/helpers@^7.24.4":
264-
version "7.24.4"
265-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.4.tgz#dc00907fd0d95da74563c142ef4cd21f2cb856b6"
266-
integrity sha512-FewdlZbSiwaVGlgT1DPANDuCHaDMiOo+D/IDYRFYjHOuv66xMSJ7fQwwODwRNAPkADIO/z1EoF/l2BCWlWABDw==
283+
version "7.26.10"
284+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384"
285+
integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==
267286
dependencies:
268-
"@babel/template" "^7.24.0"
269-
"@babel/traverse" "^7.24.1"
270-
"@babel/types" "^7.24.0"
287+
"@babel/template" "^7.26.9"
288+
"@babel/types" "^7.26.10"
271289

272290
"@babel/highlight@^7.10.4", "@babel/highlight@^7.16.7", "@babel/highlight@^7.24.2":
273291
version "7.24.2"
@@ -284,6 +302,13 @@
284302
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.4.tgz#234487a110d89ad5a3ed4a8a566c36b9453e8c88"
285303
integrity sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg==
286304

305+
"@babel/parser@^7.26.9":
306+
version "7.26.10"
307+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749"
308+
integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==
309+
dependencies:
310+
"@babel/types" "^7.26.10"
311+
287312
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.4":
288313
version "7.24.4"
289314
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.4.tgz#6125f0158543fb4edf1c22f322f3db67f21cb3e1"
@@ -1163,6 +1188,15 @@
11631188
"@babel/parser" "^7.24.0"
11641189
"@babel/types" "^7.24.0"
11651190

1191+
"@babel/template@^7.26.9":
1192+
version "7.26.9"
1193+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2"
1194+
integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==
1195+
dependencies:
1196+
"@babel/code-frame" "^7.26.2"
1197+
"@babel/parser" "^7.26.9"
1198+
"@babel/types" "^7.26.9"
1199+
11661200
"@babel/traverse@^7.14.0", "@babel/traverse@^7.24.1", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2":
11671201
version "7.24.1"
11681202
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.1.tgz#d65c36ac9dd17282175d1e4a3c49d5b7988f530c"
@@ -1188,6 +1222,14 @@
11881222
"@babel/helper-validator-identifier" "^7.22.20"
11891223
to-fast-properties "^2.0.0"
11901224

1225+
"@babel/types@^7.26.10", "@babel/types@^7.26.9":
1226+
version "7.26.10"
1227+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259"
1228+
integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==
1229+
dependencies:
1230+
"@babel/helper-string-parser" "^7.25.9"
1231+
"@babel/helper-validator-identifier" "^7.25.9"
1232+
11911233
"@bcoe/v8-coverage@^0.2.3":
11921234
version "0.2.3"
11931235
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -11979,7 +12021,16 @@ string-natural-compare@^3.0.1:
1197912021
resolved "https://registry.yarnpkg.com/string-natural-compare/-/string-natural-compare-3.0.1.tgz#7a42d58474454963759e8e8b7ae63d71c1e7fdf4"
1198012022
integrity sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==
1198112023

11982-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
12024+
"string-width-cjs@npm:string-width@^4.2.0":
12025+
version "4.2.3"
12026+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
12027+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
12028+
dependencies:
12029+
emoji-regex "^8.0.0"
12030+
is-fullwidth-code-point "^3.0.0"
12031+
strip-ansi "^6.0.1"
12032+
12033+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
1198312034
version "4.2.3"
1198412035
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1198512036
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -12071,7 +12122,7 @@ string_decoder@~1.1.1:
1207112122
dependencies:
1207212123
safe-buffer "~5.1.0"
1207312124

12074-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
12125+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
1207512126
version "6.0.1"
1207612127
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1207712128
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -12092,6 +12143,13 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
1209212143
dependencies:
1209312144
ansi-regex "^4.1.0"
1209412145

12146+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
12147+
version "6.0.1"
12148+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
12149+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
12150+
dependencies:
12151+
ansi-regex "^5.0.1"
12152+
1209512153
strip-ansi@^7.0.1:
1209612154
version "7.1.0"
1209712155
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -13266,7 +13324,7 @@ wordwrap@^1.0.0:
1326613324
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
1326713325
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
1326813326

13269-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
13327+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1327013328
version "7.0.0"
1327113329
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1327213330
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -13293,6 +13351,15 @@ wrap-ansi@^6.2.0:
1329313351
string-width "^4.1.0"
1329413352
strip-ansi "^6.0.0"
1329513353

13354+
wrap-ansi@^7.0.0:
13355+
version "7.0.0"
13356+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
13357+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
13358+
dependencies:
13359+
ansi-styles "^4.0.0"
13360+
string-width "^4.1.0"
13361+
strip-ansi "^6.0.0"
13362+
1329613363
wrap-ansi@^8.1.0:
1329713364
version "8.1.0"
1329813365
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)