|
24 | 24 | dependencies:
|
25 | 25 | "@babel/highlight" "^7.18.6"
|
26 | 26 |
|
| 27 | +"@babel/code-frame@^7.22.13": |
| 28 | + version "7.22.13" |
| 29 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" |
| 30 | + integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== |
| 31 | + dependencies: |
| 32 | + "@babel/highlight" "^7.22.13" |
| 33 | + chalk "^2.4.2" |
| 34 | + |
27 | 35 | "@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.0":
|
28 | 36 | version "7.20.5"
|
29 | 37 | resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.5.tgz"
|
|
55 | 63 | json5 "^2.2.2"
|
56 | 64 | semver "^6.3.0"
|
57 | 65 |
|
58 |
| -"@babel/generator@^7.20.5": |
59 |
| - version "7.20.5" |
60 |
| - resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.20.5.tgz" |
61 |
| - integrity sha512-jl7JY2Ykn9S0yj4DQP82sYvPU+T3g0HFcWTqDLqiuA9tGRNIj9VfbtXGAYTTkyNEnQk1jkMGOdYka8aG/lulCA== |
62 |
| - dependencies: |
63 |
| - "@babel/types" "^7.20.5" |
64 |
| - "@jridgewell/gen-mapping" "^0.3.2" |
65 |
| - jsesc "^2.5.1" |
66 |
| - |
67 | 66 | "@babel/generator@^7.21.4":
|
68 | 67 | version "7.21.4"
|
69 | 68 | resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.21.4.tgz"
|
|
74 | 73 | "@jridgewell/trace-mapping" "^0.3.17"
|
75 | 74 | jsesc "^2.5.1"
|
76 | 75 |
|
| 76 | +"@babel/generator@^7.23.0": |
| 77 | + version "7.23.0" |
| 78 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 79 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 80 | + dependencies: |
| 81 | + "@babel/types" "^7.23.0" |
| 82 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 83 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 84 | + jsesc "^2.5.1" |
| 85 | + |
77 | 86 | "@babel/helper-annotate-as-pure@^7.18.6":
|
78 | 87 | version "7.18.6"
|
79 | 88 | resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz"
|
|
162 | 171 | resolved "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz"
|
163 | 172 | integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
|
164 | 173 |
|
| 174 | +"@babel/helper-environment-visitor@^7.22.20": |
| 175 | + version "7.22.20" |
| 176 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 177 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 178 | + |
165 | 179 | "@babel/helper-explode-assignable-expression@^7.18.6":
|
166 | 180 | version "7.18.6"
|
167 | 181 | resolved "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz"
|
|
185 | 199 | "@babel/template" "^7.20.7"
|
186 | 200 | "@babel/types" "^7.21.0"
|
187 | 201 |
|
| 202 | +"@babel/helper-function-name@^7.23.0": |
| 203 | + version "7.23.0" |
| 204 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 205 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
| 206 | + dependencies: |
| 207 | + "@babel/template" "^7.22.15" |
| 208 | + "@babel/types" "^7.23.0" |
| 209 | + |
188 | 210 | "@babel/helper-hoist-variables@^7.18.6":
|
189 | 211 | version "7.18.6"
|
190 | 212 | resolved "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz"
|
191 | 213 | integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
|
192 | 214 | dependencies:
|
193 | 215 | "@babel/types" "^7.18.6"
|
194 | 216 |
|
| 217 | +"@babel/helper-hoist-variables@^7.22.5": |
| 218 | + version "7.22.5" |
| 219 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 220 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
| 221 | + dependencies: |
| 222 | + "@babel/types" "^7.22.5" |
| 223 | + |
195 | 224 | "@babel/helper-member-expression-to-functions@^7.18.9":
|
196 | 225 | version "7.18.9"
|
197 | 226 | resolved "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.18.9.tgz"
|
|
314 | 343 | dependencies:
|
315 | 344 | "@babel/types" "^7.18.6"
|
316 | 345 |
|
| 346 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 347 | + version "7.22.6" |
| 348 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 349 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 350 | + dependencies: |
| 351 | + "@babel/types" "^7.22.5" |
| 352 | + |
317 | 353 | "@babel/helper-string-parser@^7.19.4":
|
318 | 354 | version "7.19.4"
|
319 | 355 | resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz"
|
320 | 356 | integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
|
321 | 357 |
|
| 358 | +"@babel/helper-string-parser@^7.22.5": |
| 359 | + version "7.22.5" |
| 360 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
| 361 | + integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
| 362 | + |
322 | 363 | "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
|
323 | 364 | version "7.19.1"
|
324 | 365 | resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz"
|
325 | 366 | integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
|
326 | 367 |
|
| 368 | +"@babel/helper-validator-identifier@^7.22.20": |
| 369 | + version "7.22.20" |
| 370 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 371 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 372 | + |
327 | 373 | "@babel/helper-validator-option@^7.18.6":
|
328 | 374 | version "7.18.6"
|
329 | 375 | resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz"
|
|
362 | 408 | chalk "^2.0.0"
|
363 | 409 | js-tokens "^4.0.0"
|
364 | 410 |
|
365 |
| -"@babel/parser@^7.18.10", "@babel/parser@^7.20.5": |
| 411 | +"@babel/highlight@^7.22.13": |
| 412 | + version "7.22.20" |
| 413 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 414 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 415 | + dependencies: |
| 416 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 417 | + chalk "^2.4.2" |
| 418 | + js-tokens "^4.0.0" |
| 419 | + |
| 420 | +"@babel/parser@^7.18.10": |
366 | 421 | version "7.20.5"
|
367 | 422 | resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.20.5.tgz"
|
368 | 423 | integrity sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA==
|
|
372 | 427 | resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.21.4.tgz"
|
373 | 428 | integrity sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==
|
374 | 429 |
|
| 430 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 431 | + version "7.23.0" |
| 432 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 433 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 434 | + |
375 | 435 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
|
376 | 436 | version "7.18.6"
|
377 | 437 | resolved "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz"
|
|
1016 | 1076 | "@babel/parser" "^7.20.7"
|
1017 | 1077 | "@babel/types" "^7.20.7"
|
1018 | 1078 |
|
1019 |
| -"@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1", "@babel/traverse@^7.20.5": |
1020 |
| - version "7.20.5" |
1021 |
| - resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.5.tgz" |
1022 |
| - integrity sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ== |
1023 |
| - dependencies: |
1024 |
| - "@babel/code-frame" "^7.18.6" |
1025 |
| - "@babel/generator" "^7.20.5" |
1026 |
| - "@babel/helper-environment-visitor" "^7.18.9" |
1027 |
| - "@babel/helper-function-name" "^7.19.0" |
1028 |
| - "@babel/helper-hoist-variables" "^7.18.6" |
1029 |
| - "@babel/helper-split-export-declaration" "^7.18.6" |
1030 |
| - "@babel/parser" "^7.20.5" |
1031 |
| - "@babel/types" "^7.20.5" |
1032 |
| - debug "^4.1.0" |
1033 |
| - globals "^11.1.0" |
1034 |
| - |
1035 |
| -"@babel/traverse@^7.20.7", "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.4": |
1036 |
| - version "7.21.4" |
1037 |
| - resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.21.4.tgz" |
1038 |
| - integrity sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q== |
1039 |
| - dependencies: |
1040 |
| - "@babel/code-frame" "^7.21.4" |
1041 |
| - "@babel/generator" "^7.21.4" |
1042 |
| - "@babel/helper-environment-visitor" "^7.18.9" |
1043 |
| - "@babel/helper-function-name" "^7.21.0" |
1044 |
| - "@babel/helper-hoist-variables" "^7.18.6" |
1045 |
| - "@babel/helper-split-export-declaration" "^7.18.6" |
1046 |
| - "@babel/parser" "^7.21.4" |
1047 |
| - "@babel/types" "^7.21.4" |
| 1079 | +"@babel/template@^7.22.15": |
| 1080 | + version "7.22.15" |
| 1081 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 1082 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
| 1083 | + dependencies: |
| 1084 | + "@babel/code-frame" "^7.22.13" |
| 1085 | + "@babel/parser" "^7.22.15" |
| 1086 | + "@babel/types" "^7.22.15" |
| 1087 | + |
| 1088 | +"@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1", "@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7", "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.4": |
| 1089 | + version "7.23.2" |
| 1090 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 1091 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 1092 | + dependencies: |
| 1093 | + "@babel/code-frame" "^7.22.13" |
| 1094 | + "@babel/generator" "^7.23.0" |
| 1095 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 1096 | + "@babel/helper-function-name" "^7.23.0" |
| 1097 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 1098 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 1099 | + "@babel/parser" "^7.23.0" |
| 1100 | + "@babel/types" "^7.23.0" |
1048 | 1101 | debug "^4.1.0"
|
1049 | 1102 | globals "^11.1.0"
|
1050 | 1103 |
|
|
1066 | 1119 | "@babel/helper-validator-identifier" "^7.19.1"
|
1067 | 1120 | to-fast-properties "^2.0.0"
|
1068 | 1121 |
|
| 1122 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0": |
| 1123 | + version "7.23.0" |
| 1124 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 1125 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 1126 | + dependencies: |
| 1127 | + "@babel/helper-string-parser" "^7.22.5" |
| 1128 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 1129 | + to-fast-properties "^2.0.0" |
| 1130 | + |
1069 | 1131 |
|
1070 | 1132 | version "1.5.0"
|
1071 | 1133 | resolved "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz"
|
@@ -1730,7 +1792,7 @@ caseless@~0.12.0:
|
1730 | 1792 | resolved "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz"
|
1731 | 1793 | integrity sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==
|
1732 | 1794 |
|
1733 |
| -chalk@^2.0.0, chalk@^2.4.1: |
| 1795 | +chalk@^2.0.0, chalk@^2.4.1, chalk@^2.4.2: |
1734 | 1796 | version "2.4.2"
|
1735 | 1797 | resolved "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz"
|
1736 | 1798 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
|
0 commit comments