Skip to content

Commit 497180c

Browse files
chore(deps-dev): bump @babel/core from 7.24.5 to 7.24.6 (#1983)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.24.5 to 7.24.6. - [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.24.6/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a9de86f commit 497180c

File tree

1 file changed

+139
-96
lines changed

1 file changed

+139
-96
lines changed

yarn.lock

Lines changed: 139 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -144,46 +144,51 @@
144144
semver "^7.0.0"
145145
tslib "1.10.0"
146146

147-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.23.5", "@babel/code-frame@^7.24.2":
148-
version "7.24.2"
149-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.2.tgz#718b4b19841809a58b29b68cde80bc5e1aa6d9ae"
150-
integrity sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==
147+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.24.6":
148+
version "7.24.6"
149+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.6.tgz#ab88da19344445c3d8889af2216606d3329f3ef2"
150+
integrity sha512-ZJhac6FkEd1yhG2AHOmfcXG4ceoLltoCVJjN5XsWN9BifBQr+cHJbWi0h68HZuSORq+3WtJ2z0hwF2NG1b5kcA==
151151
dependencies:
152-
"@babel/highlight" "^7.24.2"
152+
"@babel/highlight" "^7.24.6"
153153
picocolors "^1.0.0"
154154

155-
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.23.5", "@babel/compat-data@^7.24.4":
155+
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.24.4":
156156
version "7.24.4"
157157
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.4.tgz#6f102372e9094f25d908ca0d34fc74c74606059a"
158158
integrity sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==
159159

160+
"@babel/compat-data@^7.24.6":
161+
version "7.24.6"
162+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.6.tgz#b3600217688cabb26e25f8e467019e66d71b7ae2"
163+
integrity sha512-aC2DGhBq5eEdyXWqrDInSqQjO0k8xtPRf5YylULqx8MCd6jBtzqfta/3ETMRpuKIc5hyswfO80ObyA1MvkCcUQ==
164+
160165
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.23.9", "@babel/core@^7.24.4":
161-
version "7.24.5"
162-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.5.tgz#15ab5b98e101972d171aeef92ac70d8d6718f06a"
163-
integrity sha512-tVQRucExLQ02Boi4vdPp49svNGcfL2GhdTCT9aldhXgCJVAI21EtRfBettiuLUwce/7r6bFdgs6JFkcdTiFttA==
166+
version "7.24.6"
167+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.6.tgz#8650e0e4b03589ebe886c4e4a60398db0a7ec787"
168+
integrity sha512-qAHSfAdVyFmIvl0VHELib8xar7ONuSHrE2hLnsaWkYNTI68dmi1x8GYDhJjMI/e7XWal9QBlZkwbOnkcw7Z8gQ==
164169
dependencies:
165170
"@ampproject/remapping" "^2.2.0"
166-
"@babel/code-frame" "^7.24.2"
167-
"@babel/generator" "^7.24.5"
168-
"@babel/helper-compilation-targets" "^7.23.6"
169-
"@babel/helper-module-transforms" "^7.24.5"
170-
"@babel/helpers" "^7.24.5"
171-
"@babel/parser" "^7.24.5"
172-
"@babel/template" "^7.24.0"
173-
"@babel/traverse" "^7.24.5"
174-
"@babel/types" "^7.24.5"
171+
"@babel/code-frame" "^7.24.6"
172+
"@babel/generator" "^7.24.6"
173+
"@babel/helper-compilation-targets" "^7.24.6"
174+
"@babel/helper-module-transforms" "^7.24.6"
175+
"@babel/helpers" "^7.24.6"
176+
"@babel/parser" "^7.24.6"
177+
"@babel/template" "^7.24.6"
178+
"@babel/traverse" "^7.24.6"
179+
"@babel/types" "^7.24.6"
175180
convert-source-map "^2.0.0"
176181
debug "^4.1.0"
177182
gensync "^1.0.0-beta.2"
178183
json5 "^2.2.3"
179184
semver "^6.3.1"
180185

181-
"@babel/generator@^7.24.5", "@babel/generator@^7.7.2":
182-
version "7.24.5"
183-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.5.tgz#e5afc068f932f05616b66713e28d0f04e99daeb3"
184-
integrity sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA==
186+
"@babel/generator@^7.24.6", "@babel/generator@^7.7.2":
187+
version "7.24.6"
188+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.6.tgz#dfac82a228582a9d30c959fe50ad28951d4737a7"
189+
integrity sha512-S7m4eNa6YAPJRHmKsLHIDJhNAGNKoWNiWefz1MBbpnt8g9lvMDl1hir4P9bo/57bQEmuwEhnRU/AMWsD0G/Fbg==
185190
dependencies:
186-
"@babel/types" "^7.24.5"
191+
"@babel/types" "^7.24.6"
187192
"@jridgewell/gen-mapping" "^0.3.5"
188193
"@jridgewell/trace-mapping" "^0.3.25"
189194
jsesc "^2.5.1"
@@ -202,13 +207,13 @@
202207
dependencies:
203208
"@babel/types" "^7.22.15"
204209

205-
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.23.6":
206-
version "7.23.6"
207-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz#4d79069b16cbcf1461289eccfbbd81501ae39991"
208-
integrity sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==
210+
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.23.6", "@babel/helper-compilation-targets@^7.24.6":
211+
version "7.24.6"
212+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.6.tgz#4a51d681f7680043d38e212715e2a7b1ad29cb51"
213+
integrity sha512-VZQ57UsDGlX/5fFA7GkVPplZhHsVc+vuErWgdOiysI9Ksnw0Pbbd6pnPiR/mmJyKHgyIW0c7KT32gmhiF+cirg==
209214
dependencies:
210-
"@babel/compat-data" "^7.23.5"
211-
"@babel/helper-validator-option" "^7.23.5"
215+
"@babel/compat-data" "^7.24.6"
216+
"@babel/helper-validator-option" "^7.24.6"
212217
browserslist "^4.22.2"
213218
lru-cache "^5.1.1"
214219
semver "^6.3.1"
@@ -268,6 +273,11 @@
268273
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
269274
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
270275

276+
"@babel/helper-environment-visitor@^7.24.6":
277+
version "7.24.6"
278+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.6.tgz#ac7ad5517821641550f6698dd5468f8cef78620d"
279+
integrity sha512-Y50Cg3k0LKLMjxdPjIl40SdJgMB85iXn27Vk/qbHZCFx/o5XO3PSnpi675h1KEmmDb6OFArfd5SCQEQ5Q4H88g==
280+
271281
"@babel/helper-function-name@^7.22.5", "@babel/helper-function-name@^7.23.0":
272282
version "7.23.0"
273283
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
@@ -276,13 +286,28 @@
276286
"@babel/template" "^7.22.15"
277287
"@babel/types" "^7.23.0"
278288

289+
"@babel/helper-function-name@^7.24.6":
290+
version "7.24.6"
291+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.24.6.tgz#cebdd063386fdb95d511d84b117e51fc68fec0c8"
292+
integrity sha512-xpeLqeeRkbxhnYimfr2PC+iA0Q7ljX/d1eZ9/inYbmfG2jpl8Lu3DyXvpOAnrS5kxkfOWJjioIMQsaMBXFI05w==
293+
dependencies:
294+
"@babel/template" "^7.24.6"
295+
"@babel/types" "^7.24.6"
296+
279297
"@babel/helper-hoist-variables@^7.22.5":
280298
version "7.22.5"
281299
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
282300
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
283301
dependencies:
284302
"@babel/types" "^7.22.5"
285303

304+
"@babel/helper-hoist-variables@^7.24.6":
305+
version "7.24.6"
306+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.6.tgz#8a7ece8c26756826b6ffcdd0e3cf65de275af7f9"
307+
integrity sha512-SF/EMrC3OD7dSta1bLJIlrsVxwtd0UpjRJqLno6125epQMJ/kyFmpTT4pbvPbdQHzCHg+biQ7Syo8lnDtbR+uA==
308+
dependencies:
309+
"@babel/types" "^7.24.6"
310+
286311
"@babel/helper-member-expression-to-functions@^7.23.0":
287312
version "7.23.0"
288313
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz#9263e88cc5e41d39ec18c9a3e0eced59a3e7d366"
@@ -297,23 +322,30 @@
297322
dependencies:
298323
"@babel/types" "^7.24.5"
299324

300-
"@babel/helper-module-imports@^7.24.1", "@babel/helper-module-imports@^7.24.3":
325+
"@babel/helper-module-imports@^7.24.1":
301326
version "7.24.3"
302327
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.3.tgz#6ac476e6d168c7c23ff3ba3cf4f7841d46ac8128"
303328
integrity sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==
304329
dependencies:
305330
"@babel/types" "^7.24.0"
306331

307-
"@babel/helper-module-transforms@^7.23.3", "@babel/helper-module-transforms@^7.24.5":
308-
version "7.24.5"
309-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.5.tgz#ea6c5e33f7b262a0ae762fd5986355c45f54a545"
310-
integrity sha512-9GxeY8c2d2mdQUP1Dye0ks3VDyIMS98kt/llQ2nUId8IsWqTF0l1LkSX0/uP7l7MCDrzXS009Hyhe2gzTiGW8A==
332+
"@babel/helper-module-imports@^7.24.6":
333+
version "7.24.6"
334+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.6.tgz#65e54ffceed6a268dc4ce11f0433b82cfff57852"
335+
integrity sha512-a26dmxFJBF62rRO9mmpgrfTLsAuyHk4e1hKTUkD/fcMfynt8gvEKwQPQDVxWhca8dHoDck+55DFt42zV0QMw5g==
311336
dependencies:
312-
"@babel/helper-environment-visitor" "^7.22.20"
313-
"@babel/helper-module-imports" "^7.24.3"
314-
"@babel/helper-simple-access" "^7.24.5"
315-
"@babel/helper-split-export-declaration" "^7.24.5"
316-
"@babel/helper-validator-identifier" "^7.24.5"
337+
"@babel/types" "^7.24.6"
338+
339+
"@babel/helper-module-transforms@^7.23.3", "@babel/helper-module-transforms@^7.24.6":
340+
version "7.24.6"
341+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.6.tgz#22346ed9df44ce84dee850d7433c5b73fab1fe4e"
342+
integrity sha512-Y/YMPm83mV2HJTbX1Qh2sjgjqcacvOlhbzdCCsSlblOKjSYmQqEbO6rUniWQyRo9ncyfjT8hnUjlG06RXDEmcA==
343+
dependencies:
344+
"@babel/helper-environment-visitor" "^7.24.6"
345+
"@babel/helper-module-imports" "^7.24.6"
346+
"@babel/helper-simple-access" "^7.24.6"
347+
"@babel/helper-split-export-declaration" "^7.24.6"
348+
"@babel/helper-validator-identifier" "^7.24.6"
317349

318350
"@babel/helper-optimise-call-expression@^7.22.5":
319351
version "7.22.5"
@@ -352,12 +384,12 @@
352384
dependencies:
353385
"@babel/types" "^7.22.5"
354386

355-
"@babel/helper-simple-access@^7.24.5":
356-
version "7.24.5"
357-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.5.tgz#50da5b72f58c16b07fbd992810be6049478e85ba"
358-
integrity sha512-uH3Hmf5q5n7n8mz7arjUlDOCbttY/DW4DYhE6FUsjKJ/oYC1kQQUvwEQWxRwUpX9qQKRXeqLwWxrqilMrf32sQ==
387+
"@babel/helper-simple-access@^7.24.6":
388+
version "7.24.6"
389+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.6.tgz#1d6e04d468bba4fc963b4906f6dac6286cfedff1"
390+
integrity sha512-nZzcMMD4ZhmB35MOOzQuiGO5RzL6tJbsT37Zx8M5L/i9KSrukGXWTjLe1knIbb/RmxoJE9GON9soq0c0VEMM5g==
359391
dependencies:
360-
"@babel/types" "^7.24.5"
392+
"@babel/types" "^7.24.6"
361393

362394
"@babel/helper-skip-transparent-expression-wrappers@^7.22.5":
363395
version "7.22.5"
@@ -380,26 +412,38 @@
380412
dependencies:
381413
"@babel/types" "^7.24.5"
382414

383-
"@babel/helper-string-parser@^7.24.1":
384-
version "7.24.1"
385-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz#f99c36d3593db9540705d0739a1f10b5e20c696e"
386-
integrity sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==
415+
"@babel/helper-split-export-declaration@^7.24.6":
416+
version "7.24.6"
417+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.6.tgz#e830068f7ba8861c53b7421c284da30ae656d7a3"
418+
integrity sha512-CvLSkwXGWnYlF9+J3iZUvwgAxKiYzK3BWuo+mLzD/MDGOZDj7Gq8+hqaOkMxmJwmlv0iu86uH5fdADd9Hxkymw==
419+
dependencies:
420+
"@babel/types" "^7.24.6"
421+
422+
"@babel/helper-string-parser@^7.24.6":
423+
version "7.24.6"
424+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.6.tgz#28583c28b15f2a3339cfafafeaad42f9a0e828df"
425+
integrity sha512-WdJjwMEkmBicq5T9fm/cHND3+UlFa2Yj8ALLgmoSQAJZysYbBjw+azChSGPN4DSPLXOcooGRvDwZWMcF/mLO2Q==
387426

388427
"@babel/helper-validator-identifier@^7.22.20":
389428
version "7.22.20"
390429
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
391430
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
392431

393-
"@babel/helper-validator-identifier@^7.24.5":
394-
version "7.24.5"
395-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.5.tgz#918b1a7fa23056603506370089bd990d8720db62"
396-
integrity sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==
432+
"@babel/helper-validator-identifier@^7.24.6":
433+
version "7.24.6"
434+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.6.tgz#08bb6612b11bdec78f3feed3db196da682454a5e"
435+
integrity sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw==
397436

398437
"@babel/helper-validator-option@^7.23.5":
399438
version "7.23.5"
400439
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz#907a3fbd4523426285365d1206c423c4c5520307"
401440
integrity sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==
402441

442+
"@babel/helper-validator-option@^7.24.6":
443+
version "7.24.6"
444+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.6.tgz#59d8e81c40b7d9109ab7e74457393442177f460a"
445+
integrity sha512-Jktc8KkF3zIkePb48QO+IapbXlSapOW9S+ogZZkcO6bABgYAxtZcjZ/O005111YLf+j4M84uEgwYoidDkXbCkQ==
446+
403447
"@babel/helper-wrap-function@^7.22.20":
404448
version "7.22.20"
405449
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.22.20.tgz#15352b0b9bfb10fc9c76f79f6342c00e3411a569"
@@ -409,29 +453,28 @@
409453
"@babel/template" "^7.22.15"
410454
"@babel/types" "^7.22.19"
411455

412-
"@babel/helpers@^7.24.5":
413-
version "7.24.5"
414-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.5.tgz#fedeb87eeafa62b621160402181ad8585a22a40a"
415-
integrity sha512-CiQmBMMpMQHwM5m01YnrM6imUG1ebgYJ+fAIW4FZe6m4qHTPaRHti+R8cggAwkdz4oXhtO4/K9JWlh+8hIfR2Q==
456+
"@babel/helpers@^7.24.6":
457+
version "7.24.6"
458+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.6.tgz#cd124245299e494bd4e00edda0e4ea3545c2c176"
459+
integrity sha512-V2PI+NqnyFu1i0GyTd/O/cTpxzQCYioSkUIRmgo7gFEHKKCg5w46+r/A6WeUR1+P3TeQ49dspGPNd/E3n9AnnA==
416460
dependencies:
417-
"@babel/template" "^7.24.0"
418-
"@babel/traverse" "^7.24.5"
419-
"@babel/types" "^7.24.5"
461+
"@babel/template" "^7.24.6"
462+
"@babel/types" "^7.24.6"
420463

421-
"@babel/highlight@^7.24.2":
422-
version "7.24.2"
423-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.2.tgz#3f539503efc83d3c59080a10e6634306e0370d26"
424-
integrity sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==
464+
"@babel/highlight@^7.24.6":
465+
version "7.24.6"
466+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.6.tgz#6d610c1ebd2c6e061cade0153bf69b0590b7b3df"
467+
integrity sha512-2YnuOp4HAk2BsBrJJvYCbItHx0zWscI1C3zgWkz+wDyD9I7GIVrfnLyrR4Y1VR+7p+chAEcrgRQYZAGIKMV7vQ==
425468
dependencies:
426-
"@babel/helper-validator-identifier" "^7.22.20"
469+
"@babel/helper-validator-identifier" "^7.24.6"
427470
chalk "^2.4.2"
428471
js-tokens "^4.0.0"
429472
picocolors "^1.0.0"
430473

431-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.24.0", "@babel/parser@^7.24.5":
432-
version "7.24.5"
433-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.5.tgz#4a4d5ab4315579e5398a82dcf636ca80c3392790"
434-
integrity sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==
474+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.24.6":
475+
version "7.24.6"
476+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.6.tgz#5e030f440c3c6c78d195528c3b688b101a365328"
477+
integrity sha512-eNZXdfU35nJC2h24RznROuOpO94h6x8sg9ju0tT9biNtLZ2vuP8SduLqqV+/8+cebSLV9SJEAN5Z3zQbJG/M+Q==
435478

436479
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.5":
437480
version "7.24.5"
@@ -1134,38 +1177,38 @@
11341177
dependencies:
11351178
regenerator-runtime "^0.14.0"
11361179

1137-
"@babel/template@^7.22.15", "@babel/template@^7.24.0", "@babel/template@^7.3.3":
1138-
version "7.24.0"
1139-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.0.tgz#c6a524aa93a4a05d66aaf31654258fae69d87d50"
1140-
integrity sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==
1141-
dependencies:
1142-
"@babel/code-frame" "^7.23.5"
1143-
"@babel/parser" "^7.24.0"
1144-
"@babel/types" "^7.24.0"
1145-
1146-
"@babel/traverse@^7.24.5":
1147-
version "7.24.5"
1148-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.5.tgz#972aa0bc45f16983bf64aa1f877b2dd0eea7e6f8"
1149-
integrity sha512-7aaBLeDQ4zYcUFDUD41lJc1fG8+5IU9DaNSJAgal866FGvmD5EbWQgnEC6kO1gGLsX0esNkfnJSndbTXA3r7UA==
1150-
dependencies:
1151-
"@babel/code-frame" "^7.24.2"
1152-
"@babel/generator" "^7.24.5"
1153-
"@babel/helper-environment-visitor" "^7.22.20"
1154-
"@babel/helper-function-name" "^7.23.0"
1155-
"@babel/helper-hoist-variables" "^7.22.5"
1156-
"@babel/helper-split-export-declaration" "^7.24.5"
1157-
"@babel/parser" "^7.24.5"
1158-
"@babel/types" "^7.24.5"
1180+
"@babel/template@^7.22.15", "@babel/template@^7.24.0", "@babel/template@^7.24.6", "@babel/template@^7.3.3":
1181+
version "7.24.6"
1182+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.6.tgz#048c347b2787a6072b24c723664c8d02b67a44f9"
1183+
integrity sha512-3vgazJlLwNXi9jhrR1ef8qiB65L1RK90+lEQwv4OxveHnqC3BfmnHdgySwRLzf6akhlOYenT+b7AfWq+a//AHw==
1184+
dependencies:
1185+
"@babel/code-frame" "^7.24.6"
1186+
"@babel/parser" "^7.24.6"
1187+
"@babel/types" "^7.24.6"
1188+
1189+
"@babel/traverse@^7.24.6":
1190+
version "7.24.6"
1191+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.6.tgz#0941ec50cdeaeacad0911eb67ae227a4f8424edc"
1192+
integrity sha512-OsNjaJwT9Zn8ozxcfoBc+RaHdj3gFmCmYoQLUII1o6ZrUwku0BMg80FoOTPx+Gi6XhcQxAYE4xyjPTo4SxEQqw==
1193+
dependencies:
1194+
"@babel/code-frame" "^7.24.6"
1195+
"@babel/generator" "^7.24.6"
1196+
"@babel/helper-environment-visitor" "^7.24.6"
1197+
"@babel/helper-function-name" "^7.24.6"
1198+
"@babel/helper-hoist-variables" "^7.24.6"
1199+
"@babel/helper-split-export-declaration" "^7.24.6"
1200+
"@babel/parser" "^7.24.6"
1201+
"@babel/types" "^7.24.6"
11591202
debug "^4.3.1"
11601203
globals "^11.1.0"
11611204

1162-
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.24.0", "@babel/types@^7.24.5", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1163-
version "7.24.5"
1164-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.5.tgz#7661930afc638a5383eb0c4aee59b74f38db84d7"
1165-
integrity sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ==
1205+
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.24.0", "@babel/types@^7.24.5", "@babel/types@^7.24.6", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1206+
version "7.24.6"
1207+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.6.tgz#ba4e1f59870c10dc2fa95a274ac4feec23b21912"
1208+
integrity sha512-WaMsgi6Q8zMgMth93GvWPXkhAIEobfsIkLTacoVZoK1J0CevIPGYY2Vo5YvJGqyHqXM6P4ppOYGsIRU8MM9pFQ==
11661209
dependencies:
1167-
"@babel/helper-string-parser" "^7.24.1"
1168-
"@babel/helper-validator-identifier" "^7.24.5"
1210+
"@babel/helper-string-parser" "^7.24.6"
1211+
"@babel/helper-validator-identifier" "^7.24.6"
11691212
to-fast-properties "^2.0.0"
11701213

11711214
"@bcoe/v8-coverage@^0.2.3":

0 commit comments

Comments
 (0)