Skip to content

Commit b792295

Browse files
dependabot[bot]CodingItWrong
authored andcommitted
build(deps-dev): 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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e0a6e67 commit b792295

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
@@ -9,48 +9,53 @@
99
dependencies:
1010
"@babel/highlight" "^7.10.4"
1111

12-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.27.1":
13-
version "7.27.1"
14-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be"
15-
integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==
12+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.27.1", "@babel/code-frame@^7.28.6", "@babel/code-frame@^7.29.0":
13+
version "7.29.0"
14+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.0.tgz#7cd7a59f15b3cc0dcd803038f7792712a7d0b15c"
15+
integrity sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==
1616
dependencies:
17-
"@babel/helper-validator-identifier" "^7.27.1"
17+
"@babel/helper-validator-identifier" "^7.28.5"
1818
js-tokens "^4.0.0"
1919
picocolors "^1.1.1"
2020

21-
"@babel/compat-data@^7.27.2", "@babel/compat-data@^7.27.7", "@babel/compat-data@^7.28.5":
21+
"@babel/compat-data@^7.27.7", "@babel/compat-data@^7.28.5":
2222
version "7.28.5"
2323
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.5.tgz#a8a4962e1567121ac0b3b487f52107443b455c7f"
2424
integrity sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==
2525

26+
"@babel/compat-data@^7.28.6":
27+
version "7.29.0"
28+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.0.tgz#00d03e8c0ac24dd9be942c5370990cbe1f17d88d"
29+
integrity sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==
30+
2631
"@babel/core@^7.1.2", "@babel/core@^7.12.3", "@babel/core@^7.23.9", "@babel/core@^7.27.4":
27-
version "7.28.5"
28-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.5.tgz#4c81b35e51e1b734f510c99b07dfbc7bbbb48f7e"
29-
integrity sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==
30-
dependencies:
31-
"@babel/code-frame" "^7.27.1"
32-
"@babel/generator" "^7.28.5"
33-
"@babel/helper-compilation-targets" "^7.27.2"
34-
"@babel/helper-module-transforms" "^7.28.3"
35-
"@babel/helpers" "^7.28.4"
36-
"@babel/parser" "^7.28.5"
37-
"@babel/template" "^7.27.2"
38-
"@babel/traverse" "^7.28.5"
39-
"@babel/types" "^7.28.5"
32+
version "7.29.0"
33+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.0.tgz#5286ad785df7f79d656e88ce86e650d16ca5f322"
34+
integrity sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==
35+
dependencies:
36+
"@babel/code-frame" "^7.29.0"
37+
"@babel/generator" "^7.29.0"
38+
"@babel/helper-compilation-targets" "^7.28.6"
39+
"@babel/helper-module-transforms" "^7.28.6"
40+
"@babel/helpers" "^7.28.6"
41+
"@babel/parser" "^7.29.0"
42+
"@babel/template" "^7.28.6"
43+
"@babel/traverse" "^7.29.0"
44+
"@babel/types" "^7.29.0"
4045
"@jridgewell/remapping" "^2.3.5"
4146
convert-source-map "^2.0.0"
4247
debug "^4.1.0"
4348
gensync "^1.0.0-beta.2"
4449
json5 "^2.2.3"
4550
semver "^6.3.1"
4651

47-
"@babel/generator@^7.27.5", "@babel/generator@^7.28.5":
48-
version "7.28.5"
49-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.5.tgz#712722d5e50f44d07bc7ac9fe84438742dd61298"
50-
integrity sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==
52+
"@babel/generator@^7.27.5", "@babel/generator@^7.29.0":
53+
version "7.29.0"
54+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.0.tgz#4cba5a76b3c71d8be31761b03329d5dc7768447f"
55+
integrity sha512-vSH118/wwM/pLR38g/Sgk05sNtro6TlTJKuiMXDaZqPUfjTFcudpCOt00IhOfj+1BFAX+UFAlzCU+6WXr3GLFQ==
5156
dependencies:
52-
"@babel/parser" "^7.28.5"
53-
"@babel/types" "^7.28.5"
57+
"@babel/parser" "^7.29.0"
58+
"@babel/types" "^7.29.0"
5459
"@jridgewell/gen-mapping" "^0.3.12"
5560
"@jridgewell/trace-mapping" "^0.3.28"
5661
jsesc "^3.0.2"
@@ -76,12 +81,12 @@
7681
dependencies:
7782
"@babel/types" "^7.27.3"
7883

79-
"@babel/helper-compilation-targets@^7.27.1", "@babel/helper-compilation-targets@^7.27.2":
80-
version "7.27.2"
81-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz#46a0f6efab808d51d29ce96858dd10ce8732733d"
82-
integrity sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==
84+
"@babel/helper-compilation-targets@^7.27.1", "@babel/helper-compilation-targets@^7.27.2", "@babel/helper-compilation-targets@^7.28.6":
85+
version "7.28.6"
86+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz#32c4a3f41f12ed1532179b108a4d746e105c2b25"
87+
integrity sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==
8388
dependencies:
84-
"@babel/compat-data" "^7.27.2"
89+
"@babel/compat-data" "^7.28.6"
8590
"@babel/helper-validator-option" "^7.27.1"
8691
browserslist "^4.24.0"
8792
lru-cache "^5.1.1"
@@ -162,14 +167,22 @@
162167
"@babel/traverse" "^7.27.1"
163168
"@babel/types" "^7.27.1"
164169

