Skip to content

Commit cde10c7

Browse files
chore(deps): bump @babel/helpers from 7.23.1 to 7.26.10 in /website (#919)
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.23.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 011c70d commit cde10c7

File tree

1 file changed

+48
-6
lines changed

1 file changed

+48
-6
lines changed

website/yarn.lock

Lines changed: 48 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,15 @@
154154
"@babel/highlight" "^7.22.13"
155155
chalk "^2.4.2"
156156

157+
"@babel/code-frame@^7.26.2":
158+
version "7.26.2"
159+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
160+
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
161+
dependencies:
162+
"@babel/helper-validator-identifier" "^7.25.9"
163+
js-tokens "^4.0.0"
164+
picocolors "^1.0.0"
165+
157166
"@babel/compat-data@^7.22.20", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.22.9":
158167
version "7.22.20"
159168
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.20.tgz#8df6e96661209623f1975d66c35ffca66f3306d0"
@@ -378,11 +387,21 @@
378387
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
379388
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
380389

390+
"@babel/helper-string-parser@^7.25.9":
391+
version "7.25.9"
392+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
393+
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
394+
381395
"@babel/helper-validator-identifier@^7.22.20":
382396
version "7.22.20"
383397
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
384398
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
385399

400+
"@babel/helper-validator-identifier@^7.25.9":
401+
version "7.25.9"
402+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
403+
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
404+
386405
"@babel/helper-validator-option@^7.22.15":
387406
version "7.22.15"
388407
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz#694c30dfa1d09a6534cdfcafbe56789d36aba040"
@@ -398,13 +417,12 @@
398417
"@babel/types" "^7.22.19"
399418

400419
"@babel/helpers@^7.12.5", "@babel/helpers@^7.23.0":
401-
version "7.23.1"
402-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.1.tgz#44e981e8ce2b9e99f8f0b703f3326a4636c16d15"
403-
integrity sha512-chNpneuK18yW5Oxsr+t553UZzzAs3aZnFm4bxhebsNTeshrC95yA7l5yl7GBAG+JG1rF0F7zzD2EixK9mWSDoA==
420+
version "7.26.10"
421+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384"
422+
integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==
404423
dependencies:
405-
"@babel/template" "^7.22.15"
406-
"@babel/traverse" "^7.23.0"
407-
"@babel/types" "^7.23.0"
424+
"@babel/template" "^7.26.9"
425+
"@babel/types" "^7.26.10"
408426

409427
"@babel/highlight@^7.22.13":
410428
version "7.22.20"
@@ -420,6 +438,13 @@
420438
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
421439
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
422440

441+
"@babel/parser@^7.26.9":
442+
version "7.26.10"
443+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749"
444+
integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==
445+
dependencies:
446+
"@babel/types" "^7.26.10"
447+
423448
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.15":
424449
version "7.22.15"
425450
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.22.15.tgz#02dc8a03f613ed5fdc29fb2f728397c78146c962"
@@ -1195,6 +1220,15 @@
11951220
"@babel/parser" "^7.22.15"
11961221
"@babel/types" "^7.22.15"
11971222

1223+
"@babel/template@^7.26.9":
1224+
version "7.26.9"
1225+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2"
1226+
integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==
1227+
dependencies:
1228+
"@babel/code-frame" "^7.26.2"
1229+
"@babel/parser" "^7.26.9"
1230+
"@babel/types" "^7.26.9"
1231+
11981232
"@babel/traverse@^7.12.9", "@babel/traverse@^7.18.8", "@babel/traverse@^7.23.0":
11991233
version "7.23.0"
12001234
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.0.tgz#18196ddfbcf4ccea324b7f6d3ada00d8c5a99c53"
@@ -1220,6 +1254,14 @@
12201254
"@babel/helper-validator-identifier" "^7.22.20"
12211255
to-fast-properties "^2.0.0"
12221256

1257+
"@babel/types@^7.26.10", "@babel/types@^7.26.9":
1258+
version "7.26.10"
1259+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259"
1260+
integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==
1261+
dependencies:
1262+
"@babel/helper-string-parser" "^7.25.9"
1263+
"@babel/helper-validator-identifier" "^7.25.9"
1264+
12231265
12241266
version "1.5.0"
12251267
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"

0 commit comments

Comments
 (0)