Skip to content

Commit 7f2b08e

Browse files
Bump @babel/helpers from 7.26.0 to 7.29.2
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.26.0 to 7.29.2. - [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.29.2/packages/babel-helpers) --- updated-dependencies: - dependency-name: "@babel/helpers" dependency-version: 7.29.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d2de603 commit 7f2b08e

1 file changed

Lines changed: 48 additions & 5 deletions

File tree

yarn.lock

Lines changed: 48 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@
3434
js-tokens "^4.0.0"
3535
picocolors "^1.0.0"
3636

37+
"@babel/code-frame@^7.28.6":
38+
version "7.29.0"
39+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.0.tgz#7cd7a59f15b3cc0dcd803038f7792712a7d0b15c"
40+
integrity sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==
41+
dependencies:
42+
"@babel/helper-validator-identifier" "^7.28.5"
43+
js-tokens "^4.0.0"
44+
picocolors "^1.1.1"
45+
3746
"@babel/compat-data@^7.13.11":
3847
version "7.15.0"
3948
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
@@ -365,6 +374,11 @@
365374
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
366375
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
367376

377+
"@babel/helper-string-parser@^7.27.1":
378+
version "7.27.1"
379+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
380+
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
381+
368382
"@babel/helper-validator-identifier@^7.16.7":
369383
version "7.16.7"
370384
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
@@ -380,6 +394,11 @@
380394
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
381395
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
382396

397+
"@babel/helper-validator-identifier@^7.28.5":
398+
version "7.28.5"
399+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4"
400+
integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==
401+
383402
"@babel/helper-validator-option@^7.16.7":
384403
version "7.16.7"
385404
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23"
@@ -400,12 +419,12 @@
400419
"@babel/types" "^7.25.9"
401420

402421
"@babel/helpers@^7.26.0":
403-
version "7.26.0"
404-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4"
405-
integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==
422+
version "7.29.2"
423+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.29.2.tgz#9cfbccb02b8e229892c0b07038052cc1a8709c49"
424+
integrity sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw==
406425
dependencies:
407-
"@babel/template" "^7.25.9"
408-
"@babel/types" "^7.26.0"
426+
"@babel/template" "^7.28.6"
427+
"@babel/types" "^7.29.0"
409428

410429
"@babel/highlight@^7.16.7":
411430
version "7.16.7"
@@ -442,6 +461,13 @@
442461
dependencies:
443462
"@babel/types" "^7.26.5"
444463

464+
"@babel/parser@^7.28.6":
465+
version "7.29.2"
466+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.2.tgz#58bd50b9a7951d134988a1ae177a35ef9a703ba1"
467+
integrity sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==
468+
dependencies:
469+
"@babel/types" "^7.29.0"
470+
445471
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
446472
version "7.25.9"
447473
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz#cc2e53ebf0a0340777fff5ed521943e253b4d8fe"
@@ -1085,6 +1111,15 @@
10851111
"@babel/parser" "^7.25.9"
10861112
"@babel/types" "^7.25.9"
10871113

1114+
"@babel/template@^7.28.6":
1115+
version "7.28.6"
1116+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.28.6.tgz#0e7e56ecedb78aeef66ce7972b082fce76a23e57"
1117+
integrity sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==
1118+
dependencies:
1119+
"@babel/code-frame" "^7.28.6"
1120+
"@babel/parser" "^7.28.6"
1121+
"@babel/types" "^7.28.6"
1122+
10881123
"@babel/traverse@^7.13.0", "@babel/traverse@^7.15.4":
10891124
version "7.23.2"
10901125
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
@@ -1139,6 +1174,14 @@
11391174
"@babel/helper-string-parser" "^7.25.9"
11401175
"@babel/helper-validator-identifier" "^7.25.9"
11411176

1177+
"@babel/types@^7.28.6", "@babel/types@^7.29.0":
1178+
version "7.29.0"
1179+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.0.tgz#9f5b1e838c446e72cf3cd4b918152b8c605e37c7"
1180+
integrity sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==
1181+
dependencies:
1182+
"@babel/helper-string-parser" "^7.27.1"
1183+
"@babel/helper-validator-identifier" "^7.28.5"
1184+
11421185
"@coreui/coreui-plugin-npm-postinstall@^1.0.2":
11431186
version "1.0.2"
11441187
resolved "https://registry.yarnpkg.com/@coreui/coreui-plugin-npm-postinstall/-/coreui-plugin-npm-postinstall-1.0.2.tgz#6daeb2ec786580d9c0849b05bc3e8d0222d5c463"

0 commit comments

Comments
 (0)