|
90 | 90 | dependencies:
|
91 | 91 | "@babel/highlight" "^7.22.5"
|
92 | 92 |
|
| 93 | +"@babel/code-frame@^7.22.13": |
| 94 | + version "7.22.13" |
| 95 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" |
| 96 | + integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== |
| 97 | + dependencies: |
| 98 | + "@babel/highlight" "^7.22.13" |
| 99 | + chalk "^2.4.2" |
| 100 | + |
93 | 101 | "@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.5":
|
94 | 102 | version "7.22.5"
|
95 | 103 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.5.tgz#b1f6c86a02d85d2dd3368a2b67c09add8cd0c255"
|
|
135 | 143 | "@jridgewell/trace-mapping" "^0.3.17"
|
136 | 144 | jsesc "^2.5.1"
|
137 | 145 |
|
| 146 | +"@babel/generator@^7.23.0": |
| 147 | + version "7.23.0" |
| 148 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 149 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 150 | + dependencies: |
| 151 | + "@babel/types" "^7.23.0" |
| 152 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 153 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 154 | + jsesc "^2.5.1" |
| 155 | + |
138 | 156 | "@babel/helper-annotate-as-pure@^7.22.5":
|
139 | 157 | version "7.22.5"
|
140 | 158 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
|
|
194 | 212 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98"
|
195 | 213 | integrity sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==
|
196 | 214 |
|
| 215 | +"@babel/helper-environment-visitor@^7.22.20": |
| 216 | + version "7.22.20" |
| 217 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 218 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 219 | + |
197 | 220 | "@babel/helper-function-name@^7.22.5":
|
198 | 221 | version "7.22.5"
|
199 | 222 | resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz#ede300828905bb15e582c037162f99d5183af1be"
|
|
202 | 225 | "@babel/template" "^7.22.5"
|
203 | 226 | "@babel/types" "^7.22.5"
|
204 | 227 |
|
| 228 | +"@babel/helper-function-name@^7.23.0": |
| 229 | + version "7.23.0" |
| 230 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 231 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
| 232 | + dependencies: |
| 233 | + "@babel/template" "^7.22.15" |
| 234 | + "@babel/types" "^7.23.0" |
| 235 | + |
205 | 236 | "@babel/helper-hoist-variables@^7.22.5":
|
206 | 237 | version "7.22.5"
|
207 | 238 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
|
|
292 | 323 | dependencies:
|
293 | 324 | "@babel/types" "^7.22.5"
|
294 | 325 |
|
| 326 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 327 | + version "7.22.6" |
| 328 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 329 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 330 | + dependencies: |
| 331 | + "@babel/types" "^7.22.5" |
| 332 | + |
295 | 333 | "@babel/helper-string-parser@^7.22.5":
|
296 | 334 | version "7.22.5"
|
297 | 335 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
|
298 | 336 | integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
|
299 | 337 |
|
| 338 | +"@babel/helper-validator-identifier@^7.22.20": |
| 339 | + version "7.22.20" |
| 340 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 341 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 342 | + |
300 | 343 | "@babel/helper-validator-identifier@^7.22.5":
|
301 | 344 | version "7.22.5"
|
302 | 345 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
|
|
335 | 378 | chalk "^2.0.0"
|
336 | 379 | js-tokens "^4.0.0"
|
337 | 380 |
|
| 381 | +"@babel/highlight@^7.22.13": |
| 382 | + version "7.22.20" |
| 383 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 384 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 385 | + dependencies: |
| 386 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 387 | + chalk "^2.4.2" |
| 388 | + js-tokens "^4.0.0" |
| 389 | + |
338 | 390 | "@babel/parser@^7.1.0", "@babel/parser@^7.13.16", "@babel/parser@^7.14.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.0", "@babel/parser@^7.20.7", "@babel/parser@^7.22.5":
|
339 | 391 | version "7.22.5"
|
340 | 392 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.5.tgz#721fd042f3ce1896238cf1b341c77eb7dee7dbea"
|
341 | 393 | integrity sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q==
|
342 | 394 |
|
| 395 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 396 | + version "7.23.0" |
| 397 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 398 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 399 | + |
343 | 400 | "@babel/plugin-proposal-async-generator-functions@^7.0.0":
|
344 | 401 | version "7.20.7"
|
345 | 402 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.7.tgz#bfb7276d2d573cb67ba379984a2334e262ba5326"
|
|
801 | 858 | "@babel/parser" "^7.22.5"
|
802 | 859 | "@babel/types" "^7.22.5"
|
803 | 860 |
|
804 |
| -"@babel/traverse@^7.20.0", "@babel/traverse@^7.22.5", "@babel/traverse@^7.7.2", "@babel/traverse@^7.7.4": |
805 |
| - version "7.22.5" |
806 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.5.tgz#44bd276690db6f4940fdb84e1cb4abd2f729ccd1" |
807 |
| - integrity sha512-7DuIjPgERaNo6r+PZwItpjCZEa5vyw4eJGufeLxrPdBXBoLcCJCIasvK6pK/9DVNrLZTLFhUGqaC6X/PA007TQ== |
| 861 | +"@babel/template@^7.22.15": |
| 862 | + version "7.22.15" |
| 863 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 864 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
808 | 865 | dependencies:
|
809 |
| - "@babel/code-frame" "^7.22.5" |
810 |
| - "@babel/generator" "^7.22.5" |
811 |
| - "@babel/helper-environment-visitor" "^7.22.5" |
812 |
| - "@babel/helper-function-name" "^7.22.5" |
| 866 | + "@babel/code-frame" "^7.22.13" |
| 867 | + "@babel/parser" "^7.22.15" |
| 868 | + "@babel/types" "^7.22.15" |
| 869 | + |
| 870 | +"@babel/traverse@^7.20.0", "@babel/traverse@^7.22.5", "@babel/traverse@^7.7.2", "@babel/traverse@^7.7.4": |
| 871 | + version "7.23.2" |
| 872 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 873 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 874 | + dependencies: |
| 875 | + "@babel/code-frame" "^7.22.13" |
| 876 | + "@babel/generator" "^7.23.0" |
| 877 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 878 | + "@babel/helper-function-name" "^7.23.0" |
813 | 879 | "@babel/helper-hoist-variables" "^7.22.5"
|
814 |
| - "@babel/helper-split-export-declaration" "^7.22.5" |
815 |
| - "@babel/parser" "^7.22.5" |
816 |
| - "@babel/types" "^7.22.5" |
| 880 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 881 | + "@babel/parser" "^7.23.0" |
| 882 | + "@babel/types" "^7.23.0" |
817 | 883 | debug "^4.1.0"
|
818 | 884 | globals "^11.1.0"
|
819 | 885 |
|
|
826 | 892 | "@babel/helper-validator-identifier" "^7.22.5"
|
827 | 893 | to-fast-properties "^2.0.0"
|
828 | 894 |
|
| 895 | +"@babel/types@^7.22.15", "@babel/types@^7.23.0": |
| 896 | + version "7.23.0" |
| 897 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 898 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 899 | + dependencies: |
| 900 | + "@babel/helper-string-parser" "^7.22.5" |
| 901 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 902 | + to-fast-properties "^2.0.0" |
| 903 | + |
829 | 904 | "@bcoe/v8-coverage@^0.2.3":
|
830 | 905 | version "0.2.3"
|
831 | 906 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
0 commit comments