|
101 | 101 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730"
|
102 | 102 | integrity sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==
|
103 | 103 |
|
104 |
| -"@babel/core@7.22.17": |
105 |
| - version "7.22.17" |
106 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.17.tgz#2f9b0b395985967203514b24ee50f9fd0639c866" |
107 |
| - integrity sha512-2EENLmhpwplDux5PSsZnSbnSkB3tZ6QTksgO25xwEL7pIDcNOMhF5v/s6RzwjMZzZzw9Ofc30gHv5ChCC8pifQ== |
| 104 | +"@babel/core@7.22.20": |
| 105 | + version "7.22.20" |
| 106 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.20.tgz#e3d0eed84c049e2a2ae0a64d27b6a37edec385b7" |
| 107 | + integrity sha512-Y6jd1ahLubuYweD/zJH+vvOY141v4f9igNQAQ+MBgq9JlHS2iTsZKn1aMsb3vGccZsXI16VzTBw52Xx0DWmtnA== |
108 | 108 | dependencies:
|
109 | 109 | "@ampproject/remapping" "^2.2.0"
|
110 | 110 | "@babel/code-frame" "^7.22.13"
|
111 | 111 | "@babel/generator" "^7.22.15"
|
112 | 112 | "@babel/helper-compilation-targets" "^7.22.15"
|
113 |
| - "@babel/helper-module-transforms" "^7.22.17" |
| 113 | + "@babel/helper-module-transforms" "^7.22.20" |
114 | 114 | "@babel/helpers" "^7.22.15"
|
115 | 115 | "@babel/parser" "^7.22.16"
|
116 | 116 | "@babel/template" "^7.22.15"
|
117 |
| - "@babel/traverse" "^7.22.17" |
118 |
| - "@babel/types" "^7.22.17" |
| 117 | + "@babel/traverse" "^7.22.20" |
| 118 | + "@babel/types" "^7.22.19" |
119 | 119 | convert-source-map "^1.7.0"
|
120 | 120 | debug "^4.1.0"
|
121 | 121 | gensync "^1.0.0-beta.2"
|
|
344 | 344 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.21.5.tgz#c769afefd41d171836f7cb63e295bedf689d48ba"
|
345 | 345 | integrity sha512-IYl4gZ3ETsWocUWgsFZLM5i1BYx9SoemminVEXadgLBa9TdeorzgLKm8wWLA6J1N/kT3Kch8XIk1laNzYoHKvQ==
|
346 | 346 |
|
| 347 | +"@babel/helper-environment-visitor@^7.22.20": |
| 348 | + version "7.22.20" |
| 349 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 350 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 351 | + |
347 | 352 | "@babel/helper-environment-visitor@^7.22.5":
|
348 | 353 | version "7.22.5"
|
349 | 354 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98"
|
|
493 | 498 | "@babel/traverse" "^7.21.5"
|
494 | 499 | "@babel/types" "^7.21.5"
|
495 | 500 |
|
496 |
| -"@babel/helper-module-transforms@^7.22.17": |
497 |
| - version "7.22.17" |
498 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.17.tgz#7edf129097a51ccc12443adbc6320e90eab76693" |
499 |
| - integrity sha512-XouDDhQESrLHTpnBtCKExJdyY4gJCdrvH2Pyv8r8kovX2U8G0dRUOT45T9XlbLtuu9CLXP15eusnkprhoPV5iQ== |
| 501 | +"@babel/helper-module-transforms@^7.22.20": |
| 502 | + version "7.22.20" |
| 503 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.20.tgz#da9edc14794babbe7386df438f3768067132f59e" |
| 504 | + integrity sha512-dLT7JVWIUUxKOs1UnJUBR3S70YK+pKX6AbJgB2vMIvEkZkrfJDbYDJesnPshtKV4LhDOR3Oc5YULeDizRek+5A== |
500 | 505 | dependencies:
|
501 |
| - "@babel/helper-environment-visitor" "^7.22.5" |
| 506 | + "@babel/helper-environment-visitor" "^7.22.20" |
502 | 507 | "@babel/helper-module-imports" "^7.22.15"
|
503 | 508 | "@babel/helper-simple-access" "^7.22.5"
|
504 | 509 | "@babel/helper-split-export-declaration" "^7.22.6"
|
505 |
| - "@babel/helper-validator-identifier" "^7.22.15" |
| 510 | + "@babel/helper-validator-identifier" "^7.22.20" |
506 | 511 |
|
507 | 512 | "@babel/helper-optimise-call-expression@^7.18.6":
|
508 | 513 | version "7.18.6"
|
|
684 | 689 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.15.tgz#601fa28e4cc06786c18912dca138cec73b882044"
|
685 | 690 | integrity sha512-4E/F9IIEi8WR94324mbDUMo074YTheJmd7eZF5vITTeYchqAi6sYXRLHUVsmkdmY4QjfKTcB2jB7dVP3NaBElQ==
|
686 | 691 |
|
| 692 | +"@babel/helper-validator-identifier@^7.22.19", "@babel/helper-validator-identifier@^7.22.20": |
| 693 | + version "7.22.20" |
| 694 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 695 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 696 | + |
687 | 697 | "@babel/helper-validator-identifier@^7.22.5":
|
688 | 698 | version "7.22.5"
|
689 | 699 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
|
|
1779 | 1789 | debug "^4.1.0"
|
1780 | 1790 | globals "^11.1.0"
|
1781 | 1791 |
|
1782 |
| -"@babel/traverse@^7.22.17": |
1783 |
| - version "7.22.17" |
1784 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.17.tgz#b23c203ab3707e3be816043081b4a994fcacec44" |
1785 |
| - integrity sha512-xK4Uwm0JnAMvxYZxOVecss85WxTEIbTa7bnGyf/+EgCL5Zt3U7htUpEOWv9detPlamGKuRzCqw74xVglDWpPdg== |
| 1792 | +"@babel/traverse@^7.22.20": |
| 1793 | + version "7.22.20" |
| 1794 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.20.tgz#db572d9cb5c79e02d83e5618b82f6991c07584c9" |
| 1795 | + integrity sha512-eU260mPZbU7mZ0N+X10pxXhQFMGTeLb9eFS0mxehS8HZp9o1uSnFeWQuG1UPrlxgA7QoUzFhOnilHDp0AXCyHw== |
1786 | 1796 | dependencies:
|
1787 | 1797 | "@babel/code-frame" "^7.22.13"
|
1788 | 1798 | "@babel/generator" "^7.22.15"
|
1789 |
| - "@babel/helper-environment-visitor" "^7.22.5" |
| 1799 | + "@babel/helper-environment-visitor" "^7.22.20" |
1790 | 1800 | "@babel/helper-function-name" "^7.22.5"
|
1791 | 1801 | "@babel/helper-hoist-variables" "^7.22.5"
|
1792 | 1802 | "@babel/helper-split-export-declaration" "^7.22.6"
|
1793 | 1803 | "@babel/parser" "^7.22.16"
|
1794 |
| - "@babel/types" "^7.22.17" |
| 1804 | + "@babel/types" "^7.22.19" |
1795 | 1805 | debug "^4.1.0"
|
1796 | 1806 | globals "^11.1.0"
|
1797 | 1807 |
|
|
1882 | 1892 | "@babel/helper-validator-identifier" "^7.22.15"
|
1883 | 1893 | to-fast-properties "^2.0.0"
|
1884 | 1894 |
|
1885 |
| -"@babel/types@^7.22.17": |
1886 |
| - version "7.22.17" |
1887 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.17.tgz#f753352c4610ffddf9c8bc6823f9ff03e2303eee" |
1888 |
| - integrity sha512-YSQPHLFtQNE5xN9tHuZnzu8vPr61wVTBZdfv1meex1NBosa4iT05k/Jw06ddJugi4bk7The/oSwQGFcksmEJQg== |
| 1895 | +"@babel/types@^7.22.19": |
| 1896 | + version "7.22.19" |
| 1897 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.19.tgz#7425343253556916e440e662bb221a93ddb75684" |
| 1898 | + integrity sha512-P7LAw/LbojPzkgp5oznjE6tQEIWbp4PkkfrZDINTro9zgBRtI324/EYsiSI7lhPbpIQ+DCeR2NNmMWANGGfZsg== |
1889 | 1899 | dependencies:
|
1890 | 1900 | "@babel/helper-string-parser" "^7.22.5"
|
1891 |
| - "@babel/helper-validator-identifier" "^7.22.15" |
| 1901 | + "@babel/helper-validator-identifier" "^7.22.19" |
1892 | 1902 | to-fast-properties "^2.0.0"
|
1893 | 1903 |
|
1894 | 1904 | "@babel/types@^7.22.5":
|
|
0 commit comments