Skip to content

Commit e206a12

Browse files
Update babel monorepo to v7.27.3 (#4850)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bf6dc16 commit e206a12

File tree

1 file changed

+88
-68
lines changed

1 file changed

+88
-68
lines changed

yarn.lock

Lines changed: 88 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,12 @@
6464
js-tokens "^4.0.0"
6565
picocolors "^1.1.1"
6666

67-
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.26.5", "@babel/compat-data@^7.27.2":
67+
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.27.2":
68+
version "7.27.3"
69+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.3.tgz#cc49c2ac222d69b889bf34c795f537c0c6311111"
70+
integrity sha512-V42wFfx1ymFte+ecf6iXghnnP8kWTO+ZLXIyZq+1LAXHHvTZdVxicn4yiVYdYMGaCO3tmqub11AorKkv+iodqw==
71+
72+
"@babel/compat-data@^7.26.5":
6873
version "7.27.2"
6974
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9"
7075
integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==
@@ -91,20 +96,20 @@
9196
semver "^6.3.1"
9297

9398
"@babel/core@^7.12.10":
94-
version "7.27.1"
95-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6"
96-
integrity sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ==
99+
version "7.27.3"
100+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.3.tgz#d7d05502bccede3cab36373ed142e6a1df554c2f"
101+
integrity sha512-hyrN8ivxfvJ4i0fIJuV4EOlV0WDMz5Ui4StRTgVaAvWeiRCilXgwVvxJKtFQ3TKtHgJscB2YiXKGNJuVwhQMtA==
97102
dependencies:
98103
"@ampproject/remapping" "^2.2.0"
99104
"@babel/code-frame" "^7.27.1"
100-
"@babel/generator" "^7.27.1"
101-
"@babel/helper-compilation-targets" "^7.27.1"
102-
"@babel/helper-module-transforms" "^7.27.1"
103-
"@babel/helpers" "^7.27.1"
104-
"@babel/parser" "^7.27.1"
105-
"@babel/template" "^7.27.1"
106-
"@babel/traverse" "^7.27.1"
107-
"@babel/types" "^7.27.1"
105+
"@babel/generator" "^7.27.3"
106+
"@babel/helper-compilation-targets" "^7.27.2"
107+
"@babel/helper-module-transforms" "^7.27.3"
108+
"@babel/helpers" "^7.27.3"
109+
"@babel/parser" "^7.27.3"
110+
"@babel/template" "^7.27.2"
111+
"@babel/traverse" "^7.27.3"
112+
"@babel/types" "^7.27.3"
108113
convert-source-map "^2.0.0"
109114
debug "^4.1.0"
110115
gensync "^1.0.0-beta.2"
@@ -149,13 +154,13 @@
149154
"@jridgewell/trace-mapping" "^0.3.25"
150155
jsesc "^3.0.2"
151156

152-
"@babel/generator@^7.27.1":
153-
version "7.27.1"
154-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.1.tgz#862d4fad858f7208edd487c28b58144036b76230"
155-
integrity sha512-UnJfnIpc/+JO0/+KRVQNGU+y5taA5vCbwN8+azkX6beii/ZF+enZJSOKo11ZSzGJjlNfJHfQtmQT8H+9TXPG2w==
157+
"@babel/generator@^7.27.3":
158+
version "7.27.3"
159+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.3.tgz#ef1c0f7cfe3b5fc8cbb9f6cc69f93441a68edefc"
160+
integrity sha512-xnlJYj5zepml8NXtjkG0WquFUv8RskFqyFcVgTBp5k+NaA/8uw/K+OSVf8AMGw5e9HKP2ETd5xpK5MLZQD6b4Q==
156161
dependencies:
157-
"@babel/parser" "^7.27.1"
158-
"@babel/types" "^7.27.1"
162+
"@babel/parser" "^7.27.3"
163+
"@babel/types" "^7.27.3"
159164
"@jridgewell/gen-mapping" "^0.3.5"
160165
"@jridgewell/trace-mapping" "^0.3.25"
161166
jsesc "^3.0.2"
@@ -274,6 +279,15 @@
274279
"@babel/helper-validator-identifier" "^7.27.1"
275280
"@babel/traverse" "^7.27.1"
276281

282+
"@babel/helper-module-transforms@^7.27.3":
283+
version "7.27.3"
284+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02"
285+
integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==
286+
dependencies:
287+
"@babel/helper-module-imports" "^7.27.1"
288+
"@babel/helper-validator-identifier" "^7.27.1"
289+
"@babel/traverse" "^7.27.3"
290+
277291
"@babel/helper-optimise-call-expression@^7.27.1":
278292
version "7.27.1"
279293
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz#c65221b61a643f3e62705e5dd2b5f115e35f9200"
@@ -369,13 +383,13 @@
369383
"@babel/template" "^7.25.9"
370384
"@babel/types" "^7.26.7"
371385

372-
"@babel/helpers@^7.27.1":
373-
version "7.27.1"
374-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4"
375-
integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ==
386+
"@babel/helpers@^7.27.3":
387+
version "7.27.3"
388+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.3.tgz#387d65d279290e22fe7a47a8ffcd2d0c0184edd0"
389+
integrity sha512-h/eKy9agOya1IGuLaZ9tEUgz+uIRXcbtOhRtUyyMf8JFmn1iT13vnl/IGVWSkdOCG/pC57U4S1jnAabAavTMwg==
376390
dependencies:
377-
"@babel/template" "^7.27.1"
378-
"@babel/types" "^7.27.1"
391+
"@babel/template" "^7.27.2"
392+
"@babel/types" "^7.27.3"
379393

380394
"@babel/highlight@^7.24.7":
381395
version "7.25.9"
@@ -413,19 +427,19 @@
413427
dependencies:
414428
"@babel/types" "^7.26.9"
415429

416-
"@babel/parser@^7.26.9", "@babel/parser@^7.27.0":
430+
"@babel/parser@^7.27.0":
417431
version "7.27.0"
418432
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec"
419433
integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==
420434
dependencies:
421435
"@babel/types" "^7.27.0"
422436

423-
"@babel/parser@^7.27.1", "@babel/parser@^7.27.2":
424-
version "7.27.2"
425-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.2.tgz#577518bedb17a2ce4212afd052e01f7df0941127"
426-
integrity sha512-QYLs8299NA7WM/bZAdp+CviYYkVoYXlDW2rzliy3chxd1PQjej7JORuMJDJXJUb9g0TT+B99EwaVLKmX+sPXWw==
437+
"@babel/parser@^7.27.2", "@babel/parser@^7.27.3":
438+
version "7.27.3"
439+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.3.tgz#1b7533f0d908ad2ac545c4d05cbe2fb6dc8cfaaf"
440+
integrity sha512-xyYxRj6+tLNDTWi0KCBcZ9V7yg3/lwL9DWh9Uwh/RIVlIfFidggcgxKX3GCXwCiswwcGRawBKbEg2LG/Y8eJhw==
427441
dependencies:
428-
"@babel/types" "^7.27.1"
442+
"@babel/types" "^7.27.3"
429443

430444
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
431445
version "7.27.1"
@@ -710,6 +724,13 @@
710724
dependencies:
711725
"@babel/helper-plugin-utils" "^7.27.1"
712726

727+
"@babel/plugin-transform-destructuring@^7.27.3":
728+
version "7.27.3"
729+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.27.3.tgz#3cc8299ed798d9a909f8d66ddeb40849ec32e3b0"
730+
integrity sha512-s4Jrok82JpiaIprtY2nHsYmrThKvvwgHwjgd7UMiYhZaN0asdXNLr0y+NjTfkA7SyQE5i2Fb7eawUOZmLvyqOA==
731+
dependencies:
732+
"@babel/helper-plugin-utils" "^7.27.1"
733+
713734
"@babel/plugin-transform-dotall-regex@^7.27.1":
714735
version "7.27.1"
715736
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.27.1.tgz#aa6821de864c528b1fecf286f0a174e38e826f4d"
@@ -863,13 +884,13 @@
863884
"@babel/helper-plugin-utils" "^7.27.1"
864885

865886
"@babel/plugin-transform-object-rest-spread@^7.12.1", "@babel/plugin-transform-object-rest-spread@^7.27.2":
866-
version "7.27.2"
867-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.27.2.tgz#67f9ab822347aa2bcee91e8996763da79bdea973"
868-
integrity sha512-AIUHD7xJ1mCrj3uPozvtngY3s0xpv7Nu7DoUSnzNY6Xam1Cy4rUznR//pvMHOhQ4AvbCexhbqXCtpxGHOGOO6g==
887+
version "7.27.3"
888+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.27.3.tgz#ce130aa73fef828bc3e3e835f9bc6144be3eb1c0"
889+
integrity sha512-7ZZtznF9g4l2JCImCo5LNKFHB5eXnN39lLtLY5Tg+VkR0jwOt7TBciMckuiQIOIW7L5tkQOCh3bVGYeXgMx52Q==
869890
dependencies:
870891
"@babel/helper-compilation-targets" "^7.27.2"
871892
"@babel/helper-plugin-utils" "^7.27.1"
872-
"@babel/plugin-transform-destructuring" "^7.27.1"
893+
"@babel/plugin-transform-destructuring" "^7.27.3"
873894
"@babel/plugin-transform-parameters" "^7.27.1"
874895

875896
"@babel/plugin-transform-object-super@^7.27.1":
@@ -949,9 +970,9 @@
949970
"@babel/helper-plugin-utils" "^7.27.1"
950971

951972
"@babel/plugin-transform-runtime@^7.12.10":
952-
version "7.27.1"
953-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.27.1.tgz#f9fbf71949a209eb26b3e60375b1d956937b8be9"
954-
integrity sha512-TqGF3desVsTcp3WrJGj4HfKokfCXCLcHpt4PJF0D8/iT6LPd9RS82Upw3KPeyr6B22Lfd3DO8MVrmp0oRkUDdw==
973+
version "7.27.3"
974+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.27.3.tgz#ad35f1eff5ba18a5e23f7270e939fb5a59d3ec0b"
975+
integrity sha512-bA9ZL5PW90YwNgGfjg6U+7Qh/k3zCEQJ06BFgAGRp/yMjw9hP9UGbGPtx3KSOkHGljEPCCxaE+PH4fUR2h1sDw==
955976
dependencies:
956977
"@babel/helper-module-imports" "^7.27.1"
957978
"@babel/helper-plugin-utils" "^7.27.1"
@@ -1141,18 +1162,18 @@
11411162
regenerator-runtime "^0.14.0"
11421163

11431164
"@babel/runtime@^7.12.5":
1144-
version "7.27.1"
1145-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.1.tgz#9fce313d12c9a77507f264de74626e87fd0dc541"
1146-
integrity sha512-1x3D2xEk2fRo3PAhwQwu5UubzgiVWSXTBfWpVd2Mx2AzRqJuDJCsgaDVZ7HB5iGzDW1Hl1sWN2mFyKjmR9uAog==
1165+
version "7.27.3"
1166+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.3.tgz#10491113799fb8d77e1d9273384d5d68deeea8f6"
1167+
integrity sha512-7EYtGezsdiDMyY80+65EzwiGmcJqpmcZCojSXaRgdrBaGtWTgDZKq69cPIVped6MkIM78cTQ2GOiEYjwOlG4xw==
11471168

1148-
"@babel/template@^7.25.9":
1149-
version "7.26.9"
1150-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2"
1151-
integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==
1169+
"@babel/template@^7.25.9", "@babel/template@^7.27.1", "@babel/template@^7.27.2":
1170+
version "7.27.2"
1171+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
1172+
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
11521173
dependencies:
1153-
"@babel/code-frame" "^7.26.2"
1154-
"@babel/parser" "^7.26.9"
1155-
"@babel/types" "^7.26.9"
1174+
"@babel/code-frame" "^7.27.1"
1175+
"@babel/parser" "^7.27.2"
1176+
"@babel/types" "^7.27.1"
11561177

11571178
"@babel/template@^7.27.0":
11581179
version "7.27.0"
@@ -1163,15 +1184,6 @@
11631184
"@babel/parser" "^7.27.0"
11641185
"@babel/types" "^7.27.0"
11651186

1166-
"@babel/template@^7.27.1":
1167-
version "7.27.2"
1168-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
1169-
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
1170-
dependencies:
1171-
"@babel/code-frame" "^7.27.1"
1172-
"@babel/parser" "^7.27.2"
1173-
"@babel/types" "^7.27.1"
1174-
11751187
"@babel/template@^7.3.3":
11761188
version "7.24.7"
11771189
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.7.tgz#02efcee317d0609d2c07117cb70ef8fb17ab7315"
@@ -1194,16 +1206,16 @@
11941206
debug "^4.3.1"
11951207
globals "^11.1.0"
11961208

1197-
"@babel/traverse@^7.27.1":
1198-
version "7.27.1"
1199-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.1.tgz#4db772902b133bbddd1c4f7a7ee47761c1b9f291"
1200-
integrity sha512-ZCYtZciz1IWJB4U61UPu4KEaqyfj+r5T1Q5mqPo+IBpcG9kHv30Z0aD8LXPgC1trYa6rK0orRyAhqUgk4MjmEg==
1209+
"@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3":
1210+
version "7.27.3"
1211+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.3.tgz#8b62a6c2d10f9d921ba7339c90074708509cffae"
1212+
integrity sha512-lId/IfN/Ye1CIu8xG7oKBHXd2iNb2aW1ilPszzGcJug6M8RCKfVNcYhpI5+bMvFYjK7lXIM0R+a+6r8xhHp2FQ==
12011213
dependencies:
12021214
"@babel/code-frame" "^7.27.1"
1203-
"@babel/generator" "^7.27.1"
1204-
"@babel/parser" "^7.27.1"
1205-
"@babel/template" "^7.27.1"
1206-
"@babel/types" "^7.27.1"
1215+
"@babel/generator" "^7.27.3"
1216+
"@babel/parser" "^7.27.3"
1217+
"@babel/template" "^7.27.2"
1218+
"@babel/types" "^7.27.3"
12071219
debug "^4.3.1"
12081220
globals "^11.1.0"
12091221

@@ -1234,7 +1246,7 @@
12341246
"@babel/helper-validator-identifier" "^7.24.7"
12351247
to-fast-properties "^2.0.0"
12361248

1237-
"@babel/types@^7.25.9", "@babel/types@^7.27.1", "@babel/types@^7.4.4":
1249+
"@babel/types@^7.25.9", "@babel/types@^7.4.4":
12381250
version "7.27.1"
12391251
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.1.tgz#9defc53c16fc899e46941fc6901a9eea1c9d8560"
12401252
integrity sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==
@@ -1266,6 +1278,14 @@
12661278
"@babel/helper-string-parser" "^7.25.9"
12671279
"@babel/helper-validator-identifier" "^7.25.9"
12681280

1281+
"@babel/types@^7.27.1", "@babel/types@^7.27.3":
1282+
version "7.27.3"
1283+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.3.tgz#c0257bedf33aad6aad1f406d35c44758321eb3ec"
1284+
integrity sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw==
1285+
dependencies:
1286+
"@babel/helper-string-parser" "^7.27.1"
1287+
"@babel/helper-validator-identifier" "^7.27.1"
1288+
12691289
"@bcoe/v8-coverage@^0.2.3":
12701290
version "0.2.3"
12711291
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -3132,9 +3152,9 @@ eastasianwidth@^0.2.0:
31323152
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
31333153

31343154
electron-to-chromium@^1.5.149:
3135-
version "1.5.152"
3136-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.152.tgz#bcdd39567e291b930ec26b930031137a05593695"
3137-
integrity sha512-xBOfg/EBaIlVsHipHl2VdTPJRSvErNUaqW8ejTq5OlOlIYx1wOllCHsAvAIrr55jD1IYEfdR86miUEt8H5IeJg==
3155+
version "1.5.159"
3156+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.159.tgz#b909c4a5dbd00674f18419199f71c945a199effe"
3157+
integrity sha512-CEvHptWAMV5p6GJ0Lq8aheyvVbfzVrv5mmidu1D3pidoVNkB3tTBsTMVtPJ+rzRK5oV229mCLz9Zj/hNvU8GBA==
31383158

31393159
emittery@^0.13.1:
31403160
version "0.13.1"

0 commit comments

Comments
 (0)