Skip to content

Commit 789f668

Browse files
Bump @babel/helpers from 7.17.9 to 7.28.4 (#53)
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.17.9 to 7.28.4. - [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.28.4/packages/babel-helpers) --- updated-dependencies: - dependency-name: "@babel/helpers" dependency-version: 7.28.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0d091f4 commit 789f668

File tree

1 file changed

+54
-7
lines changed

1 file changed

+54
-7
lines changed

yarn.lock

Lines changed: 54 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,15 @@
169169
"@babel/highlight" "^7.22.13"
170170
chalk "^2.4.2"
171171

172+
"@babel/code-frame@^7.27.1":
173+
version "7.27.1"
174+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be"
175+
integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==
176+
dependencies:
177+
"@babel/helper-validator-identifier" "^7.27.1"
178+
js-tokens "^4.0.0"
179+
picocolors "^1.1.1"
180+
172181
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.17.10":
173182
version "7.17.10"
174183
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.10.tgz#711dc726a492dfc8be8220028b1b92482362baab"
@@ -443,6 +452,11 @@
443452
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
444453
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
445454

455+
"@babel/helper-string-parser@^7.27.1":
456+
version "7.27.1"
457+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
458+
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
459+
446460
"@babel/helper-validator-identifier@^7.16.7":
447461
version "7.16.7"
448462
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
@@ -453,6 +467,11 @@
453467
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
454468
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
455469

470+
"@babel/helper-validator-identifier@^7.27.1":
471+
version "7.27.1"
472+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
473+
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
474+
456475
"@babel/helper-validator-option@^7.16.7":
457476
version "7.16.7"
458477
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23"
@@ -469,13 +488,12 @@
469488
"@babel/types" "^7.16.8"
470489

471490
"@babel/helpers@^7.12.5", "@babel/helpers@^7.17.9":
472-
version "7.17.9"
473-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.9.tgz#b2af120821bfbe44f9907b1826e168e819375a1a"
474-
integrity sha512-cPCt915ShDWUEzEp3+UNRktO2n6v49l5RSnG9M5pS24hA+2FAc5si+Pn1i4VVbQQ+jh+bIZhPFQOJOzbrOYY1Q==
491+
version "7.28.4"
492+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.4.tgz#fe07274742e95bdf7cf1443593eeb8926ab63827"
493+
integrity sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==
475494
dependencies:
476-
"@babel/template" "^7.16.7"
477-
"@babel/traverse" "^7.17.9"
478-
"@babel/types" "^7.17.0"
495+
"@babel/template" "^7.27.2"
496+
"@babel/types" "^7.28.4"
479497

480498
"@babel/highlight@^7.16.7":
481499
version "7.17.12"
@@ -505,6 +523,13 @@
505523
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
506524
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
507525

526+
"@babel/parser@^7.27.2":
527+
version "7.28.4"
528+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.4.tgz#da25d4643532890932cc03f7705fe19637e03fa8"
529+
integrity sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==
530+
dependencies:
531+
"@babel/types" "^7.28.4"
532+
508533
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.17.12":
509534
version "7.17.12"
510535
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.17.12.tgz#1dca338caaefca368639c9ffb095afbd4d420b1e"
@@ -1232,7 +1257,16 @@
12321257
"@babel/parser" "^7.22.15"
12331258
"@babel/types" "^7.22.15"
12341259

1235-
"@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.10", "@babel/traverse@^7.17.12", "@babel/traverse@^7.17.9":
1260+
"@babel/template@^7.27.2":
1261+
version "7.27.2"
1262+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
1263+
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
1264+
dependencies:
1265+
"@babel/code-frame" "^7.27.1"
1266+
"@babel/parser" "^7.27.2"
1267+
"@babel/types" "^7.27.1"
1268+
1269+
"@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.10", "@babel/traverse@^7.17.12":
12361270
version "7.23.2"
12371271
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
12381272
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
@@ -1265,6 +1299,14 @@
12651299
"@babel/helper-validator-identifier" "^7.22.20"
12661300
to-fast-properties "^2.0.0"
12671301

1302+
"@babel/types@^7.27.1", "@babel/types@^7.28.4":
1303+
version "7.28.4"
1304+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.4.tgz#0a4e618f4c60a7cd6c11cb2d48060e4dbe38ac3a"
1305+
integrity sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==
1306+
dependencies:
1307+
"@babel/helper-string-parser" "^7.27.1"
1308+
"@babel/helper-validator-identifier" "^7.27.1"
1309+
12681310
"@cmfcmf/docusaurus-search-local@^0.10.0":
12691311
version "0.10.0"
12701312
resolved "https://registry.yarnpkg.com/@cmfcmf/docusaurus-search-local/-/docusaurus-search-local-0.10.0.tgz#0a77847641ec490f4663666e5eee07416f5a0c63"
@@ -6082,6 +6124,11 @@ picocolors@^1.0.1:
60826124
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1"
60836125
integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==
60846126

6127+
picocolors@^1.1.1:
6128+
version "1.1.1"
6129+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
6130+
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
6131+
60856132
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
60866133
version "2.3.1"
60876134
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"

0 commit comments

Comments
 (0)