165-
"@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.28.3":
166-
version "7.28.3"
167-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz#a2b37d3da3b2344fe085dab234426f2b9a2fa5f6"
168-
integrity sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==
170+
"@babel/helper-module-imports@^7.28.6":
171+
version "7.28.6"
172+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz#60632cbd6ffb70b22823187201116762a03e2d5c"
173+
integrity sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==
169174
dependencies:
170-
"@babel/helper-module-imports" "^7.27.1"
171-
"@babel/helper-validator-identifier" "^7.27.1"
172-
"@babel/traverse" "^7.28.3"
175+
"@babel/traverse" "^7.28.6"
176+
"@babel/types" "^7.28.6"
177+
178+
"@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.28.3", "@babel/helper-module-transforms@^7.28.6":
179+
version "7.28.6"
180+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz#9312d9d9e56edc35aeb6e95c25d4106b50b9eb1e"
181+
integrity sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==
182+
dependencies:
183+
"@babel/helper-module-imports" "^7.28.6"
184+
"@babel/helper-validator-identifier" "^7.28.5"
185+
"@babel/traverse" "^7.28.6"
173186

174187
"@babel/helper-optimise-call-expression@^7.27.1":
175188
version "7.27.1"
@@ -219,11 +232,6 @@
219232
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076"
220233
integrity sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==
221234

222-
"@babel/helper-validator-identifier@^7.27.1":
223-
version "7.27.1"
224-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
225-
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
226-
227235
"@babel/helper-validator-identifier@^7.28.5":
228236
version "7.28.5"
229237
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4"
@@ -243,13 +251,13 @@
243251
"@babel/traverse" "^7.27.1"
244252
"@babel/types" "^7.27.1"
245253

246-
"@babel/helpers@^7.28.4":
247-
version "7.28.4"
248-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.4.tgz#fe07274742e95bdf7cf1443593eeb8926ab63827"
249-
integrity sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==
254+
"@babel/helpers@^7.28.6":
255+
version "7.28.6"
256+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.6.tgz#fca903a313ae675617936e8998b814c415cbf5d7"
257+
integrity sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==
250258
dependencies:
251-
"@babel/template" "^7.27.2"
252-
"@babel/types" "^7.28.4"
259+
"@babel/template" "^7.28.6"
260+
"@babel/types" "^7.28.6"
253261

254262
"@babel/highlight@^7.10.4":
255263
version "7.18.6"
@@ -260,12 +268,12 @@
260268
chalk "^2.0.0"
261269
js-tokens "^4.0.0"
262270

263-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.27.2", "@babel/parser@^7.28.5", "@babel/parser@^7.7.0":
264-
version "7.28.5"
265-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08"
266-
integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==
271+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.28.6", "@babel/parser@^7.29.0", "@babel/parser@^7.7.0":
272+
version "7.29.0"
273+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.0.tgz#669ef345add7d057e92b7ed15f0bac07611831b6"
274+
integrity sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==
267275
dependencies:
268-
"@babel/types" "^7.28.5"
276+
"@babel/types" "^7.29.0"
269277

270278
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.28.5":
271279
version "7.28.5"
@@ -927,32 +935,32 @@
927935
"@babel/types" "^7.4.4"
928936
esutils "^2.0.2"
929937

930-
"@babel/template@^7.27.1", "@babel/template@^7.27.2":
931-
version "7.27.2"
932-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
933-
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
938+
"@babel/template@^7.27.1", "@babel/template@^7.28.6":
939+
version "7.28.6"
940+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.28.6.tgz#0e7e56ecedb78aeef66ce7972b082fce76a23e57"
941+
integrity sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==
934942
dependencies:
935-
"@babel/code-frame" "^7.27.1"
936-
"@babel/parser" "^7.27.2"
937-
"@babel/types" "^7.27.1"
943+
"@babel/code-frame" "^7.28.6"
944+
"@babel/parser" "^7.28.6"
945+
"@babel/types" "^7.28.6"
938946

939-
"@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.7.0":
940-
version "7.28.5"
941-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.5.tgz#450cab9135d21a7a2ca9d2d35aa05c20e68c360b"
942-
integrity sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==
947+
"@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", "@babel/traverse@^7.7.0":
948+
version "7.29.0"
949+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.0.tgz#f323d05001440253eead3c9c858adbe00b90310a"
950+
integrity sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==
943951
dependencies:
944-
"@babel/code-frame" "^7.27.1"
945-
"@babel/generator" "^7.28.5"
952+
"@babel/code-frame" "^7.29.0"
953+
"@babel/generator" "^7.29.0"
946954
"@babel/helper-globals" "^7.28.0"
947-
"@babel/parser" "^7.28.5"
948-
"@babel/template" "^7.27.2"
949-
"@babel/types" "^7.28.5"
955+
"@babel/parser" "^7.29.0"
956+
"@babel/template" "^7.28.6"
957+
"@babel/types" "^7.29.0"
950958
debug "^4.3.1"
951959

952-
"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.20.7", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.4", "@babel/types@^7.28.5", "@babel/types@^7.3.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
953-
version "7.28.5"
954-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b"
955-
integrity sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==
960+
"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.20.7", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.6", "@babel/types@^7.29.0", "@babel/types@^7.3.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
961+
version "7.29.0"
962+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.0.tgz#9f5b1e838c446e72cf3cd4b918152b8c605e37c7"
963+
integrity sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==
956964
dependencies:
957965
"@babel/helper-string-parser" "^7.27.1"
958966
"@babel/helper-validator-identifier" "^7.28.5"

0 commit comments

Comments
 (0)