Skip to content

Commit 6015416

Browse files
dependabot[bot]ekiernannikellepetrillo
authored
Bump @babel/helpers from 7.14.0 to 7.26.10 in /website (#1549)
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.14.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> Co-authored-by: Elizabeth Kiernan <55763654+ekiernan@users.noreply.github.com> Co-authored-by: Nikelle Petrillo <38223776+nikellepetrillo@users.noreply.github.com>
1 parent 9b78c26 commit 6015416

File tree

1 file changed

+51
-18
lines changed

1 file changed

+51
-18
lines changed

website/yarn.lock

Lines changed: 51 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,15 @@
272272
"@babel/highlight" "^7.22.13"
273273
chalk "^2.4.2"
274274

275+
"@babel/code-frame@^7.26.2":
276+
version "7.26.2"
277+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
278+
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
279+
dependencies:
280+
"@babel/helper-validator-identifier" "^7.25.9"
281+
js-tokens "^4.0.0"
282+
picocolors "^1.0.0"
283+
275284
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.13.15", "@babel/compat-data@^7.14.0":
276285
version "7.14.0"
277286
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.0.tgz#a901128bce2ad02565df95e6ecbf195cf9465919"
@@ -739,6 +748,11 @@
739748
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
740749
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
741750

751+
"@babel/helper-string-parser@^7.25.9":
752+
version "7.25.9"
753+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
754+
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
755+
742756
"@babel/helper-validator-identifier@^7.12.11", "@babel/helper-validator-identifier@^7.14.0":
743757
version "7.14.0"
744758
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz#d26cad8a47c65286b15df1547319a5d0bcf27288"
@@ -754,6 +768,11 @@
754768
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
755769
integrity sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==
756770

771+
"@babel/helper-validator-identifier@^7.25.9":
772+
version "7.25.9"
773+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
774+
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
775+
757776
"@babel/helper-validator-option@^7.12.17":
758777
version "7.12.17"
759778
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
@@ -784,23 +803,13 @@
784803
"@babel/traverse" "^7.22.5"
785804
"@babel/types" "^7.22.5"
786805

787-
"@babel/helpers@^7.12.5", "@babel/helpers@^7.14.0":
788-
version "7.14.0"
789-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.0.tgz#ea9b6be9478a13d6f961dbb5f36bf75e2f3b8f62"
790-
integrity sha512-+ufuXprtQ1D1iZTO/K9+EBRn+qPWMJjZSw/S0KlFrxCw4tkrzv9grgpDHkY9MeQTjTY8i2sp7Jep8DfU6tN9Mg==
806+
"@babel/helpers@^7.12.5", "@babel/helpers@^7.14.0", "@babel/helpers@^7.22.5":
807+
version "7.26.10"
808+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384"
809+
integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==
791810
dependencies:
792-
"@babel/template" "^7.12.13"
793-
"@babel/traverse" "^7.14.0"
794-
"@babel/types" "^7.14.0"
795-
796-
"@babel/helpers@^7.22.5":
797-
version "7.22.5"
798-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.5.tgz#74bb4373eb390d1ceed74a15ef97767e63120820"
799-
integrity sha512-pSXRmfE1vzcUIDFQcSGA5Mr+GxBV9oiRKDuDxXvWQQBCh8HoIjs/2DlDB7H8smac1IVrB9/xdXj2N3Wol9Cr+Q==
800-
dependencies:
801-
"@babel/template" "^7.22.5"
802-
"@babel/traverse" "^7.22.5"
803-
"@babel/types" "^7.22.5"
811+
"@babel/template" "^7.26.9"
812+
"@babel/types" "^7.26.10"
804813

805814
"@babel/highlight@^7.12.13":
806815
version "7.14.0"
@@ -844,6 +853,13 @@
844853
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
845854
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
846855

856+
"@babel/parser@^7.26.9":
857+
version "7.26.10"
858+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749"
859+
integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==
860+
dependencies:
861+
"@babel/types" "^7.26.10"
862+
847863
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.5":
848864
version "7.22.5"
849865
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.5.tgz#87245a21cd69a73b0b81bcda98d443d6df08f05e"
@@ -2194,7 +2210,16 @@
21942210
"@babel/parser" "^7.22.5"
21952211
"@babel/types" "^7.22.5"
21962212

2197-
"@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.13.15", "@babel/traverse@^7.14.0", "@babel/traverse@^7.14.2", "@babel/traverse@^7.18.8", "@babel/traverse@^7.22.5":
2213+
"@babel/template@^7.26.9":
2214+
version "7.26.9"
2215+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2"
2216+
integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==
2217+
dependencies:
2218+
"@babel/code-frame" "^7.26.2"
2219+
"@babel/parser" "^7.26.9"
2220+
"@babel/types" "^7.26.9"
2221+
2222+
"@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.13.15", "@babel/traverse@^7.14.2", "@babel/traverse@^7.18.8", "@babel/traverse@^7.22.5":
21982223
version "7.23.2"
21992224
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
22002225
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
@@ -2210,7 +2235,7 @@
22102235
debug "^4.1.0"
22112236
globals "^11.1.0"
22122237

2213-
"@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.12.6", "@babel/types@^7.12.7", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.16", "@babel/types@^7.14.0", "@babel/types@^7.14.2", "@babel/types@^7.4.4":
2238+
"@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.12.6", "@babel/types@^7.12.7", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.16", "@babel/types@^7.14.2", "@babel/types@^7.4.4":
22142239
version "7.14.2"
22152240
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.2.tgz#4208ae003107ef8a057ea8333e56eb64d2f6a2c3"
22162241
integrity sha512-SdjAG/3DikRHpUOjxZgnkbR11xUlyDMUFJdvnIgZEE16mqmY0BINMmc4//JMJglEmn6i7sq6p+mGrFWyZ98EEw==
@@ -2236,6 +2261,14 @@
22362261
"@babel/helper-validator-identifier" "^7.22.20"
22372262
to-fast-properties "^2.0.0"
22382263

2264+
"@babel/types@^7.26.10", "@babel/types@^7.26.9":
2265+
version "7.26.10"
2266+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259"
2267+
integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==
2268+
dependencies:
2269+
"@babel/helper-string-parser" "^7.25.9"
2270+
"@babel/helper-validator-identifier" "^7.25.9"
2271+
22392272
"@colors/colors@1.5.0":
22402273
version "1.5.0"
22412274
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"

0 commit comments

Comments
 (0)