Skip to content

Commit 2cfcb28

Browse files
Bump @babel/core from 7.25.7 to 7.26.0
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.25.7 to 7.26.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.26.0/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 14074fa commit 2cfcb28

File tree

1 file changed

+101
-93
lines changed

1 file changed

+101
-93
lines changed

yarn.lock

Lines changed: 101 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -26,46 +26,53 @@
2626
"@nicolo-ribaudo/chokidar-2" "2.1.8-no-fsevents.3"
2727
chokidar "^3.6.0"
2828

29-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.22.13", "@babel/code-frame@^7.25.7":
30-
version "7.25.7"
31-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.25.7.tgz#438f2c524071531d643c6f0188e1e28f130cebc7"
32-
integrity sha512-0xZJFNE5XMpENsgfHYTw8FbX4kv53mFLn2i3XPoq69LyhYSCBJtitaHx9QnsVTrsogI4Z3+HtEfZ2/GFPOtf5g==
29+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.22.13", "@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0":
30+
version "7.26.0"
31+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.0.tgz#9374b5cd068d128dac0b94ff482594273b1c2815"
32+
integrity sha512-INCKxTtbXtcNbUZ3YXutwMpEleqttcswhAdee7dhuoVrD2cnuc3PqtERBtxkX5nziX9vnBL8WXmSGwv8CuPV6g==
3333
dependencies:
34-
"@babel/highlight" "^7.25.7"
34+
"@babel/helper-validator-identifier" "^7.25.9"
35+
js-tokens "^4.0.0"
3536
picocolors "^1.0.0"
3637

37-
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.25.7", "@babel/compat-data@^7.25.8":
38+
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.25.8":
3839
version "7.25.8"
3940
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.8.tgz#0376e83df5ab0eb0da18885c0140041f0747a402"
4041
integrity sha512-ZsysZyXY4Tlx+Q53XdnOFmqwfB9QDTHYxaZYajWRoBLuLEAwI2UIbtxOjWh/cFaa9IKUlcB+DDuoskLuKu56JA==
4142

43+
"@babel/compat-data@^7.25.9":
44+
version "7.26.0"
45+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.0.tgz#f02ba6d34e88fadd5e8861e8b38902f43cc1c819"
46+
integrity sha512-qETICbZSLe7uXv9VE8T/RWOdIE5qqyTucOt4zLYMafj2MRO271VGgLd4RACJMeBO37UPWhXiKMBk7YlJ0fOzQA==
47+
4248
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.14.6", "@babel/core@^7.23.9":
43-
version "7.25.7"
44-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.7.tgz#1b3d144157575daf132a3bc80b2b18e6e3ca6ece"
45-
integrity sha512-yJ474Zv3cwiSOO9nXJuqzvwEeM+chDuQ8GJirw+pZ91sCGCyOZ3dJkVE09fTV0VEVzXyLWhh3G/AolYTPX7Mow==
49+
version "7.26.0"
50+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40"
51+
integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==
4652
dependencies:
4753
"@ampproject/remapping" "^2.2.0"
48-
"@babel/code-frame" "^7.25.7"
49-
"@babel/generator" "^7.25.7"
50-
"@babel/helper-compilation-targets" "^7.25.7"
51-
"@babel/helper-module-transforms" "^7.25.7"
52-
"@babel/helpers" "^7.25.7"
53-
"@babel/parser" "^7.25.7"
54-
"@babel/template" "^7.25.7"
55-
"@babel/traverse" "^7.25.7"
56-
"@babel/types" "^7.25.7"
54+
"@babel/code-frame" "^7.26.0"
55+
"@babel/generator" "^7.26.0"
56+
"@babel/helper-compilation-targets" "^7.25.9"
57+
"@babel/helper-module-transforms" "^7.26.0"
58+
"@babel/helpers" "^7.26.0"
59+
"@babel/parser" "^7.26.0"
60+
"@babel/template" "^7.25.9"
61+
"@babel/traverse" "^7.25.9"
62+
"@babel/types" "^7.26.0"
5763
convert-source-map "^2.0.0"
5864
debug "^4.1.0"
5965
gensync "^1.0.0-beta.2"
6066
json5 "^2.2.3"
6167
semver "^6.3.1"
6268

