Skip to content

Commit e5891ab

Browse files
dependabot[bot]nemesifier
authored andcommitted
[deps] Bump @babel/core from 7.28.5 to 7.29.0
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.28.5 to 7.29.0. - [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.0/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.29.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dbd5947 commit e5891ab

File tree

1 file changed

+81
-73
lines changed

1 file changed

+81
-73
lines changed

yarn.lock

Lines changed: 81 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -18,48 +18,53 @@
1818
"@nicolo-ribaudo/chokidar-2" "2.1.8-no-fsevents.3"
1919
chokidar "^3.6.0"
2020

21-
"@babel/code-frame@^7.27.1":
22-
version "7.27.1"
23-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be"
24-
integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==
21+
"@babel/code-frame@^7.28.6", "@babel/code-frame@^7.29.0":
22+
version "7.29.0"
23+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.0.tgz#7cd7a59f15b3cc0dcd803038f7792712a7d0b15c"
24+
integrity sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==
2525
dependencies:
26-
"@babel/helper-validator-identifier" "^7.27.1"
26+
"@babel/helper-validator-identifier" "^7.28.5"
2727
js-tokens "^4.0.0"
2828
picocolors "^1.1.1"
2929

30-
"@babel/compat-data@^7.27.2", "@babel/compat-data@^7.27.7", "@babel/compat-data@^7.28.5":
30+
"@babel/compat-data@^7.27.7", "@babel/compat-data@^7.28.5":
3131
version "7.28.5"
3232
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.5.tgz#a8a4962e1567121ac0b3b487f52107443b455c7f"
3333
integrity sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==
3434

35+
"@babel/compat-data@^7.28.6":
36+
version "7.29.0"
37+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.0.tgz#00d03e8c0ac24dd9be942c5370990cbe1f17d88d"
38+
integrity sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==
39+
3540
"@babel/core@^7.25.2":
36-
version "7.28.5"
37-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.5.tgz#4c81b35e51e1b734f510c99b07dfbc7bbbb48f7e"
38-
integrity sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==
39-
dependencies:
40-
"@babel/code-frame" "^7.27.1"
41-
"@babel/generator" "^7.28.5"
42-
"@babel/helper-compilation-targets" "^7.27.2"
43-
"@babel/helper-module-transforms" "^7.28.3"
44-
"@babel/helpers" "^7.28.4"
45-
"@babel/parser" "^7.28.5"
46-
"@babel/template" "^7.27.2"
47-
"@babel/traverse" "^7.28.5"
48-
"@babel/types" "^7.28.5"
41+
version "7.29.0"
42+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.0.tgz#5286ad785df7f79d656e88ce86e650d16ca5f322"
43+
integrity sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==
44+
dependencies:
45+
"@babel/code-frame" "^7.29.0"
46+
"@babel/generator" "^7.29.0"
47+
"@babel/helper-compilation-targets" "^7.28.6"
48+
"@babel/helper-module-transforms" "^7.28.6"
49+
"@babel/helpers" "^7.28.6"
50+
"@babel/parser" "^7.29.0"
51+
"@babel/template" "^7.28.6"
52+
"@babel/traverse" "^7.29.0"
53+
"@babel/types" "^7.29.0"
4954
"@jridgewell/remapping" "^2.3.5"
5055
convert-source-map "^2.0.0"
5156
debug "^4.1.0"
5257
gensync "^1.0.0-beta.2"
5358
json5 "^2.2.3"
5459
semver "^6.3.1"
5560

56-
"@babel/generator@^7.28.5":
57-
version "7.28.5"
58-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.5.tgz#712722d5e50f44d07bc7ac9fe84438742dd61298"
59-
integrity sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==
61+
"@babel/generator@^7.29.0":
62+
version "7.29.0"
63+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.0.tgz#4cba5a76b3c71d8be31761b03329d5dc7768447f"
64+
integrity sha512-vSH118/wwM/pLR38g/Sgk05sNtro6TlTJKuiMXDaZqPUfjTFcudpCOt00IhOfj+1BFAX+UFAlzCU+6WXr3GLFQ==
6065
dependencies:
61-
"@babel/parser" "^7.28.5"
62-
"@babel/types" "^7.28.5"
66+
"@babel/parser" "^7.29.0"
67+
"@babel/types" "^7.29.0"
6368
"@jridgewell/gen-mapping" "^0.3.12"
6469
"@jridgewell/trace-mapping" "^0.3.28"
6570
jsesc "^3.0.2"
@@ -78,12 +83,12 @@
7883
dependencies:
7984
"@babel/types" "^7.27.3"
8085

81-
"@babel/helper-compilation-targets@^7.27.1", "@babel/helper-compilation-targets@^7.27.2":
82-
version "7.27.2"
83-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz#46a0f6efab808d51d29ce96858dd10ce8732733d"
84-
integrity sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==
86+
"@babel/helper-compilation-targets@^7.27.1", "@babel/helper-compilation-targets@^7.27.2", "@babel/helper-compilation-targets@^7.28.6":
87+
version "7.28.6"
88+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz#32c4a3f41f12ed1532179b108a4d746e105c2b25"
89+
integrity sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==
8590
dependencies:
86-
"@babel/compat-data" "^7.27.2"
91+
"@babel/compat-data" "^7.28.6"
8792
"@babel/helper-validator-option" "^7.27.1"
8893
browserslist "^4.24.0"
8994
lru-cache "^5.1.1"
@@ -152,14 +157,22 @@
152157
"@babel/traverse" "^7.27.1"
153158
"@babel/types" "^7.27.1"
154159

155-
"@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.28.3":
156-
version "7.28.3"
157-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz#a2b37d3da3b2344fe085dab234426f2b9a2fa5f6"
158-
integrity sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==
160+
"@babel/helper-module-imports@^7.28.6":
161+
version "7.28.6"
162+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz#60632cbd6ffb70b22823187201116762a03e2d5c"
163+
integrity sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==
159164
dependencies:
160-
"@babel/helper-module-imports" "^7.27.1"
161-
"@babel/helper-validator-identifier" "^7.27.1"
162-
"@babel/traverse" "^7.28.3"
165+
"@babel/traverse" "^7.28.6"
166+
"@babel/types" "^7.28.6"
167+
168+
"@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.28.3", "@babel/helper-module-transforms@^7.28.6":
169+
version "7.28.6"
170+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz#9312d9d9e56edc35aeb6e95c25d4106b50b9eb1e"
171+
integrity sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==
172+
dependencies:
173+
"@babel/helper-module-imports" "^7.28.6"
174+
"@babel/helper-validator-identifier" "^7.28.5"
175+
"@babel/traverse" "^7.28.6"
163176

164177
"@babel/helper-optimise-call-expression@^7.27.1":
165178
version "7.27.1"
@@ -204,11 +217,6 @@
204217
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
205218
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
206219

207-
"@babel/helper-validator-identifier@^7.27.1":
208-
version "7.27.1"
209-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
210-
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
211-
212220
"@babel/helper-validator-identifier@^7.28.5":
213221
version "7.28.5"
214222
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4"
@@ -228,20 +236,20 @@
228236
"@babel/traverse" "^7.28.3"
229237
"@babel/types" "^7.28.2"
230238

231-
"@babel/helpers@^7.28.4":
232-
version "7.28.4"
233-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.4.tgz#fe07274742e95bdf7cf1443593eeb8926ab63827"
234-
integrity sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==
239+
"@babel/helpers@^7.28.6":
240+
version "7.28.6"
241+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.6.tgz#fca903a313ae675617936e8998b814c415cbf5d7"
242+
integrity sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==
235243
dependencies:
236-
"@babel/template" "^7.27.2"
237-
"@babel/types" "^7.28.4"
244+
"@babel/template" "^7.28.6"
245+
"@babel/types" "^7.28.6"
238246

239-
"@babel/parser@^7.27.2", "@babel/parser@^7.28.5":
240-
version "7.28.5"
241-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08"
242-
integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==
247+
"@babel/parser@^7.28.6", "@babel/parser@^7.29.0":
248+
version "7.29.0"
249+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.0.tgz#669ef345add7d057e92b7ed15f0bac07611831b6"
250+
integrity sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==
243251
dependencies:
244-
"@babel/types" "^7.28.5"
252+
"@babel/types" "^7.29.0"
245253

246254
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.28.5":
247255
version "7.28.5"
@@ -796,32 +804,32 @@
796804
resolved "https://registry.yarnpkg.com/@babel/regjsgen/-/regjsgen-0.8.0.tgz#f0ba69b075e1f05fb2825b7fad991e7adbb18310"
797805
integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==
798806

799-
"@babel/template@^7.27.1", "@babel/template@^7.27.2":
800-
version "7.27.2"
801-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
802-
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
807+
"@babel/template@^7.27.1", "@babel/template@^7.27.2", "@babel/template@^7.28.6":
808+
version "7.28.6"
809+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.28.6.tgz#0e7e56ecedb78aeef66ce7972b082fce76a23e57"
810+
integrity sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==
803811
dependencies:
804-
"@babel/code-frame" "^7.27.1"
805-
"@babel/parser" "^7.27.2"
806-
"@babel/types" "^7.27.1"
812+
"@babel/code-frame" "^7.28.6"
813+
"@babel/parser" "^7.28.6"
814+
"@babel/types" "^7.28.6"
807815

808-
"@babel/traverse@^7.27.1", "@babel/traverse@^7.28.0", "@babel/traverse@^7.28.3", "@babel/traverse@^7.28.4", "@babel/traverse@^7.28.5":
809-
version "7.28.5"
810-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.5.tgz#450cab9135d21a7a2ca9d2d35aa05c20e68c360b"
811-
integrity sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==
816+
"@babel/traverse@^7.27.1", "@babel/traverse@^7.28.0", "@babel/traverse@^7.28.3", "@babel/traverse@^7.28.4", "@babel/traverse@^7.28.5", "@babel/traverse@^7.28.6", "@babel/traverse@^7.29.0":
817+
version "7.29.0"
818+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.0.tgz#f323d05001440253eead3c9c858adbe00b90310a"
819+
integrity sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==
812820
dependencies:
813-
"@babel/code-frame" "^7.27.1"
814-
"@babel/generator" "^7.28.5"
821+
"@babel/code-frame" "^7.29.0"
822+
"@babel/generator" "^7.29.0"
815823
"@babel/helper-globals" "^7.28.0"
816-
"@babel/parser" "^7.28.5"
817-
"@babel/template" "^7.27.2"
818-
"@babel/types" "^7.28.5"
824+
"@babel/parser" "^7.29.0"
825+
"@babel/template" "^7.28.6"
826+
"@babel/types" "^7.29.0"
819827
debug "^4.3.1"
820828

821-
"@babel/types@^7.24.7", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.28.4", "@babel/types@^7.28.5", "@babel/types@^7.4.4":
822-
version "7.28.5"
823-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b"
824-
integrity sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==
829+
"@babel/types@^7.24.7", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.28.6", "@babel/types@^7.29.0", "@babel/types@^7.4.4":
830+
version "7.29.0"
831+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.0.tgz#9f5b1e838c446e72cf3cd4b918152b8c605e37c7"
832+
integrity sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==
825833
dependencies:
826834
"@babel/helper-string-parser" "^7.27.1"
827835
"@babel/helper-validator-identifier" "^7.28.5"

0 commit comments

Comments
 (0)