Skip to content

Commit 52ddada

Browse files
Bump @babel/core from 7.26.8 to 7.28.0
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.26.8 to 7.28.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.28.0/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.28.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3775639 commit 52ddada

File tree

2 files changed

+129
-100
lines changed

2 files changed

+129
-100
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
},
253253
"devDependencies": {
254254
"@babel/cli": "^7.26.4",
255-
"@babel/core": "^7.26.8",
255+
"@babel/core": "^7.28.0",
256256
"@babel/eslint-parser": "^7.26.8",
257257
"@babel/preset-env": "^7.26.8",
258258
"@babel/preset-flow": "^7.25.9",

yarn.lock

Lines changed: 128 additions & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -47,36 +47,40 @@
4747
"@nicolo-ribaudo/chokidar-2" "2.1.8-no-fsevents.3"
4848
chokidar "^3.6.0"
4949

50-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.26.2":
51-
version "7.26.2"
52-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
53-
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
50+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.27.1":
51+
version "7.27.1"
52+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be"
53+
integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==
5454
dependencies:
55-
"@babel/helper-validator-identifier" "^7.25.9"
55+
"@babel/helper-validator-identifier" "^7.27.1"
5656
js-tokens "^4.0.0"
57-
picocolors "^1.0.0"
57+
picocolors "^1.1.1"
5858

59-
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.26.5", "@babel/compat-data@^7.26.8":
59+
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.26.8":
6060
version "7.26.8"
6161
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367"
6262
integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==
6363

64-
"@babel/core@^7.0.0", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.26.8":
65-
version "7.26.8"
66-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.8.tgz#7742f11c75acea6b08a8e24c5c0c8c89e89bf53e"
67-
integrity sha512-l+lkXCHS6tQEc5oUpK28xBOZ6+HwaH7YwoYQbLFiYb4nS2/l1tKnZEtEWkD0GuiYdvArf9qBS0XlQGXzPMsNqQ==
64+
"@babel/compat-data@^7.27.2":
65+
version "7.28.0"
66+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.0.tgz#9fc6fd58c2a6a15243cd13983224968392070790"
67+
integrity sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==
68+
69+
"@babel/core@^7.0.0", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.28.0":
70+
version "7.28.0"
71+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.0.tgz#55dad808d5bf3445a108eefc88ea3fdf034749a4"
72+
integrity sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==
6873
dependencies:
6974
"@ampproject/remapping" "^2.2.0"
70-
"@babel/code-frame" "^7.26.2"
71-
"@babel/generator" "^7.26.8"
72-
"@babel/helper-compilation-targets" "^7.26.5"
73-
"@babel/helper-module-transforms" "^7.26.0"
74-
"@babel/helpers" "^7.26.7"
75-
"@babel/parser" "^7.26.8"
76-
"@babel/template" "^7.26.8"
77-
"@babel/traverse" "^7.26.8"
78-
"@babel/types" "^7.26.8"
79-
"@types/gensync" "^1.0.0"
75+
"@babel/code-frame" "^7.27.1"
76+
"@babel/generator" "^7.28.0"
77+
"@babel/helper-compilation-targets" "^7.27.2"
78+
"@babel/helper-module-transforms" "^7.27.3"
79+
"@babel/helpers" "^7.27.6"
80+
"@babel/parser" "^7.28.0"
81+
"@babel/template" "^7.27.2"
82+
"@babel/traverse" "^7.28.0"
83+
"@babel/types" "^7.28.0"
8084
convert-source-map "^2.0.0"
8185
debug "^4.1.0"
8286
gensync "^1.0.0-beta.2"
@@ -92,15 +96,15 @@
9296
eslint-visitor-keys "^2.1.0"
9397
semver "^6.3.1"
9498

95-
"@babel/generator@^7.26.8", "@babel/generator@^7.7.2":
96-
version "7.26.8"
97-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.8.tgz#f9c5e770309e12e3099ad8271e52f6caa15442ab"
98-
integrity sha512-ef383X5++iZHWAXX0SXQR6ZyQhw/0KtTkrTz61WXRhFM6dhpHulO/RJz79L8S6ugZHJkOOkUrUdxgdF2YiPFnA==
99+
"@babel/generator@^7.28.0", "@babel/generator@^7.7.2":
100+
version "7.28.0"
101+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.0.tgz#9cc2f7bd6eb054d77dc66c2664148a0c5118acd2"
102+
integrity sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==
99103
dependencies:
100-
"@babel/parser" "^7.26.8"
101-
"@babel/types" "^7.26.8"
102-
"@jridgewell/gen-mapping" "^0.3.5"
103-
"@jridgewell/trace-mapping" "^0.3.25"
104+
"@babel/parser" "^7.28.0"
105+
"@babel/types" "^7.28.0"
106+
"@jridgewell/gen-mapping" "^0.3.12"
107+
"@jridgewell/trace-mapping" "^0.3.28"
104108
jsesc "^3.0.2"
105109

106110
"@babel/helper-annotate-as-pure@^7.22.5":
@@ -117,13 +121,13 @@
117121
dependencies:
118122
"@babel/types" "^7.25.9"
119123

120-
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.25.9", "@babel/helper-compilation-targets@^7.26.5":
121-
version "7.26.5"
122-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.26.5.tgz#75d92bb8d8d51301c0d49e52a65c9a7fe94514d8"
123-
integrity sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==
124+
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.25.9", "@babel/helper-compilation-targets@^7.26.5", "@babel/helper-compilation-targets@^7.27.2":
125+
version "7.27.2"
126+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz#46a0f6efab808d51d29ce96858dd10ce8732733d"
127+
integrity sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==
124128
dependencies:
125-
"@babel/compat-data" "^7.26.5"
126-
"@babel/helper-validator-option" "^7.25.9"
129+
"@babel/compat-data" "^7.27.2"
130+
"@babel/helper-validator-option" "^7.27.1"
127131
browserslist "^4.24.0"
128132
lru-cache "^5.1.1"
129133
semver "^6.3.1"
@@ -181,6 +185,11 @@
181185
lodash.debounce "^4.0.8"
182186
resolve "^1.14.2"
183187

188+
"@babel/helper-globals@^7.28.0":
189+
version "7.28.0"
190+
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674"
191+
integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==
192+
184193
"@babel/helper-member-expression-to-functions@^7.25.9":
185194
version "7.25.9"
186195
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.9.tgz#9dfffe46f727005a5ea29051ac835fb735e4c1a3"
@@ -197,14 +206,22 @@
197206
"@babel/traverse" "^7.25.9"
198207
"@babel/types" "^7.25.9"
199208

200-
"@babel/helper-module-transforms@^7.25.9", "@babel/helper-module-transforms@^7.26.0":
201-
version "7.26.0"
202-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae"
203-
integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==
209+
"@babel/helper-module-imports@^7.27.1":
210+
version "7.27.1"
211+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz#7ef769a323e2655e126673bb6d2d6913bbead204"
212+
integrity sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==
204213
dependencies:
205-
"@babel/helper-module-imports" "^7.25.9"
206-
"@babel/helper-validator-identifier" "^7.25.9"
207-
"@babel/traverse" "^7.25.9"
214+
"@babel/traverse" "^7.27.1"
215+
"@babel/types" "^7.27.1"
216+
217+
"@babel/helper-module-transforms@^7.25.9", "@babel/helper-module-transforms@^7.26.0", "@babel/helper-module-transforms@^7.27.3":
218+
version "7.27.3"
219+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02"
220+
integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==
221+
dependencies:
222+
"@babel/helper-module-imports" "^7.27.1"
223+
"@babel/helper-validator-identifier" "^7.27.1"
224+
"@babel/traverse" "^7.27.3"
208225

209226
"@babel/helper-optimise-call-expression@^7.25.9":
210227
version "7.25.9"
@@ -244,21 +261,31 @@
244261
"@babel/traverse" "^7.25.9"
245262
"@babel/types" "^7.25.9"
246263

247-
"@babel/helper-string-parser@^7.25.9":
248-
version "7.25.9"
249-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
250-
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
264+
"@babel/helper-string-parser@^7.27.1":
265+
version "7.27.1"
266+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
267+
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
251268

252269
"@babel/helper-validator-identifier@^7.25.9":
253270
version "7.25.9"
254271
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
255272
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
256273

274+
"@babel/helper-validator-identifier@^7.27.1":
275+
version "7.27.1"
276+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
277+
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
278+
257279
"@babel/helper-validator-option@^7.25.9":
258280
version "7.25.9"
259281
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz#86e45bd8a49ab7e03f276577f96179653d41da72"
260282
integrity sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==
261283

284+
"@babel/helper-validator-option@^7.27.1":
285+
version "7.27.1"
286+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
287+
integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==
288+
262289
"@babel/helper-wrap-function@^7.25.9":
263290
version "7.25.9"
264291
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.25.9.tgz#d99dfd595312e6c894bd7d237470025c85eea9d0"
@@ -268,20 +295,20 @@
268295
"@babel/traverse" "^7.25.9"
269296
"@babel/types" "^7.25.9"
270297

271-
"@babel/helpers@^7.26.7":
272-
version "7.26.7"
273-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.7.tgz#fd1d2a7c431b6e39290277aacfd8367857c576a4"
274-
integrity sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A==
298+
"@babel/helpers@^7.27.6":
299+
version "7.27.6"
300+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c"
301+
integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==
275302
dependencies:
276-
"@babel/template" "^7.25.9"
277-
"@babel/types" "^7.26.7"
303+
"@babel/template" "^7.27.2"
304+
"@babel/types" "^7.27.6"
278305

279-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.26.8":
280-
version "7.26.8"
281-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.8.tgz#deca2b4d99e5e1b1553843b99823f118da6107c2"
282-
integrity sha512-TZIQ25pkSoaKEYYaHbbxkfL36GNsQ6iFiBbeuzAkLnXayKR1yP1zFe+NxuZWWsUyvt8icPU9CCq0sgWGXR1GEw==
306+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.27.2", "@babel/parser@^7.28.0":
307+
version "7.28.0"
308+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.0.tgz#979829fbab51a29e13901e5a80713dbcb840825e"
309+
integrity sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==
283310
dependencies:
284-
"@babel/types" "^7.26.8"
311+
"@babel/types" "^7.28.0"
285312

286313
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
287314
version "7.25.9"
@@ -1017,35 +1044,35 @@
10171044
dependencies:
10181045
regenerator-runtime "^0.14.0"
10191046

1020-
"@babel/template@^7.25.9", "@babel/template@^7.26.8", "@babel/template@^7.3.3":
1021-
version "7.26.8"
1022-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.8.tgz#db3898f47a17bab2f4c78ec1d0de38527c2ffe19"
1023-
integrity sha512-iNKaX3ZebKIsCvJ+0jd6embf+Aulaa3vNBqZ41kM7iTWjx5qzWKXGHiJUW3+nTpQ18SG11hdF8OAzKrpXkb96Q==
1024-
dependencies:
1025-
"@babel/code-frame" "^7.26.2"
1026-
"@babel/parser" "^7.26.8"
1027-
"@babel/types" "^7.26.8"
1028-
1029-
"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.8":
1030-
version "7.26.8"
1031-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.8.tgz#0a8a9c2b7cc9519eed14275f4fd2278ad46e8cc9"
1032-
integrity sha512-nic9tRkjYH0oB2dzr/JoGIm+4Q6SuYeLEiIiZDwBscRMYFJ+tMAz98fuel9ZnbXViA2I0HVSSRRK8DW5fjXStA==
1033-
dependencies:
1034-
"@babel/code-frame" "^7.26.2"
1035-
"@babel/generator" "^7.26.8"
1036-
"@babel/parser" "^7.26.8"
1037-
"@babel/template" "^7.26.8"
1038-
"@babel/types" "^7.26.8"
1047+
"@babel/template@^7.25.9", "@babel/template@^7.27.2", "@babel/template@^7.3.3":
1048+
version "7.27.2"
1049+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
1050+
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
1051+
dependencies:
1052+
"@babel/code-frame" "^7.27.1"
1053+
"@babel/parser" "^7.27.2"
1054+
"@babel/types" "^7.27.1"
1055+
1056+
"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.8", "@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3", "@babel/traverse@^7.28.0":
1057+
version "7.28.0"
1058+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.0.tgz#518aa113359b062042379e333db18380b537e34b"
1059+
integrity sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==
1060+
dependencies:
1061+
"@babel/code-frame" "^7.27.1"
1062+
"@babel/generator" "^7.28.0"
1063+
"@babel/helper-globals" "^7.28.0"
1064+
"@babel/parser" "^7.28.0"
1065+
"@babel/template" "^7.27.2"
1066+
"@babel/types" "^7.28.0"
10391067
debug "^4.3.1"
1040-
globals "^11.1.0"
10411068

1042-
"@babel/types@^7.0.0", "@babel/types@^7.22.5", "@babel/types@^7.25.9", "@babel/types@^7.26.7", "@babel/types@^7.26.8", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1043-
version "7.26.8"
1044-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.8.tgz#97dcdc190fab45be7f3dc073e3c11160d677c127"
1045-
integrity sha512-eUuWapzEGWFEpHFxgEaBG8e3n6S8L3MSu0oda755rOfabWPnh0Our1AozNFVUxGFIhbKgd1ksprsoDGMinTOTA==
1069+
"@babel/types@^7.0.0", "@babel/types@^7.22.5", "@babel/types@^7.25.9", "@babel/types@^7.27.1", "@babel/types@^7.27.6", "@babel/types@^7.28.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1070+
version "7.28.0"
1071+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.0.tgz#2fd0159a6dc7353933920c43136335a9b264d950"
1072+
integrity sha512-jYnje+JyZG5YThjHiF28oT4SIZLnYOcSBb6+SDaFIyzDVSkXQmQQYclJ2R+YxcdmK0AX6x1E5OQNtuh3jHDrUg==
10461073
dependencies:
1047-
"@babel/helper-string-parser" "^7.25.9"
1048-
"@babel/helper-validator-identifier" "^7.25.9"
1074+
"@babel/helper-string-parser" "^7.27.1"
1075+
"@babel/helper-validator-identifier" "^7.27.1"
10491076

10501077
"@bcoe/v8-coverage@^0.2.3":
10511078
version "0.2.3"
@@ -1403,13 +1430,12 @@
14031430
"@jridgewell/sourcemap-codec" "^1.4.10"
14041431
"@jridgewell/trace-mapping" "^0.3.9"
14051432

1406-
"@jridgewell/gen-mapping@^0.3.5":
1407-
version "0.3.5"
1408-
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz#dcce6aff74bdf6dad1a95802b69b04a2fcb1fb36"
1409-
integrity sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==
1433+
"@jridgewell/gen-mapping@^0.3.12":
1434+
version "0.3.12"
1435+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.12.tgz#2234ce26c62889f03db3d7fea43c1932ab3e927b"
1436+
integrity sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==
14101437
dependencies:
1411-
"@jridgewell/set-array" "^1.2.1"
1412-
"@jridgewell/sourcemap-codec" "^1.4.10"
1438+
"@jridgewell/sourcemap-codec" "^1.5.0"
14131439
"@jridgewell/trace-mapping" "^0.3.24"
14141440

14151441
"@jridgewell/resolve-uri@^3.1.0":
@@ -1422,11 +1448,6 @@
14221448
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
14231449
integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==
14241450

1425-
"@jridgewell/set-array@^1.2.1":
1426-
version "1.2.1"
1427-
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.2.1.tgz#558fb6472ed16a4c850b889530e6b36438c49280"
1428-
integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==
1429-
14301451
"@jridgewell/source-map@^0.3.3":
14311452
version "0.3.5"
14321453
resolved "https://registry.yarnpkg.com/@jridgewell/source-map/-/source-map-0.3.5.tgz#a3bb4d5c6825aab0d281268f47f6ad5853431e91"
@@ -1440,6 +1461,11 @@
14401461
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
14411462
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
14421463

1464+
"@jridgewell/sourcemap-codec@^1.5.0":
1465+
version "1.5.4"
1466+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.4.tgz#7358043433b2e5da569aa02cbc4c121da3af27d7"
1467+
integrity sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==
1468+
14431469
"@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.18", "@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25", "@jridgewell/trace-mapping@^0.3.9":
14441470
version "0.3.25"
14451471
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0"
@@ -1448,6 +1474,14 @@
14481474
"@jridgewell/resolve-uri" "^3.1.0"
14491475
"@jridgewell/sourcemap-codec" "^1.4.14"
14501476

1477+
"@jridgewell/trace-mapping@^0.3.28":
1478+
version "0.3.29"
1479+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.29.tgz#a58d31eaadaf92c6695680b2e1d464a9b8fbf7fc"
1480+
integrity sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==
1481+
dependencies:
1482+
"@jridgewell/resolve-uri" "^3.1.0"
1483+
"@jridgewell/sourcemap-codec" "^1.4.14"
1484+
14511485
"@jsonjoy.com/base64@^1.1.1":
14521486
version "1.1.2"
14531487
resolved "https://registry.yarnpkg.com/@jsonjoy.com/base64/-/base64-1.1.2.tgz#cf8ea9dcb849b81c95f14fc0aaa151c6b54d2578"
@@ -1780,11 +1814,6 @@
17801814
"@types/jsonfile" "*"
17811815
"@types/node" "*"
17821816

1783-
"@types/gensync@^1.0.0":
1784-
version "1.0.4"
1785-
resolved "https://registry.yarnpkg.com/@types/gensync/-/gensync-1.0.4.tgz#7122d8f0cd3bf437f9725cc95b180197190cf50b"
1786-
integrity sha512-C3YYeRQWp2fmq9OryX+FoDy8nXS6scQ7dPptD8LnFDAUNcKWJjXQKDNJD3HVm+kOUsXhTOkpi69vI4EuAr95bA==
1787-
17881817
"@types/graceful-fs@^4.1.3":
17891818
version "4.1.5"
17901819
resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.5.tgz#21ffba0d98da4350db64891f92a9e5db3cdb4e15"

0 commit comments

Comments
 (0)