63-
"@babel/generator@^7.25.7", "@babel/generator@^7.7.2":
64-
version "7.25.7"
65-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.7.tgz#de86acbeb975a3e11ee92dd52223e6b03b479c56"
66-
integrity sha512-5Dqpl5fyV9pIAD62yK9P7fcA768uVPUyrQmqpqstHWgMma4feF1x/oFysBCVZLY5wJ2GkMUCdsNDnGZrPoR6rA==
69+
"@babel/generator@^7.25.9", "@babel/generator@^7.26.0", "@babel/generator@^7.7.2":
70+
version "7.26.0"
71+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.0.tgz#505cc7c90d92513f458a477e5ef0703e7c91b8d7"
72+
integrity sha512-/AIkAmInnWwgEAJGQr9vY0c66Mj6kjkE2ZPB1PurTRaRAh3U+J45sAQMjQDJdh4WbR3l0x5xkimXBKyBXXAu2w==
6773
dependencies:
68-
"@babel/types" "^7.25.7"
74+
"@babel/parser" "^7.26.0"
75+
"@babel/types" "^7.26.0"
6976
"@jridgewell/gen-mapping" "^0.3.5"
7077
"@jridgewell/trace-mapping" "^0.3.25"
7178
jsesc "^3.0.2"
@@ -92,13 +99,13 @@
9299
"@babel/traverse" "^7.25.7"
93100
"@babel/types" "^7.25.7"
94101

95-
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.25.7":
96-
version "7.25.7"
97-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.7.tgz#11260ac3322dda0ef53edfae6e97b961449f5fa4"
98-
integrity sha512-DniTEax0sv6isaw6qSQSfV4gVRNtw2rte8HHM45t9ZR0xILaufBRNkpMifCRiAPyvL4ACD6v0gfCwCmtOQaV4A==
102+
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.25.7", "@babel/helper-compilation-targets@^7.25.9":
103+
version "7.25.9"
104+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz#55af025ce365be3cdc0c1c1e56c6af617ce88875"
105+
integrity sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==
99106
dependencies:
100-
"@babel/compat-data" "^7.25.7"
101-
"@babel/helper-validator-option" "^7.25.7"
107+
"@babel/compat-data" "^7.25.9"
108+
"@babel/helper-validator-option" "^7.25.9"
102109
browserslist "^4.24.0"
103110
lru-cache "^5.1.1"
104111
semver "^6.3.1"
@@ -171,15 +178,22 @@
171178
"@babel/traverse" "^7.25.7"
172179
"@babel/types" "^7.25.7"
173180

174-
"@babel/helper-module-transforms@^7.25.7":
175-
version "7.25.7"
176-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.7.tgz#2ac9372c5e001b19bc62f1fe7d96a18cb0901d1a"
177-
integrity sha512-k/6f8dKG3yDz/qCwSM+RKovjMix563SLxQFo0UhRNo239SP6n9u5/eLtKD6EAjwta2JHJ49CsD8pms2HdNiMMQ==
181+
"@babel/helper-module-imports@^7.25.9":
182+
version "7.25.9"
183+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz#e7f8d20602ebdbf9ebbea0a0751fb0f2a4141715"
184+
integrity sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==
178185
dependencies:
179-
"@babel/helper-module-imports" "^7.25.7"
180-
"@babel/helper-simple-access" "^7.25.7"
181-
"@babel/helper-validator-identifier" "^7.25.7"
182-
"@babel/traverse" "^7.25.7"
186+
"@babel/traverse" "^7.25.9"
187+
"@babel/types" "^7.25.9"
188+
189+
"@babel/helper-module-transforms@^7.25.7", "@babel/helper-module-transforms@^7.26.0":
190+
version "7.26.0"
191+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae"
192+
integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==
193+
dependencies:
194+
"@babel/helper-module-imports" "^7.25.9"
195+
"@babel/helper-validator-identifier" "^7.25.9"
196+
"@babel/traverse" "^7.25.9"
183197

