|
17 | 17 | dependencies:
|
18 | 18 | "@babel/highlight" "^7.18.6"
|
19 | 19 |
|
| 20 | +"@babel/code-frame@^7.22.13": |
| 21 | + version "7.22.13" |
| 22 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" |
| 23 | + integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== |
| 24 | + dependencies: |
| 25 | + "@babel/highlight" "^7.22.13" |
| 26 | + chalk "^2.4.2" |
| 27 | + |
20 | 28 | "@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.0":
|
21 | 29 | version "7.22.3"
|
22 | 30 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.3.tgz#cd502a6a0b6e37d7ad72ce7e71a7160a3ae36f7e"
|
|
43 | 51 | json5 "^2.2.2"
|
44 | 52 | semver "^6.3.0"
|
45 | 53 |
|
46 |
| -"@babel/generator@^7.20.0", "@babel/generator@^7.22.0", "@babel/generator@^7.22.3": |
| 54 | +"@babel/generator@^7.20.0", "@babel/generator@^7.22.0": |
47 | 55 | version "7.22.3"
|
48 | 56 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.3.tgz#0ff675d2edb93d7596c5f6728b52615cfc0df01e"
|
49 | 57 | integrity sha512-C17MW4wlk//ES/CJDL51kPNwl+qiBQyN7b9SKyVp11BLGFeSPoVaHrv+MNt8jwQFhQWowW88z1eeBx3pFz9v8A==
|
|
53 | 61 | "@jridgewell/trace-mapping" "^0.3.17"
|
54 | 62 | jsesc "^2.5.1"
|
55 | 63 |
|
| 64 | +"@babel/generator@^7.23.0": |
| 65 | + version "7.23.0" |
| 66 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 67 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 68 | + dependencies: |
| 69 | + "@babel/types" "^7.23.0" |
| 70 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 71 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 72 | + jsesc "^2.5.1" |
| 73 | + |
56 | 74 | "@babel/helper-annotate-as-pure@^7.18.6":
|
57 | 75 | version "7.18.6"
|
58 | 76 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
|
|
112 | 130 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.1.tgz#ac3a56dbada59ed969d712cf527bd8271fe3eba8"
|
113 | 131 | integrity sha512-Z2tgopurB/kTbidvzeBrc2To3PUP/9i5MUe+fU6QJCQDyPwSH2oRapkLw3KGECDYSjhQZCNxEvNvZlLw8JjGwA==
|
114 | 132 |
|
| 133 | +"@babel/helper-environment-visitor@^7.22.20": |
| 134 | + version "7.22.20" |
| 135 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 136 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 137 | + |
115 | 138 | "@babel/helper-function-name@^7.18.9", "@babel/helper-function-name@^7.19.0", "@babel/helper-function-name@^7.21.0":
|
116 | 139 | version "7.21.0"
|
117 | 140 | resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz#d552829b10ea9f120969304023cd0645fa00b1b4"
|
|
120 | 143 | "@babel/template" "^7.20.7"
|
121 | 144 | "@babel/types" "^7.21.0"
|
122 | 145 |
|
123 |
| -"@babel/helper-hoist-variables@^7.18.6": |
124 |
| - version "7.18.6" |
125 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678" |
126 |
| - integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q== |
| 146 | +"@babel/helper-function-name@^7.23.0": |
| 147 | + version "7.23.0" |
| 148 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 149 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
127 | 150 | dependencies:
|
128 |
| - "@babel/types" "^7.18.6" |
| 151 | + "@babel/template" "^7.22.15" |
| 152 | + "@babel/types" "^7.23.0" |
| 153 | + |
| 154 | +"@babel/helper-hoist-variables@^7.22.5": |
| 155 | + version "7.22.5" |
| 156 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 157 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
| 158 | + dependencies: |
| 159 | + "@babel/types" "^7.22.5" |
129 | 160 |
|
130 | 161 | "@babel/helper-member-expression-to-functions@^7.22.0":
|
131 | 162 | version "7.22.3"
|
|
210 | 241 | dependencies:
|
211 | 242 | "@babel/types" "^7.18.6"
|
212 | 243 |
|
| 244 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 245 | + version "7.22.6" |
| 246 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 247 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 248 | + dependencies: |
| 249 | + "@babel/types" "^7.22.5" |
| 250 | + |
213 | 251 | "@babel/helper-string-parser@^7.21.5":
|
214 | 252 | version "7.21.5"
|
215 | 253 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.21.5.tgz#2b3eea65443c6bdc31c22d037c65f6d323b6b2bd"
|
216 | 254 | integrity sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==
|
217 | 255 |
|
| 256 | +"@babel/helper-string-parser@^7.22.5": |
| 257 | + version "7.22.5" |
| 258 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
| 259 | + integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
| 260 | + |
218 | 261 | "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
|
219 | 262 | version "7.19.1"
|
220 | 263 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
|
221 | 264 | integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
|
222 | 265 |
|
| 266 | +"@babel/helper-validator-identifier@^7.22.20": |
| 267 | + version "7.22.20" |
| 268 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 269 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 270 | + |
223 | 271 | "@babel/helper-validator-option@^7.21.0":
|
224 | 272 | version "7.21.0"
|
225 | 273 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180"
|
|
253 | 301 | chalk "^2.0.0"
|
254 | 302 | js-tokens "^4.0.0"
|
255 | 303 |
|
256 |
| -"@babel/parser@^7.13.16", "@babel/parser@^7.14.0", "@babel/parser@^7.20.0", "@babel/parser@^7.21.9", "@babel/parser@^7.22.0", "@babel/parser@^7.22.4": |
| 304 | +"@babel/highlight@^7.22.13": |
| 305 | + version "7.22.20" |
| 306 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 307 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 308 | + dependencies: |
| 309 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 310 | + chalk "^2.4.2" |
| 311 | + js-tokens "^4.0.0" |
| 312 | + |
| 313 | +"@babel/parser@^7.13.16", "@babel/parser@^7.14.0", "@babel/parser@^7.20.0", "@babel/parser@^7.21.9", "@babel/parser@^7.22.0": |
257 | 314 | version "7.22.4"
|
258 | 315 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.4.tgz#a770e98fd785c231af9d93f6459d36770993fb32"
|
259 | 316 | integrity sha512-VLLsx06XkEYqBtE5YGPwfSGwfrjnyPP5oiGty3S8pQLFDFLaS8VwWSIxkTXpcvr5zeYLE6+MBNl2npl/YnfofA==
|
260 | 317 |
|
| 318 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 319 | + version "7.23.0" |
| 320 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 321 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 322 | + |
261 | 323 | "@babel/plugin-proposal-async-generator-functions@^7.0.0":
|
262 | 324 | version "7.20.7"
|
263 | 325 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.7.tgz#bfb7276d2d573cb67ba379984a2334e262ba5326"
|
|
692 | 754 | "@babel/parser" "^7.21.9"
|
693 | 755 | "@babel/types" "^7.21.5"
|
694 | 756 |
|
695 |
| -"@babel/traverse@^7.20.0", "@babel/traverse@^7.20.5", "@babel/traverse@^7.22.1": |
696 |
| - version "7.22.4" |
697 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.4.tgz#c3cf96c5c290bd13b55e29d025274057727664c0" |
698 |
| - integrity sha512-Tn1pDsjIcI+JcLKq1AVlZEr4226gpuAQTsLMorsYg9tuS/kG7nuwwJ4AB8jfQuEgb/COBwR/DqJxmoiYFu5/rQ== |
| 757 | +"@babel/template@^7.22.15": |
| 758 | + version "7.22.15" |
| 759 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 760 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
699 | 761 | dependencies:
|
700 |
| - "@babel/code-frame" "^7.21.4" |
701 |
| - "@babel/generator" "^7.22.3" |
702 |
| - "@babel/helper-environment-visitor" "^7.22.1" |
703 |
| - "@babel/helper-function-name" "^7.21.0" |
704 |
| - "@babel/helper-hoist-variables" "^7.18.6" |
705 |
| - "@babel/helper-split-export-declaration" "^7.18.6" |
706 |
| - "@babel/parser" "^7.22.4" |
707 |
| - "@babel/types" "^7.22.4" |
| 762 | + "@babel/code-frame" "^7.22.13" |
| 763 | + "@babel/parser" "^7.22.15" |
| 764 | + "@babel/types" "^7.22.15" |
| 765 | + |
| 766 | +"@babel/traverse@^7.20.0", "@babel/traverse@^7.20.5", "@babel/traverse@^7.22.1": |
| 767 | + version "7.23.2" |
| 768 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 769 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 770 | + dependencies: |
| 771 | + "@babel/code-frame" "^7.22.13" |
| 772 | + "@babel/generator" "^7.23.0" |
| 773 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 774 | + "@babel/helper-function-name" "^7.23.0" |
| 775 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 776 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 777 | + "@babel/parser" "^7.23.0" |
| 778 | + "@babel/types" "^7.23.0" |
708 | 779 | debug "^4.1.0"
|
709 | 780 | globals "^11.1.0"
|
710 | 781 |
|
711 |
| -"@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.20.0", "@babel/types@^7.20.5", "@babel/types@^7.21.0", "@babel/types@^7.21.4", "@babel/types@^7.21.5", "@babel/types@^7.22.0", "@babel/types@^7.22.3", "@babel/types@^7.22.4": |
| 782 | +"@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.20.0", "@babel/types@^7.20.5", "@babel/types@^7.21.0", "@babel/types@^7.21.4", "@babel/types@^7.21.5", "@babel/types@^7.22.0", "@babel/types@^7.22.3": |
712 | 783 | version "7.22.4"
|
713 | 784 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.4.tgz#56a2653ae7e7591365dabf20b76295410684c071"
|
714 | 785 | integrity sha512-Tx9x3UBHTTsMSW85WB2kphxYQVvrZ/t1FxD88IpSgIjiUJlCm9z+xWIDwyo1vffTwSqteqyznB8ZE9vYYk16zA==
|
|
717 | 788 | "@babel/helper-validator-identifier" "^7.19.1"
|
718 | 789 | to-fast-properties "^2.0.0"
|
719 | 790 |
|
| 791 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0": |
| 792 | + version "7.23.0" |
| 793 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 794 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 795 | + dependencies: |
| 796 | + "@babel/helper-string-parser" "^7.22.5" |
| 797 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 798 | + to-fast-properties "^2.0.0" |
| 799 | + |
720 | 800 | "@hapi/hoek@^9.0.0":
|
721 | 801 | version "9.3.0"
|
722 | 802 | resolved "https://registry.yarnpkg.com/@hapi/hoek/-/hoek-9.3.0.tgz#8368869dcb735be2e7f5cb7647de78e167a251fb"
|
@@ -1496,7 +1576,7 @@ caniuse-lite@^1.0.30001489:
|
1496 | 1576 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001492.tgz#4a06861788a52b4c81fd3344573b68cc87fe062b"
|
1497 | 1577 | integrity sha512-2efF8SAZwgAX1FJr87KWhvuJxnGJKOnctQa8xLOskAXNXq8oiuqgl6u1kk3fFpsp3GgvzlRjiK1sl63hNtFADw==
|
1498 | 1578 |
|
1499 |
| -chalk@^2.0.0: |
| 1579 | +chalk@^2.0.0, chalk@^2.4.2: |
1500 | 1580 | version "2.4.2"
|
1501 | 1581 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
1502 | 1582 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
|
0 commit comments