|
145 | 145 | dependencies:
|
146 | 146 | "@babel/highlight" "^7.18.6"
|
147 | 147 |
|
| 148 | +"@babel/code-frame@^7.22.13": |
| 149 | + version "7.22.13" |
| 150 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" |
| 151 | + integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== |
| 152 | + dependencies: |
| 153 | + "@babel/highlight" "^7.22.13" |
| 154 | + chalk "^2.4.2" |
| 155 | + |
148 | 156 | "@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.1", "@babel/compat-data@^7.20.5":
|
149 | 157 | version "7.21.0"
|
150 | 158 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.0.tgz#c241dc454e5b5917e40d37e525e2f4530c399298"
|
|
193 | 201 | json5 "^2.2.2"
|
194 | 202 | semver "^6.3.0"
|
195 | 203 |
|
196 |
| -"@babel/generator@^7.12.5", "@babel/generator@^7.18.7", "@babel/generator@^7.21.0", "@babel/generator@^7.21.1": |
| 204 | +"@babel/generator@^7.12.5", "@babel/generator@^7.18.7", "@babel/generator@^7.21.0": |
197 | 205 | version "7.21.1"
|
198 | 206 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.1.tgz#951cc626057bc0af2c35cd23e9c64d384dea83dd"
|
199 | 207 | integrity sha512-1lT45bAYlQhFn/BHivJs43AiW2rg3/UbLyShGfF3C0KmHvO5fSghWd5kBJy30kpRRucGzXStvnnCFniCR2kXAA==
|
|
203 | 211 | "@jridgewell/trace-mapping" "^0.3.17"
|
204 | 212 | jsesc "^2.5.1"
|
205 | 213 |
|
| 214 | +"@babel/generator@^7.23.0": |
| 215 | + version "7.23.0" |
| 216 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 217 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 218 | + dependencies: |
| 219 | + "@babel/types" "^7.23.0" |
| 220 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 221 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 222 | + jsesc "^2.5.1" |
| 223 | + |
206 | 224 | "@babel/helper-annotate-as-pure@^7.18.6":
|
207 | 225 | version "7.18.6"
|
208 | 226 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
|
|
268 | 286 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
|
269 | 287 | integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
|
270 | 288 |
|
| 289 | +"@babel/helper-environment-visitor@^7.22.20": |
| 290 | + version "7.22.20" |
| 291 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 292 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 293 | + |
271 | 294 | "@babel/helper-explode-assignable-expression@^7.18.6":
|
272 | 295 | version "7.18.6"
|
273 | 296 | resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz#41f8228ef0a6f1a036b8dfdfec7ce94f9a6bc096"
|
|
283 | 306 | "@babel/template" "^7.20.7"
|
284 | 307 | "@babel/types" "^7.21.0"
|
285 | 308 |
|
| 309 | +"@babel/helper-function-name@^7.23.0": |
| 310 | + version "7.23.0" |
| 311 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 312 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
| 313 | + dependencies: |
| 314 | + "@babel/template" "^7.22.15" |
| 315 | + "@babel/types" "^7.23.0" |
| 316 | + |
286 | 317 | "@babel/helper-hoist-variables@^7.18.6":
|
287 | 318 | version "7.18.6"
|
288 | 319 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
|
289 | 320 | integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
|
290 | 321 | dependencies:
|
291 | 322 | "@babel/types" "^7.18.6"
|
292 | 323 |
|
| 324 | +"@babel/helper-hoist-variables@^7.22.5": |
| 325 | + version "7.22.5" |
| 326 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 327 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
| 328 | + dependencies: |
| 329 | + "@babel/types" "^7.22.5" |
| 330 | + |
293 | 331 | "@babel/helper-member-expression-to-functions@^7.20.7", "@babel/helper-member-expression-to-functions@^7.21.0":
|
294 | 332 | version "7.21.0"
|
295 | 333 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.21.0.tgz#319c6a940431a133897148515877d2f3269c3ba5"
|
|
378 | 416 | dependencies:
|
379 | 417 | "@babel/types" "^7.18.6"
|
380 | 418 |
|
| 419 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 420 | + version "7.22.6" |
| 421 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 422 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 423 | + dependencies: |
| 424 | + "@babel/types" "^7.22.5" |
| 425 | + |
381 | 426 | "@babel/helper-string-parser@^7.19.4":
|
382 | 427 | version "7.19.4"
|
383 | 428 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
|
384 | 429 | integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
|
385 | 430 |
|
| 431 | +"@babel/helper-string-parser@^7.22.5": |
| 432 | + version "7.22.5" |
| 433 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
| 434 | + integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
| 435 | + |
386 | 436 | "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
|
387 | 437 | version "7.19.1"
|
388 | 438 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
|
389 | 439 | integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
|
390 | 440 |
|
| 441 | +"@babel/helper-validator-identifier@^7.22.20": |
| 442 | + version "7.22.20" |
| 443 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 444 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 445 | + |
391 | 446 | "@babel/helper-validator-option@^7.18.6", "@babel/helper-validator-option@^7.21.0":
|
392 | 447 | version "7.21.0"
|
393 | 448 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180"
|
|
421 | 476 | chalk "^2.0.0"
|
422 | 477 | js-tokens "^4.0.0"
|
423 | 478 |
|
424 |
| -"@babel/parser@^7.12.7", "@babel/parser@^7.18.8", "@babel/parser@^7.20.7", "@babel/parser@^7.21.0", "@babel/parser@^7.21.2": |
| 479 | +"@babel/highlight@^7.22.13": |
| 480 | + version "7.22.20" |
| 481 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 482 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 483 | + dependencies: |
| 484 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 485 | + chalk "^2.4.2" |
| 486 | + js-tokens "^4.0.0" |
| 487 | + |
| 488 | +"@babel/parser@^7.12.7", "@babel/parser@^7.18.8", "@babel/parser@^7.20.7", "@babel/parser@^7.21.0": |
425 | 489 | version "7.21.2"
|
426 | 490 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.2.tgz#dacafadfc6d7654c3051a66d6fe55b6cb2f2a0b3"
|
427 | 491 | integrity sha512-URpaIJQwEkEC2T9Kn+Ai6Xe/02iNaVCuT/PtoRz3GPVJVDpPd7mLo+VddTbhCRU9TXqW5mSrQfXZyi8kDKOVpQ==
|
428 | 492 |
|
| 493 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 494 | + version "7.23.0" |
| 495 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 496 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 497 | + |
429 | 498 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
|
430 | 499 | version "7.18.6"
|
431 | 500 | 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.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
|
|
1160 | 1229 | "@babel/parser" "^7.20.7"
|
1161 | 1230 | "@babel/types" "^7.20.7"
|
1162 | 1231 |
|
1163 |
| -"@babel/traverse@^7.12.9", "@babel/traverse@^7.18.8", "@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7", "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2": |
1164 |
| - version "7.21.2" |
1165 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.2.tgz#ac7e1f27658750892e815e60ae90f382a46d8e75" |
1166 |
| - integrity sha512-ts5FFU/dSUPS13tv8XiEObDu9K+iagEKME9kAbaP7r0Y9KtZJZ+NGndDvWoRAYNpeWafbpFeki3q9QoMD6gxyw== |
| 1232 | +"@babel/template@^7.22.15": |
| 1233 | + version "7.22.15" |
| 1234 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 1235 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
1167 | 1236 | dependencies:
|
1168 |
| - "@babel/code-frame" "^7.18.6" |
1169 |
| - "@babel/generator" "^7.21.1" |
1170 |
| - "@babel/helper-environment-visitor" "^7.18.9" |
1171 |
| - "@babel/helper-function-name" "^7.21.0" |
1172 |
| - "@babel/helper-hoist-variables" "^7.18.6" |
1173 |
| - "@babel/helper-split-export-declaration" "^7.18.6" |
1174 |
| - "@babel/parser" "^7.21.2" |
1175 |
| - "@babel/types" "^7.21.2" |
| 1237 | + "@babel/code-frame" "^7.22.13" |
| 1238 | + "@babel/parser" "^7.22.15" |
| 1239 | + "@babel/types" "^7.22.15" |
| 1240 | + |
| 1241 | +"@babel/traverse@^7.12.9", "@babel/traverse@^7.18.8", "@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7", "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2": |
| 1242 | + version "7.23.2" |
| 1243 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 1244 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 1245 | + dependencies: |
| 1246 | + "@babel/code-frame" "^7.22.13" |
| 1247 | + "@babel/generator" "^7.23.0" |
| 1248 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 1249 | + "@babel/helper-function-name" "^7.23.0" |
| 1250 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 1251 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 1252 | + "@babel/parser" "^7.23.0" |
| 1253 | + "@babel/types" "^7.23.0" |
1176 | 1254 | debug "^4.1.0"
|
1177 | 1255 | globals "^11.1.0"
|
1178 | 1256 |
|
|
1185 | 1263 | "@babel/helper-validator-identifier" "^7.19.1"
|
1186 | 1264 | to-fast-properties "^2.0.0"
|
1187 | 1265 |
|
| 1266 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0": |
| 1267 | + version "7.23.0" |
| 1268 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 1269 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 1270 | + dependencies: |
| 1271 | + "@babel/helper-string-parser" "^7.22.5" |
| 1272 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 1273 | + to-fast-properties "^2.0.0" |
| 1274 | + |
1188 | 1275 |
|
1189 | 1276 | version "1.5.0"
|
1190 | 1277 | resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
|
@@ -3040,7 +3127,7 @@ ccount@^1.0.0:
|
3040 | 3127 | resolved "https://registry.yarnpkg.com/ccount/-/ccount-1.1.0.tgz#246687debb6014735131be8abab2d93898f8d043"
|
3041 | 3128 | integrity sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg==
|
3042 | 3129 |
|
3043 |
| -chalk@^2.0.0: |
| 3130 | +chalk@^2.0.0, chalk@^2.4.2: |
3044 | 3131 | version "2.4.2"
|
3045 | 3132 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
3046 | 3133 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
|
0 commit comments