184198
"@babel/helper-optimise-call-expression@^7.25.7":
185199
version "7.25.7"
@@ -227,21 +241,31 @@
227241
"@babel/traverse" "^7.25.7"
228242
"@babel/types" "^7.25.7"
229243

230-
"@babel/helper-string-parser@^7.25.7":
231-
version "7.25.7"
232-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.7.tgz#d50e8d37b1176207b4fe9acedec386c565a44a54"
233-
integrity sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g==
244+
"@babel/helper-string-parser@^7.25.9":
245+
version "7.25.9"
246+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
247+
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
234248

235249
"@babel/helper-validator-identifier@^7.25.7":
236250
version "7.25.7"
237251
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz#77b7f60c40b15c97df735b38a66ba1d7c3e93da5"
238252
integrity sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==
239253

254+
"@babel/helper-validator-identifier@^7.25.9":
255+
version "7.25.9"
256+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
257+
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
258+
240259
"@babel/helper-validator-option@^7.25.7":
241260
version "7.25.7"
242261
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.7.tgz#97d1d684448228b30b506d90cace495d6f492729"
243262
integrity sha512-ytbPLsm+GjArDYXJ8Ydr1c/KJuutjF2besPNbIZnZ6MKUxi/uTA22t2ymmA4WFjZFpjiAMO0xuuJPqK2nvDVfQ==
244263

264+
"@babel/helper-validator-option@^7.25.9":
265+
version "7.25.9"
266+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz#86e45bd8a49ab7e03f276577f96179653d41da72"
267+
integrity sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==
268+
245269
"@babel/helper-wrap-function@^7.25.7":
246270
version "7.25.7"
247271
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.25.7.tgz#9f6021dd1c4fdf4ad515c809967fc4bac9a70fe7"
@@ -251,30 +275,20 @@
251275
"@babel/traverse" "^7.25.7"
252276
"@babel/types" "^7.25.7"
253277

254-
"@babel/helpers@^7.25.7":
255-
version "7.25.7"
256-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.7.tgz#091b52cb697a171fe0136ab62e54e407211f09c2"
257-
integrity sha512-Sv6pASx7Esm38KQpF/U/OXLwPPrdGHNKoeblRxgZRLXnAtnkEe4ptJPDtAZM7fBLadbc1Q07kQpSiGQ0Jg6tRA==
278+
"@babel/helpers@^7.26.0":
279+
version "7.26.0"
280+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4"
281+
integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==
258282
dependencies:
259-
"@babel/template" "^7.25.7"
260-
"@babel/types" "^7.25.7"
261-
262-
"@babel/highlight@^7.25.7":
263-
version "7.25.7"
264-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.25.7.tgz#20383b5f442aa606e7b5e3043b0b1aafe9f37de5"
265-
integrity sha512-iYyACpW3iW8Fw+ZybQK+drQre+ns/tKpXbNESfrhNnPLIklLbXr7MYJ6gPEd0iETGLOK+SxMjVvKb/ffmk+FEw==
266-
dependencies:
267-
"@babel/helper-validator-identifier" "^7.25.7"
268-
chalk "^2.4.2"
269-
js-tokens "^4.0.0"
270-
picocolors "^1.0.0"
283+
"@babel/template" "^7.25.9"
284+
"@babel/types" "^7.26.0"
271285

272-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.23.9", "@babel/parser@^7.25.7":
273-
version "7.25.7"
274-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.7.tgz#99b927720f4ddbfeb8cd195a363ed4532f87c590"
275-
integrity sha512-aZn7ETtQsjjGG5HruveUK06cU3Hljuhd9Iojm4M8WWv3wLE6OkE5PWbDUkItmMgegmccaITudyuW5RPYrYlgWw==
286+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.23.9", "@babel/parser@^7.25.9", "@babel/parser@^7.26.0":
287+
version "7.26.1"
288+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.1.tgz#44e02499960df2cdce2c456372a3e8e0c3c5c975"
289+
integrity sha512-reoQYNiAJreZNsJzyrDNzFQ+IQ5JFiIzAHJg9bn94S3l+4++J7RsIhNMoB+lgP/9tpmiAQqspv+xfdxTSzREOw==
276290
dependencies:
277-
"@babel/types" "^7.25.7"
291+
"@babel/types" "^7.26.0"
278292

