|
358 | 358 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730"
|
359 | 359 | integrity sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==
|
360 | 360 |
|
361 |
| - |
362 |
| - version "7.22.15" |
363 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.15.tgz#15d4fd03f478a459015a4b94cfbb3bd42c48d2f4" |
364 |
| - integrity sha512-PtZqMmgRrvj8ruoEOIwVA3yoF91O+Hgw9o7DAUTNBA6Mo2jpu31clx9a7Nz/9JznqetTR6zwfC4L3LAjKQXUwA== |
| 361 | + |
| 362 | + version "7.22.17" |
| 363 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.17.tgz#2f9b0b395985967203514b24ee50f9fd0639c866" |
| 364 | + integrity sha512-2EENLmhpwplDux5PSsZnSbnSkB3tZ6QTksgO25xwEL7pIDcNOMhF5v/s6RzwjMZzZzw9Ofc30gHv5ChCC8pifQ== |
365 | 365 | dependencies:
|
366 | 366 | "@ampproject/remapping" "^2.2.0"
|
367 | 367 | "@babel/code-frame" "^7.22.13"
|
368 | 368 | "@babel/generator" "^7.22.15"
|
369 | 369 | "@babel/helper-compilation-targets" "^7.22.15"
|
370 |
| - "@babel/helper-module-transforms" "^7.22.15" |
| 370 | + "@babel/helper-module-transforms" "^7.22.17" |
371 | 371 | "@babel/helpers" "^7.22.15"
|
372 |
| - "@babel/parser" "^7.22.15" |
| 372 | + "@babel/parser" "^7.22.16" |
373 | 373 | "@babel/template" "^7.22.15"
|
374 |
| - "@babel/traverse" "^7.22.15" |
375 |
| - "@babel/types" "^7.22.15" |
| 374 | + "@babel/traverse" "^7.22.17" |
| 375 | + "@babel/types" "^7.22.17" |
376 | 376 | convert-source-map "^1.7.0"
|
377 | 377 | debug "^4.1.0"
|
378 | 378 | gensync "^1.0.0-beta.2"
|
|
595 | 595 | "@babel/helper-split-export-declaration" "^7.22.6"
|
596 | 596 | "@babel/helper-validator-identifier" "^7.22.15"
|
597 | 597 |
|
| 598 | +"@babel/helper-module-transforms@^7.22.17": |
| 599 | + version "7.22.17" |
| 600 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.17.tgz#7edf129097a51ccc12443adbc6320e90eab76693" |
| 601 | + integrity sha512-XouDDhQESrLHTpnBtCKExJdyY4gJCdrvH2Pyv8r8kovX2U8G0dRUOT45T9XlbLtuu9CLXP15eusnkprhoPV5iQ== |
| 602 | + dependencies: |
| 603 | + "@babel/helper-environment-visitor" "^7.22.5" |
| 604 | + "@babel/helper-module-imports" "^7.22.15" |
| 605 | + "@babel/helper-simple-access" "^7.22.5" |
| 606 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 607 | + "@babel/helper-validator-identifier" "^7.22.15" |
| 608 | + |
598 | 609 | "@babel/helper-module-transforms@^7.22.5", "@babel/helper-module-transforms@^7.22.9":
|
599 | 610 | version "7.22.9"
|
600 | 611 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.9.tgz#92dfcb1fbbb2bc62529024f72d942a8c97142129"
|
|
728 | 739 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.15.tgz#d34592bfe288a32e741aa0663dbc4829fcd55160"
|
729 | 740 | integrity sha512-RWmQ/sklUN9BvGGpCDgSubhHWfAx24XDTDObup4ffvxaYsptOg2P3KG0j+1eWKLxpkX0j0uHxmpq2Z1SP/VhxA==
|
730 | 741 |
|
| 742 | +"@babel/parser@^7.22.16": |
| 743 | + version "7.22.16" |
| 744 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.16.tgz#180aead7f247305cce6551bea2720934e2fa2c95" |
| 745 | + integrity sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA== |
| 746 | + |
731 | 747 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.15":
|
732 | 748 | version "7.22.15"
|
733 | 749 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.22.15.tgz#02dc8a03f613ed5fdc29fb2f728397c78146c962"
|
|
1672 | 1688 | debug "^4.1.0"
|
1673 | 1689 | globals "^11.1.0"
|
1674 | 1690 |
|
| 1691 | +"@babel/traverse@^7.22.17": |
| 1692 | + version "7.22.17" |
| 1693 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.17.tgz#b23c203ab3707e3be816043081b4a994fcacec44" |
| 1694 | + integrity sha512-xK4Uwm0JnAMvxYZxOVecss85WxTEIbTa7bnGyf/+EgCL5Zt3U7htUpEOWv9detPlamGKuRzCqw74xVglDWpPdg== |
| 1695 | + dependencies: |
| 1696 | + "@babel/code-frame" "^7.22.13" |
| 1697 | + "@babel/generator" "^7.22.15" |
| 1698 | + "@babel/helper-environment-visitor" "^7.22.5" |
| 1699 | + "@babel/helper-function-name" "^7.22.5" |
| 1700 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 1701 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 1702 | + "@babel/parser" "^7.22.16" |
| 1703 | + "@babel/types" "^7.22.17" |
| 1704 | + debug "^4.1.0" |
| 1705 | + globals "^11.1.0" |
| 1706 | + |
1675 | 1707 | "@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.22.10", "@babel/types@^7.22.11", "@babel/types@^7.22.5", "@babel/types@^7.4.4":
|
1676 | 1708 | version "7.22.11"
|
1677 | 1709 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.11.tgz#0e65a6a1d4d9cbaa892b2213f6159485fe632ea2"
|
|
1690 | 1722 | "@babel/helper-validator-identifier" "^7.22.15"
|
1691 | 1723 | to-fast-properties "^2.0.0"
|
1692 | 1724 |
|
| 1725 | +"@babel/types@^7.22.17": |
| 1726 | + version "7.22.17" |
| 1727 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.17.tgz#f753352c4610ffddf9c8bc6823f9ff03e2303eee" |
| 1728 | + integrity sha512-YSQPHLFtQNE5xN9tHuZnzu8vPr61wVTBZdfv1meex1NBosa4iT05k/Jw06ddJugi4bk7The/oSwQGFcksmEJQg== |
| 1729 | + dependencies: |
| 1730 | + "@babel/helper-string-parser" "^7.22.5" |
| 1731 | + "@babel/helper-validator-identifier" "^7.22.15" |
| 1732 | + to-fast-properties "^2.0.0" |
| 1733 | + |
1693 | 1734 |
|
1694 | 1735 | version "1.18.0"
|
1695 | 1736 | resolved "https://registry.yarnpkg.com/@bazel/bazelisk/-/bazelisk-1.18.0.tgz#90ea8fc432ac6a7c83020e47a4bf59cfa2c81020"
|
|
0 commit comments