|
70 | 70 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730"
|
71 | 71 | integrity sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==
|
72 | 72 |
|
73 |
| -"@babel/core@7.22.20": |
74 |
| - version "7.22.20" |
75 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.20.tgz#e3d0eed84c049e2a2ae0a64d27b6a37edec385b7" |
76 |
| - integrity sha512-Y6jd1ahLubuYweD/zJH+vvOY141v4f9igNQAQ+MBgq9JlHS2iTsZKn1aMsb3vGccZsXI16VzTBw52Xx0DWmtnA== |
| 73 | +"@babel/core@7.23.0": |
| 74 | + version "7.23.0" |
| 75 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.0.tgz#f8259ae0e52a123eb40f552551e647b506a94d83" |
| 76 | + integrity sha512-97z/ju/Jy1rZmDxybphrBuI+jtJjFVoz7Mr9yUQVVVi+DNZE333uFQeMOqcCIy1x3WYBIbWftUSLmbNXNT7qFQ== |
77 | 77 | dependencies:
|
78 | 78 | "@ampproject/remapping" "^2.2.0"
|
79 | 79 | "@babel/code-frame" "^7.22.13"
|
80 |
| - "@babel/generator" "^7.22.15" |
| 80 | + "@babel/generator" "^7.23.0" |
81 | 81 | "@babel/helper-compilation-targets" "^7.22.15"
|
82 |
| - "@babel/helper-module-transforms" "^7.22.20" |
83 |
| - "@babel/helpers" "^7.22.15" |
84 |
| - "@babel/parser" "^7.22.16" |
| 82 | + "@babel/helper-module-transforms" "^7.23.0" |
| 83 | + "@babel/helpers" "^7.23.0" |
| 84 | + "@babel/parser" "^7.23.0" |
85 | 85 | "@babel/template" "^7.22.15"
|
86 |
| - "@babel/traverse" "^7.22.20" |
87 |
| - "@babel/types" "^7.22.19" |
88 |
| - convert-source-map "^1.7.0" |
| 86 | + "@babel/traverse" "^7.23.0" |
| 87 | + "@babel/types" "^7.23.0" |
| 88 | + convert-source-map "^2.0.0" |
89 | 89 | debug "^4.1.0"
|
90 | 90 | gensync "^1.0.0-beta.2"
|
91 | 91 | json5 "^2.2.3"
|
|
181 | 181 | "@jridgewell/trace-mapping" "^0.3.17"
|
182 | 182 | jsesc "^2.5.1"
|
183 | 183 |
|
| 184 | +"@babel/generator@^7.23.0": |
| 185 | + version "7.23.0" |
| 186 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 187 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 188 | + dependencies: |
| 189 | + "@babel/types" "^7.23.0" |
| 190 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 191 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 192 | + jsesc "^2.5.1" |
| 193 | + |
184 | 194 | "@babel/helper-annotate-as-pure@^7.22.5":
|
185 | 195 | version "7.22.5"
|
186 | 196 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
|
|
278 | 288 | lodash.debounce "^4.0.8"
|
279 | 289 | resolve "^1.14.2"
|
280 | 290 |
|
281 |
| -"@babel/helper-environment-visitor@^7.22.20": |
| 291 | +"@babel/helper-environment-visitor@^7.22.20", "@babel/helper-environment-visitor@^7.22.5": |
282 | 292 | version "7.22.20"
|
283 | 293 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
|
284 | 294 | integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
|
285 | 295 |
|
286 |
| -"@babel/helper-environment-visitor@^7.22.5": |
287 |
| - version "7.22.5" |
288 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98" |
289 |
| - integrity sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q== |
290 |
| - |
291 |
| -"@babel/helper-function-name@^7.22.5": |
292 |
| - version "7.22.5" |
293 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz#ede300828905bb15e582c037162f99d5183af1be" |
294 |
| - integrity sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ== |
| 296 | +"@babel/helper-function-name@^7.22.5", "@babel/helper-function-name@^7.23.0": |
| 297 | + version "7.23.0" |
| 298 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 299 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
295 | 300 | dependencies:
|
296 |
| - "@babel/template" "^7.22.5" |
297 |
| - "@babel/types" "^7.22.5" |
| 301 | + "@babel/template" "^7.22.15" |
| 302 | + "@babel/types" "^7.23.0" |
298 | 303 |
|
299 | 304 | "@babel/helper-hoist-variables@^7.22.5":
|
300 | 305 | version "7.22.5"
|
|
304 | 309 | "@babel/types" "^7.22.5"
|
305 | 310 |
|
306 | 311 | "@babel/helper-member-expression-to-functions@^7.22.15", "@babel/helper-member-expression-to-functions@^7.22.5":
|
307 |
| - version "7.22.15" |
308 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.22.15.tgz#b95a144896f6d491ca7863576f820f3628818621" |
309 |
| - integrity sha512-qLNsZbgrNh0fDQBCPocSL8guki1hcPvltGDv/NxvUoABwFq7GkKSu1nRXeJkVZc+wJvne2E0RKQz+2SQrz6eAA== |
| 312 | + version "7.23.0" |
| 313 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz#9263e88cc5e41d39ec18c9a3e0eced59a3e7d366" |
| 314 | + integrity sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA== |
310 | 315 | dependencies:
|
311 |
| - "@babel/types" "^7.22.15" |
| 316 | + "@babel/types" "^7.23.0" |
312 | 317 |
|
313 | 318 | "@babel/helper-module-imports@^7.0.0-beta.49", "@babel/helper-module-imports@^7.16.7":
|
314 | 319 | version "7.22.5"
|
|
324 | 329 | dependencies:
|
325 | 330 | "@babel/types" "^7.22.15"
|
326 | 331 |
|
327 |
| -"@babel/helper-module-transforms@^7.22.15": |
328 |
| - version "7.22.15" |
329 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.15.tgz#40ad2f6950f143900e9c1c72363c0b431a606082" |
330 |
| - integrity sha512-l1UiX4UyHSFsYt17iQ3Se5pQQZZHa22zyIXURmvkmLCD4t/aU+dvNWHatKac/D9Vm9UES7nvIqHs4jZqKviUmQ== |
331 |
| - dependencies: |
332 |
| - "@babel/helper-environment-visitor" "^7.22.5" |
333 |
| - "@babel/helper-module-imports" "^7.22.15" |
334 |
| - "@babel/helper-simple-access" "^7.22.5" |
335 |
| - "@babel/helper-split-export-declaration" "^7.22.6" |
336 |
| - "@babel/helper-validator-identifier" "^7.22.15" |
337 |
| - |
338 | 332 | "@babel/helper-module-transforms@^7.22.17", "@babel/helper-module-transforms@^7.22.9":
|
339 | 333 | version "7.22.17"
|
340 | 334 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.17.tgz#7edf129097a51ccc12443adbc6320e90eab76693"
|
|
346 | 340 | "@babel/helper-split-export-declaration" "^7.22.6"
|
347 | 341 | "@babel/helper-validator-identifier" "^7.22.15"
|
348 | 342 |
|
349 |
| -"@babel/helper-module-transforms@^7.22.20": |
350 |
| - version "7.22.20" |
351 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.20.tgz#da9edc14794babbe7386df438f3768067132f59e" |
352 |
| - integrity sha512-dLT7JVWIUUxKOs1UnJUBR3S70YK+pKX6AbJgB2vMIvEkZkrfJDbYDJesnPshtKV4LhDOR3Oc5YULeDizRek+5A== |
353 |
| - dependencies: |
354 |
| - "@babel/helper-environment-visitor" "^7.22.20" |
355 |
| - "@babel/helper-module-imports" "^7.22.15" |
356 |
| - "@babel/helper-simple-access" "^7.22.5" |
357 |
| - "@babel/helper-split-export-declaration" "^7.22.6" |
358 |
| - "@babel/helper-validator-identifier" "^7.22.20" |
359 |
| - |
360 | 343 | "@babel/helper-module-transforms@^7.22.5":
|
361 | 344 | version "7.22.9"
|
362 | 345 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.9.tgz#92dfcb1fbbb2bc62529024f72d942a8c97142129"
|
|
368 | 351 | "@babel/helper-split-export-declaration" "^7.22.6"
|
369 | 352 | "@babel/helper-validator-identifier" "^7.22.5"
|
370 | 353 |
|
| 354 | +"@babel/helper-module-transforms@^7.23.0": |
| 355 | + version "7.23.0" |
| 356 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.23.0.tgz#3ec246457f6c842c0aee62a01f60739906f7047e" |
| 357 | + integrity sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw== |
| 358 | + dependencies: |
| 359 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 360 | + "@babel/helper-module-imports" "^7.22.15" |
| 361 | + "@babel/helper-simple-access" "^7.22.5" |
| 362 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 363 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 364 | + |
371 | 365 | "@babel/helper-optimise-call-expression@^7.22.5":
|
372 | 366 | version "7.22.5"
|
373 | 367 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz#f21531a9ccbff644fdd156b4077c16ff0c3f609e"
|
|
389 | 383 | "@babel/helper-environment-visitor" "^7.22.5"
|
390 | 384 | "@babel/helper-wrap-function" "^7.22.9"
|
391 | 385 |
|
392 |
| -"@babel/helper-replace-supers@^7.22.5", "@babel/helper-replace-supers@^7.22.9": |
| 386 | +"@babel/helper-replace-supers@^7.22.5": |
393 | 387 | version "7.22.9"
|
394 | 388 | resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.22.9.tgz#cbdc27d6d8d18cd22c81ae4293765a5d9afd0779"
|
395 | 389 | integrity sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==
|
|
398 | 392 | "@babel/helper-member-expression-to-functions" "^7.22.5"
|
399 | 393 | "@babel/helper-optimise-call-expression" "^7.22.5"
|
400 | 394 |
|
| 395 | +"@babel/helper-replace-supers@^7.22.9": |
| 396 | + version "7.22.20" |
| 397 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.22.20.tgz#e37d367123ca98fe455a9887734ed2e16eb7a793" |
| 398 | + integrity sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw== |
| 399 | + dependencies: |
| 400 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 401 | + "@babel/helper-member-expression-to-functions" "^7.22.15" |
| 402 | + "@babel/helper-optimise-call-expression" "^7.22.5" |
| 403 | + |
401 | 404 | "@babel/helper-simple-access@^7.22.5":
|
402 | 405 | version "7.22.5"
|
403 | 406 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz#4938357dc7d782b80ed6dbb03a0fba3d22b1d5de"
|
|
424 | 427 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
|
425 | 428 | integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
|
426 | 429 |
|
427 |
| -"@babel/helper-validator-identifier@^7.22.15": |
428 |
| - version "7.22.15" |
429 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.15.tgz#601fa28e4cc06786c18912dca138cec73b882044" |
430 |
| - integrity sha512-4E/F9IIEi8WR94324mbDUMo074YTheJmd7eZF5vITTeYchqAi6sYXRLHUVsmkdmY4QjfKTcB2jB7dVP3NaBElQ== |
431 |
| - |
432 |
| -"@babel/helper-validator-identifier@^7.22.19", "@babel/helper-validator-identifier@^7.22.5": |
433 |
| - version "7.22.19" |
434 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.19.tgz#2f34ab1e445f5b95e2e6edfe50ea2449e610583a" |
435 |
| - integrity sha512-Tinq7ybnEPFFXhlYOYFiSjespWQk0dq2dRNAiMdRTOYQzEGqnnNyrTxPYHP5r6wGjlF1rFgABdDV0g8EwD6Qbg== |
436 |
| - |
437 |
| -"@babel/helper-validator-identifier@^7.22.20": |
| 430 | +"@babel/helper-validator-identifier@^7.22.15", "@babel/helper-validator-identifier@^7.22.20", "@babel/helper-validator-identifier@^7.22.5": |
438 | 431 | version "7.22.20"
|
439 | 432 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
|
440 | 433 | integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
|
|
471 | 464 | "@babel/traverse" "^7.22.10"
|
472 | 465 | "@babel/types" "^7.22.10"
|
473 | 466 |
|
| 467 | +"@babel/helpers@^7.23.0": |
| 468 | + version "7.23.1" |
| 469 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.1.tgz#44e981e8ce2b9e99f8f0b703f3326a4636c16d15" |
| 470 | + integrity sha512-chNpneuK18yW5Oxsr+t553UZzzAs3aZnFm4bxhebsNTeshrC95yA7l5yl7GBAG+JG1rF0F7zzD2EixK9mWSDoA== |
| 471 | + dependencies: |
| 472 | + "@babel/template" "^7.22.15" |
| 473 | + "@babel/traverse" "^7.23.0" |
| 474 | + "@babel/types" "^7.23.0" |
| 475 | + |
474 | 476 | "@babel/highlight@^7.10.4":
|
475 | 477 | version "7.22.5"
|
476 | 478 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.5.tgz#aa6c05c5407a67ebce408162b7ede789b4d22031"
|
|
481 | 483 | js-tokens "^4.0.0"
|
482 | 484 |
|
483 | 485 | "@babel/highlight@^7.22.13":
|
484 |
| - version "7.22.13" |
485 |
| - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.13.tgz#9cda839e5d3be9ca9e8c26b6dd69e7548f0cbf16" |
486 |
| - integrity sha512-C/BaXcnnvBCmHTpz/VGZ8jgtE2aYlW4hxDhseJAWZb7gqGM/qtCK6iZUb0TyKFf7BOUsBH7Q7fkRsDRhg1XklQ== |
| 486 | + version "7.22.20" |
| 487 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 488 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
487 | 489 | dependencies:
|
488 |
| - "@babel/helper-validator-identifier" "^7.22.5" |
| 490 | + "@babel/helper-validator-identifier" "^7.22.20" |
489 | 491 | chalk "^2.4.2"
|
490 | 492 | js-tokens "^4.0.0"
|
491 | 493 |
|
|
498 | 500 | chalk "^2.4.2"
|
499 | 501 | js-tokens "^4.0.0"
|
500 | 502 |
|
501 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.22.11", "@babel/parser@^7.22.15", "@babel/parser@^7.22.16", "@babel/parser@^7.22.5": |
| 503 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.22.11", "@babel/parser@^7.22.16", "@babel/parser@^7.22.5": |
502 | 504 | version "7.22.16"
|
503 | 505 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.16.tgz#180aead7f247305cce6551bea2720934e2fa2c95"
|
504 | 506 | integrity sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA==
|
|
513 | 515 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.11.tgz#becf8ee33aad2a35ed5607f521fe6e72a615f905"
|
514 | 516 | integrity sha512-R5zb8eJIBPJriQtbH/htEQy4k7E2dHWlD2Y2VT07JCzwYZHBxV5ZYtM0UhXSNMT74LyxuM+b1jdL7pSesXbC/g==
|
515 | 517 |
|
| 518 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 519 | + version "7.23.0" |
| 520 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 521 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 522 | + |
516 | 523 | "@babel/parser@^7.22.7":
|
517 | 524 | version "7.22.10"
|
518 | 525 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.10.tgz#e37634f9a12a1716136c44624ef54283cabd3f55"
|
|
949 | 956 | "@babel/helper-plugin-utils" "^7.22.5"
|
950 | 957 | "@babel/helper-simple-access" "^7.22.5"
|
951 | 958 |
|
952 |
| -"@babel/plugin-transform-modules-commonjs@^7.22.15": |
953 |
| - version "7.22.15" |
954 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.22.15.tgz#b11810117ed4ee7691b29bd29fd9f3f98276034f" |
955 |
| - integrity sha512-jWL4eh90w0HQOTKP2MoXXUpVxilxsB2Vl4ji69rSjS3EcZ/v4sBmn+A3NpepuJzBhOaEBbR7udonlHHn5DWidg== |
956 |
| - dependencies: |
957 |
| - "@babel/helper-module-transforms" "^7.22.15" |
958 |
| - "@babel/helper-plugin-utils" "^7.22.5" |
959 |
| - "@babel/helper-simple-access" "^7.22.5" |
960 |
| - |
961 | 959 | "@babel/plugin-transform-modules-commonjs@^7.22.5":
|
962 | 960 | version "7.22.11"
|
963 | 961 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.22.11.tgz#d7991d3abad199c03b68ee66a64f216c47ffdfae"
|
|
967 | 965 | "@babel/helper-plugin-utils" "^7.22.5"
|
968 | 966 | "@babel/helper-simple-access" "^7.22.5"
|
969 | 967 |
|
| 968 | +"@babel/plugin-transform-modules-commonjs@^7.23.0": |
| 969 | + version "7.23.0" |
| 970 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.23.0.tgz#b3dba4757133b2762c00f4f94590cf6d52602481" |
| 971 | + integrity sha512-32Xzss14/UVc7k9g775yMIvkVK8xwKE0DPdP5JTapr3+Z9w4tzeOuLNY6BXDQR6BdnzIlXnCGAzsk/ICHBLVWQ== |
| 972 | + dependencies: |
| 973 | + "@babel/helper-module-transforms" "^7.23.0" |
| 974 | + "@babel/helper-plugin-utils" "^7.22.5" |
| 975 | + "@babel/helper-simple-access" "^7.22.5" |
| 976 | + |
970 | 977 | "@babel/plugin-transform-modules-systemjs@^7.22.5":
|
971 | 978 | version "7.22.11"
|
972 | 979 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.22.11.tgz#3386be5875d316493b517207e8f1931d93154bb1"
|
|
1329 | 1336 | "@babel/plugin-transform-react-pure-annotations" "^7.22.5"
|
1330 | 1337 |
|
1331 | 1338 | "@babel/preset-typescript@^7.18.6", "@babel/preset-typescript@^7.22.5":
|
1332 |
| - version "7.22.15" |
1333 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.22.15.tgz#43db30516fae1d417d748105a0bc95f637239d48" |
1334 |
| - integrity sha512-HblhNmh6yM+cU4VwbBRpxFhxsTdfS1zsvH9W+gEjD0ARV9+8B4sNfpI6GuhePti84nuvhiwKS539jKPFHskA9A== |
| 1339 | + version "7.23.0" |
| 1340 | + resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.23.0.tgz#cc6602d13e7e5b2087c811912b87cf937a9129d9" |
| 1341 | + integrity sha512-6P6VVa/NM/VlAYj5s2Aq/gdVg8FSENCg3wlZ6Qau9AcPaoF5LbN1nyGlR9DTRIw9PpxI94e+ReydsJHcjwAweg== |
1335 | 1342 | dependencies:
|
1336 | 1343 | "@babel/helper-plugin-utils" "^7.22.5"
|
1337 | 1344 | "@babel/helper-validator-option" "^7.22.15"
|
1338 | 1345 | "@babel/plugin-syntax-jsx" "^7.22.5"
|
1339 |
| - "@babel/plugin-transform-modules-commonjs" "^7.22.15" |
| 1346 | + "@babel/plugin-transform-modules-commonjs" "^7.23.0" |
1340 | 1347 | "@babel/plugin-transform-typescript" "^7.22.15"
|
1341 | 1348 |
|
1342 | 1349 | "@babel/regjsgen@^0.8.0":
|
|
1447 | 1454 | debug "^4.1.0"
|
1448 | 1455 | globals "^11.1.0"
|
1449 | 1456 |
|
1450 |
| -"@babel/traverse@^7.22.20": |
1451 |
| - version "7.22.20" |
1452 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.20.tgz#db572d9cb5c79e02d83e5618b82f6991c07584c9" |
1453 |
| - integrity sha512-eU260mPZbU7mZ0N+X10pxXhQFMGTeLb9eFS0mxehS8HZp9o1uSnFeWQuG1UPrlxgA7QoUzFhOnilHDp0AXCyHw== |
1454 |
| - dependencies: |
1455 |
| - "@babel/code-frame" "^7.22.13" |
1456 |
| - "@babel/generator" "^7.22.15" |
1457 |
| - "@babel/helper-environment-visitor" "^7.22.20" |
1458 |
| - "@babel/helper-function-name" "^7.22.5" |
1459 |
| - "@babel/helper-hoist-variables" "^7.22.5" |
1460 |
| - "@babel/helper-split-export-declaration" "^7.22.6" |
1461 |
| - "@babel/parser" "^7.22.16" |
1462 |
| - "@babel/types" "^7.22.19" |
1463 |
| - debug "^4.1.0" |
1464 |
| - globals "^11.1.0" |
1465 |
| - |
1466 | 1457 | "@babel/traverse@^7.22.8":
|
1467 | 1458 | version "7.22.10"
|
1468 | 1459 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.10.tgz#20252acb240e746d27c2e82b4484f199cf8141aa"
|
|
1479 | 1470 | debug "^4.1.0"
|
1480 | 1471 | globals "^11.1.0"
|
1481 | 1472 |
|
1482 |
| -"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.22.10", "@babel/types@^7.22.11", "@babel/types@^7.22.15", "@babel/types@^7.22.17", "@babel/types@^7.22.5", "@babel/types@^7.3.3": |
| 1473 | +"@babel/traverse@^7.23.0": |
| 1474 | + version "7.23.0" |
| 1475 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.0.tgz#18196ddfbcf4ccea324b7f6d3ada00d8c5a99c53" |
| 1476 | + integrity sha512-t/QaEvyIoIkwzpiZ7aoSKK8kObQYeF7T2v+dazAYCb8SXtp58zEVkWW7zAnju8FNKNdr4ScAOEDmMItbyOmEYw== |
| 1477 | + dependencies: |
| 1478 | + "@babel/code-frame" "^7.22.13" |
| 1479 | + "@babel/generator" "^7.23.0" |
| 1480 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 1481 | + "@babel/helper-function-name" "^7.23.0" |
| 1482 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 1483 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 1484 | + "@babel/parser" "^7.23.0" |
| 1485 | + "@babel/types" "^7.23.0" |
| 1486 | + debug "^4.1.0" |
| 1487 | + globals "^11.1.0" |
| 1488 | + |
| 1489 | +"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.22.10", "@babel/types@^7.22.11", "@babel/types@^7.22.17", "@babel/types@^7.3.3": |
1483 | 1490 | version "7.22.17"
|
1484 | 1491 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.17.tgz#f753352c4610ffddf9c8bc6823f9ff03e2303eee"
|
1485 | 1492 | integrity sha512-YSQPHLFtQNE5xN9tHuZnzu8vPr61wVTBZdfv1meex1NBosa4iT05k/Jw06ddJugi4bk7The/oSwQGFcksmEJQg==
|
|
1497 | 1504 | "@babel/helper-validator-identifier" "^7.22.5"
|
1498 | 1505 | to-fast-properties "^2.0.0"
|
1499 | 1506 |
|
1500 |
| -"@babel/types@^7.22.19": |
1501 |
| - version "7.22.19" |
1502 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.19.tgz#7425343253556916e440e662bb221a93ddb75684" |
1503 |
| - integrity sha512-P7LAw/LbojPzkgp5oznjE6tQEIWbp4PkkfrZDINTro9zgBRtI324/EYsiSI7lhPbpIQ+DCeR2NNmMWANGGfZsg== |
| 1507 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0": |
| 1508 | + version "7.23.0" |
| 1509 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 1510 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
1504 | 1511 | dependencies:
|
1505 | 1512 | "@babel/helper-string-parser" "^7.22.5"
|
1506 |
| - "@babel/helper-validator-identifier" "^7.22.19" |
| 1513 | + "@babel/helper-validator-identifier" "^7.22.20" |
1507 | 1514 | to-fast-properties "^2.0.0"
|
1508 | 1515 |
|
1509 | 1516 | "@babel/types@^7.4.4":
|
|
0 commit comments