279293
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.7":
280294
version "7.25.7"
@@ -911,36 +925,35 @@
911925
dependencies:
912926
regenerator-runtime "^0.13.4"
913927

914-
"@babel/template@^7.25.7", "@babel/template@^7.3.3":
915-
version "7.25.7"
916-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.7.tgz#27f69ce382855d915b14ab0fe5fb4cbf88fa0769"
917-
integrity sha512-wRwtAgI3bAS+JGU2upWNL9lSlDcRCqD05BZ1n3X2ONLH1WilFP6O1otQjeMK/1g0pvYcXC7b/qVUB1keofjtZA==
918-
dependencies:
919-
"@babel/code-frame" "^7.25.7"
920-
"@babel/parser" "^7.25.7"
921-
"@babel/types" "^7.25.7"
922-
923-
"@babel/traverse@^7.25.7":
924-
version "7.25.7"
925-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.7.tgz#83e367619be1cab8e4f2892ef30ba04c26a40fa8"
926-
integrity sha512-jatJPT1Zjqvh/1FyJs6qAHL+Dzb7sTb+xr7Q+gM1b+1oBsMsQQ4FkVKb6dFlJvLlVssqkRzV05Jzervt9yhnzg==
927-
dependencies:
928-
"@babel/code-frame" "^7.25.7"
929-
"@babel/generator" "^7.25.7"
930-
"@babel/parser" "^7.25.7"
931-
"@babel/template" "^7.25.7"
932-
"@babel/types" "^7.25.7"
928+
"@babel/template@^7.25.7", "@babel/template@^7.25.9", "@babel/template@^7.3.3":
929+
version "7.25.9"
930+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.9.tgz#ecb62d81a8a6f5dc5fe8abfc3901fc52ddf15016"
931+
integrity sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==
932+
dependencies:
933+
"@babel/code-frame" "^7.25.9"
934+
"@babel/parser" "^7.25.9"
935+
"@babel/types" "^7.25.9"
936+
937+
"@babel/traverse@^7.25.7", "@babel/traverse@^7.25.9":
938+
version "7.25.9"
939+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.9.tgz#a50f8fe49e7f69f53de5bea7e413cd35c5e13c84"
940+
integrity sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==
941+
dependencies:
942+
"@babel/code-frame" "^7.25.9"
943+
"@babel/generator" "^7.25.9"
944+
"@babel/parser" "^7.25.9"
945+
"@babel/template" "^7.25.9"
946+
"@babel/types" "^7.25.9"
933947
debug "^4.3.1"
934948
globals "^11.1.0"
935949

936-
"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.25.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
937-
version "7.25.7"
938-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.7.tgz#1b7725c1d3a59f328cb700ce704c46371e6eef9b"
939-
integrity sha512-vwIVdXG+j+FOpkwqHRcBgHLYNL7XMkufrlaFvL9o6Ai9sJn9+PdyIL5qa0XzTZw084c+u9LOls53eoZWP/W5WQ==
950+
"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.25.7", "@babel/types@^7.25.9", "@babel/types@^7.26.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
951+
version "7.26.0"
952+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff"
953+
integrity sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==
940954
dependencies:
941-
"@babel/helper-string-parser" "^7.25.7"
942-
"@babel/helper-validator-identifier" "^7.25.7"
943-
to-fast-properties "^2.0.0"
955+
"@babel/helper-string-parser" "^7.25.9"
956+
"@babel/helper-validator-identifier" "^7.25.9"
944957

945958
"@bcoe/v8-coverage@^0.2.3":
946959
version "0.2.3"
@@ -5209,11 +5222,6 @@ [email protected]:
52095222
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc"
52105223
integrity sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==
52115224

5212-
to-fast-properties@^2.0.0:
5213-
version "2.0.0"
5214-
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
5215-
integrity sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=
5216-
52175225
to-regex-range@^5.0.1:
52185226
version "5.0.1"
52195227
resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4"

0 commit comments

Comments
 (0)