Skip to content

Commit 37f4dd4

Browse files
dependabot[bot]CodingItWrong
authored andcommitted
build(deps-dev): bump @babel/core from 7.26.10 to 7.27.1
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.26.10 to 7.27.1. - [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.27.1/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 34edb91 commit 37f4dd4

File tree

1 file changed

+25
-114
lines changed

1 file changed

+25
-114
lines changed

yarn.lock

+25-114
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,7 @@
1717
dependencies:
1818
"@babel/highlight" "^7.10.4"
1919

20-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.26.2":
21-
version "7.26.2"
22-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
23-
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
24-
dependencies:
25-
"@babel/helper-validator-identifier" "^7.25.9"
26-
js-tokens "^4.0.0"
27-
picocolors "^1.0.0"
28-
29-
"@babel/code-frame@^7.27.1":
20+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.27.1":
3021
version "7.27.1"
3122
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be"
3223
integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==
@@ -41,38 +32,27 @@
4132
integrity sha512-Q+E+rd/yBzNQhXkG+zQnF58e4zoZfBedaxwzPmicKsiK3nt8iJYrSrDbjwFFDGC4f+rPafqRaPH6TsDoSvMf7A==
4233

4334
"@babel/core@^7.1.2", "@babel/core@^7.11.6", "@babel/core@^7.12.3":
44-
version "7.26.10"
45-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.10.tgz#5c876f83c8c4dcb233ee4b670c0606f2ac3000f9"
46-
integrity sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==
35+
version "7.27.1"
36+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6"
37+
integrity sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ==
4738
dependencies:
4839
"@ampproject/remapping" "^2.2.0"
49-
"@babel/code-frame" "^7.26.2"
50-
"@babel/generator" "^7.26.10"
51-
"@babel/helper-compilation-targets" "^7.26.5"
52-
"@babel/helper-module-transforms" "^7.26.0"
53-
"@babel/helpers" "^7.26.10"
54-
"@babel/parser" "^7.26.10"
55-
"@babel/template" "^7.26.9"
56-
"@babel/traverse" "^7.26.10"
57-
"@babel/types" "^7.26.10"
40+
"@babel/code-frame" "^7.27.1"
41+
"@babel/generator" "^7.27.1"
42+
"@babel/helper-compilation-targets" "^7.27.1"
43+
"@babel/helper-module-transforms" "^7.27.1"
44+
"@babel/helpers" "^7.27.1"
45+
"@babel/parser" "^7.27.1"
46+
"@babel/template" "^7.27.1"
47+
"@babel/traverse" "^7.27.1"
48+
"@babel/types" "^7.27.1"
5849
convert-source-map "^2.0.0"
5950
debug "^4.1.0"
6051
gensync "^1.0.0-beta.2"
6152
json5 "^2.2.3"
6253
semver "^6.3.1"
6354

64-
"@babel/generator@^7.26.10", "@babel/generator@^7.27.0", "@babel/generator@^7.7.2":
65-
version "7.27.0"
66-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.0.tgz#764382b5392e5b9aff93cadb190d0745866cbc2c"
67-
integrity sha512-VybsKvpiN1gU1sdMZIp7FcqphVVKEwcuj02x73uvcHE0PTihx1nlBcowYWhDwjpoAXRv43+gDzyggGnn1XZhVw==
68-
dependencies:
69-
"@babel/parser" "^7.27.0"
70-
"@babel/types" "^7.27.0"
71-
"@jridgewell/gen-mapping" "^0.3.5"
72-
"@jridgewell/trace-mapping" "^0.3.25"
73-
jsesc "^3.0.2"
74-
75-
"@babel/generator@^7.27.1":
55+
"@babel/generator@^7.27.1", "@babel/generator@^7.7.2":
7656
version "7.27.1"
7757
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.1.tgz#862d4fad858f7208edd487c28b58144036b76230"
7858
integrity sha512-UnJfnIpc/+JO0/+KRVQNGU+y5taA5vCbwN8+azkX6beii/ZF+enZJSOKo11ZSzGJjlNfJHfQtmQT8H+9TXPG2w==
@@ -97,7 +77,7 @@
9777
dependencies:
9878
"@babel/types" "^7.27.1"
9979

100-
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.26.5", "@babel/helper-compilation-targets@^7.27.1":
80+
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.27.1":
10181
version "7.27.1"
10282
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.1.tgz#eac1096c7374f161e4f33fc8ae38f4ddf122087a"
10383
integrity sha512-2YaDd/Rd9E598B5+WIc8wJPmWETiiJXFYVE60oX8FDohv7rAUU3CQj+A1MgeEmcsk2+dQuEjIe/GDvig0SqL4g==
@@ -168,14 +148,6 @@
168148
"@babel/traverse" "^7.27.1"
169149
"@babel/types" "^7.27.1"
170150

171-
"@babel/helper-module-imports@^7.25.9":
172-
version "7.25.9"
173-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz#e7f8d20602ebdbf9ebbea0a0751fb0f2a4141715"
174-
integrity sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==
175-
dependencies:
176-
"@babel/traverse" "^7.25.9"
177-
"@babel/types" "^7.25.9"
178-
179151
"@babel/helper-module-imports@^7.27.1":
180152
version "7.27.1"
181153
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz#7ef769a323e2655e126673bb6d2d6913bbead204"
@@ -184,15 +156,6 @@
184156
"@babel/traverse" "^7.27.1"
185157
"@babel/types" "^7.27.1"
186158

187-
"@babel/helper-module-transforms@^7.26.0":
188-
version "7.26.0"
189-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae"
190-
integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==
191-
dependencies:
192-
"@babel/helper-module-imports" "^7.25.9"
193-
"@babel/helper-validator-identifier" "^7.25.9"
194-
"@babel/traverse" "^7.25.9"
195-
196159
"@babel/helper-module-transforms@^7.27.1":
197160
version "7.27.1"
198161
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.1.tgz#e1663b8b71d2de948da5c4fb2a20ca4f3ec27a6f"
@@ -240,11 +203,6 @@
240203
"@babel/traverse" "^7.27.1"
241204
"@babel/types" "^7.27.1"
242205

243-
"@babel/helper-string-parser@^7.25.9":
244-
version "7.25.9"
245-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
246-
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
247-
248206
"@babel/helper-string-parser@^7.27.1":
249207
version "7.27.1"
250208
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
@@ -255,11 +213,6 @@
255213
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076"
256214
integrity sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==
257215

258-
"@babel/helper-validator-identifier@^7.25.9":
259-
version "7.25.9"
260-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
261-
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
262-
263216
"@babel/helper-validator-identifier@^7.27.1":
264217
version "7.27.1"
265218
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
@@ -279,13 +232,13 @@
279232
"@babel/traverse" "^7.27.1"
280233
"@babel/types" "^7.27.1"
281234

282-
"@babel/helpers@^7.26.10":
283-
version "7.27.0"
284-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.0.tgz#53d156098defa8243eab0f32fa17589075a1b808"
285-
integrity sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==
235+
"@babel/helpers@^7.27.1":
236+
version "7.27.1"
237+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4"
238+
integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ==
286239
dependencies:
287-
"@babel/template" "^7.27.0"
288-
"@babel/types" "^7.27.0"
240+
"@babel/template" "^7.27.1"
241+
"@babel/types" "^7.27.1"
289242

290243
"@babel/highlight@^7.10.4":
291244
version "7.18.6"
@@ -296,14 +249,7 @@
296249
chalk "^2.0.0"
297250
js-tokens "^4.0.0"
298251

299-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.26.10", "@babel/parser@^7.27.0", "@babel/parser@^7.7.0":
300-
version "7.27.0"
301-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec"
302-
integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==
303-
dependencies:
304-
"@babel/types" "^7.27.0"
305-
306-
"@babel/parser@^7.27.1":
252+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.27.1", "@babel/parser@^7.7.0":
307253
version "7.27.1"
308254
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.1.tgz#c55d5bed74449d1223701f1869b9ee345cc94cc9"
309255
integrity sha512-I0dZ3ZpCrJ1c04OqlNsQcKiZlsrXf/kkE4FXzID9rIOYICsAbA8mMDzhW/luRNAHdCNt7os/u8wenklZDlUVUQ==
@@ -944,16 +890,7 @@
944890
"@babel/types" "^7.4.4"
945891
esutils "^2.0.2"
946892

947-
"@babel/template@^7.26.9", "@babel/template@^7.27.0", "@babel/template@^7.3.3":
948-
version "7.27.0"
949-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4"
950-
integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==
951-
dependencies:
952-
"@babel/code-frame" "^7.26.2"
953-
"@babel/parser" "^7.27.0"
954-
"@babel/types" "^7.27.0"
955-
956-
"@babel/template@^7.27.1":
893+
"@babel/template@^7.27.1", "@babel/template@^7.3.3":
957894
version "7.27.1"
958895
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.1.tgz#b9e4f55c17a92312774dfbdde1b3c01c547bbae2"
959896
integrity sha512-Fyo3ghWMqkHHpHQCoBs2VnYjR4iWFFjguTDEqA5WgZDOrFesVjMhMM2FSqTKSoUSDO1VQtavj8NFpdRBEvJTtg==
@@ -962,20 +899,7 @@
962899
"@babel/parser" "^7.27.1"
963900
"@babel/types" "^7.27.1"
964901

965-
"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.10", "@babel/traverse@^7.7.0":
966-
version "7.27.0"
967-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.0.tgz#11d7e644779e166c0442f9a07274d02cd91d4a70"
968-
integrity sha512-19lYZFzYVQkkHkl4Cy4WrAVcqBkgvV2YM2TU3xG6DIwO7O3ecbDPfW3yM3bjAGcqcQHi+CCtjMR3dIEHxsd6bA==
969-
dependencies:
970-
"@babel/code-frame" "^7.26.2"
971-
"@babel/generator" "^7.27.0"
972-
"@babel/parser" "^7.27.0"
973-
"@babel/template" "^7.27.0"
974-
"@babel/types" "^7.27.0"
975-
debug "^4.3.1"
976-
globals "^11.1.0"
977-
978-
"@babel/traverse@^7.27.1":
902+
"@babel/traverse@^7.27.1", "@babel/traverse@^7.7.0":
979903
version "7.27.1"
980904
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.1.tgz#4db772902b133bbddd1c4f7a7ee47761c1b9f291"
981905
integrity sha512-ZCYtZciz1IWJB4U61UPu4KEaqyfj+r5T1Q5mqPo+IBpcG9kHv30Z0aD8LXPgC1trYa6rK0orRyAhqUgk4MjmEg==
@@ -988,15 +912,7 @@
988912
debug "^4.3.1"
989913
globals "^11.1.0"
990914

991-
"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.25.9", "@babel/types@^7.26.10", "@babel/types@^7.27.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
992-
version "7.27.0"
993-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559"
994-
integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==
995-
dependencies:
996-
"@babel/helper-string-parser" "^7.25.9"
997-
"@babel/helper-validator-identifier" "^7.25.9"
998-
999-
"@babel/types@^7.27.1":
915+
"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.27.1", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
1000916
version "7.27.1"
1001917
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.1.tgz#9defc53c16fc899e46941fc6901a9eea1c9d8560"
1002918
integrity sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==
@@ -3218,11 +3134,6 @@ path-type@^4.0.0:
32183134
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
32193135
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
32203136

3221-
picocolors@^1.0.0:
3222-
version "1.0.0"
3223-
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
3224-
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
3225-
32263137
picocolors@^1.1.0, picocolors@^1.1.1:
32273138
version "1.1.1"
32283139
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"

0 commit comments

Comments
 (0)