|
89 | 89 | dependencies:
|
90 | 90 | "@babel/highlight" "^7.16.7"
|
91 | 91 |
|
| 92 | +"@babel/code-frame@^7.22.13": |
| 93 | + version "7.22.13" |
| 94 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" |
| 95 | + integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== |
| 96 | + dependencies: |
| 97 | + "@babel/highlight" "^7.22.13" |
| 98 | + chalk "^2.4.2" |
| 99 | + |
92 | 100 | "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.16.4":
|
93 | 101 | version "7.16.4"
|
94 | 102 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.4.tgz#081d6bbc336ec5c2435c6346b2ae1fb98b5ac68e"
|
|
124 | 132 | jsesc "^2.5.1"
|
125 | 133 | source-map "^0.5.0"
|
126 | 134 |
|
| 135 | +"@babel/generator@^7.23.0": |
| 136 | + version "7.23.0" |
| 137 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 138 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 139 | + dependencies: |
| 140 | + "@babel/types" "^7.23.0" |
| 141 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 142 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 143 | + jsesc "^2.5.1" |
| 144 | + |
127 | 145 | "@babel/helper-annotate-as-pure@^7.16.7":
|
128 | 146 | version "7.16.7"
|
129 | 147 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862"
|
|
191 | 209 | dependencies:
|
192 | 210 | "@babel/types" "^7.16.7"
|
193 | 211 |
|
| 212 | +"@babel/helper-environment-visitor@^7.22.20": |
| 213 | + version "7.22.20" |
| 214 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 215 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 216 | + |
194 | 217 | "@babel/helper-explode-assignable-expression@^7.16.7":
|
195 | 218 | version "7.16.7"
|
196 | 219 | resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.7.tgz#12a6d8522fdd834f194e868af6354e8650242b7a"
|
|
207 | 230 | "@babel/template" "^7.16.7"
|
208 | 231 | "@babel/types" "^7.16.7"
|
209 | 232 |
|
| 233 | +"@babel/helper-function-name@^7.23.0": |
| 234 | + version "7.23.0" |
| 235 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 236 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
| 237 | + dependencies: |
| 238 | + "@babel/template" "^7.22.15" |
| 239 | + "@babel/types" "^7.23.0" |
| 240 | + |
210 | 241 | "@babel/helper-get-function-arity@^7.16.7":
|
211 | 242 | version "7.16.7"
|
212 | 243 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz#ea08ac753117a669f1508ba06ebcc49156387419"
|
|
221 | 252 | dependencies:
|
222 | 253 | "@babel/types" "^7.16.7"
|
223 | 254 |
|
| 255 | +"@babel/helper-hoist-variables@^7.22.5": |
| 256 | + version "7.22.5" |
| 257 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 258 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
| 259 | + dependencies: |
| 260 | + "@babel/types" "^7.22.5" |
| 261 | + |
224 | 262 | "@babel/helper-member-expression-to-functions@^7.16.7":
|
225 | 263 | version "7.16.7"
|
226 | 264 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.7.tgz#42b9ca4b2b200123c3b7e726b0ae5153924905b0"
|
|
302 | 340 | dependencies:
|
303 | 341 | "@babel/types" "^7.16.7"
|
304 | 342 |
|
| 343 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 344 | + version "7.22.6" |
| 345 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 346 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 347 | + dependencies: |
| 348 | + "@babel/types" "^7.22.5" |
| 349 | + |
| 350 | +"@babel/helper-string-parser@^7.22.5": |
| 351 | + version "7.22.5" |
| 352 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
| 353 | + integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
| 354 | + |
305 | 355 | "@babel/helper-validator-identifier@^7.16.7":
|
306 | 356 | version "7.16.7"
|
307 | 357 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
|
308 | 358 | integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
|
309 | 359 |
|
| 360 | +"@babel/helper-validator-identifier@^7.22.20": |
| 361 | + version "7.22.20" |
| 362 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 363 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 364 | + |
310 | 365 | "@babel/helper-validator-option@^7.16.7":
|
311 | 366 | version "7.16.7"
|
312 | 367 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23"
|
|
340 | 395 | chalk "^2.0.0"
|
341 | 396 | js-tokens "^4.0.0"
|
342 | 397 |
|
| 398 | +"@babel/highlight@^7.22.13": |
| 399 | + version "7.22.20" |
| 400 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 401 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 402 | + dependencies: |
| 403 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 404 | + chalk "^2.4.2" |
| 405 | + js-tokens "^4.0.0" |
| 406 | + |
343 | 407 | "@babel/parser@^7.16.2", "@babel/parser@^7.16.7", "@babel/parser@^7.6.0", "@babel/parser@^7.9.6":
|
344 | 408 | version "7.16.8"
|
345 | 409 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.8.tgz#61c243a3875f7d0b0962b0543a33ece6ff2f1f17"
|
346 | 410 | integrity sha512-i7jDUfrVBWc+7OKcBzEe5n7fbv3i2fWtxKzzCvOjnzSxMfWMigAhtfJ7qzZNGFNMsCCd67+uz553dYKWXPvCKw==
|
347 | 411 |
|
| 412 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 413 | + version "7.23.0" |
| 414 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 415 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 416 | + |
348 | 417 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
|
349 | 418 | version "7.16.7"
|
350 | 419 | 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.16.7.tgz#4eda6d6c2a0aa79c70fa7b6da67763dfe2141050"
|
|
944 | 1013 | "@babel/parser" "^7.16.7"
|
945 | 1014 | "@babel/types" "^7.16.7"
|
946 | 1015 |
|
947 |
| -"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.0", "@babel/traverse@^7.16.7": |
948 |
| - version "7.16.7" |
949 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.7.tgz#dac01236a72c2560073658dd1a285fe4e0865d76" |
950 |
| - integrity sha512-8KWJPIb8c2VvY8AJrydh6+fVRo2ODx1wYBU2398xJVq0JomuLBZmVQzLPBblJgHIGYG4znCpUZUZ0Pt2vdmVYQ== |
| 1016 | +"@babel/template@^7.22.15": |
| 1017 | + version "7.22.15" |
| 1018 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 1019 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
951 | 1020 | dependencies:
|
952 |
| - "@babel/code-frame" "^7.16.7" |
953 |
| - "@babel/generator" "^7.16.7" |
954 |
| - "@babel/helper-environment-visitor" "^7.16.7" |
955 |
| - "@babel/helper-function-name" "^7.16.7" |
956 |
| - "@babel/helper-hoist-variables" "^7.16.7" |
957 |
| - "@babel/helper-split-export-declaration" "^7.16.7" |
958 |
| - "@babel/parser" "^7.16.7" |
959 |
| - "@babel/types" "^7.16.7" |
| 1021 | + "@babel/code-frame" "^7.22.13" |
| 1022 | + "@babel/parser" "^7.22.15" |
| 1023 | + "@babel/types" "^7.22.15" |
| 1024 | + |
| 1025 | +"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.0", "@babel/traverse@^7.16.7": |
| 1026 | + version "7.23.2" |
| 1027 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 1028 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 1029 | + dependencies: |
| 1030 | + "@babel/code-frame" "^7.22.13" |
| 1031 | + "@babel/generator" "^7.23.0" |
| 1032 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 1033 | + "@babel/helper-function-name" "^7.23.0" |
| 1034 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 1035 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 1036 | + "@babel/parser" "^7.23.0" |
| 1037 | + "@babel/types" "^7.23.0" |
960 | 1038 | debug "^4.1.0"
|
961 | 1039 | globals "^11.1.0"
|
962 | 1040 |
|
|
968 | 1046 | "@babel/helper-validator-identifier" "^7.16.7"
|
969 | 1047 | to-fast-properties "^2.0.0"
|
970 | 1048 |
|
| 1049 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0": |
| 1050 | + version "7.23.0" |
| 1051 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 1052 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 1053 | + dependencies: |
| 1054 | + "@babel/helper-string-parser" "^7.22.5" |
| 1055 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 1056 | + to-fast-properties "^2.0.0" |
| 1057 | + |
971 | 1058 | "@bundled-es-modules/message-format@6.0.4":
|
972 | 1059 | version "6.0.4"
|
973 | 1060 | resolved "https://registry.yarnpkg.com/@bundled-es-modules/message-format/-/message-format-6.0.4.tgz#232da6877adb960f6c8f598c72588a84352de147"
|
|
1403 | 1490 | "@jridgewell/sourcemap-codec" "^1.4.10"
|
1404 | 1491 | "@jridgewell/trace-mapping" "^0.3.9"
|
1405 | 1492 |
|
| 1493 | +"@jridgewell/gen-mapping@^0.3.2": |
| 1494 | + version "0.3.3" |
| 1495 | + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098" |
| 1496 | + integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ== |
| 1497 | + dependencies: |
| 1498 | + "@jridgewell/set-array" "^1.0.1" |
| 1499 | + "@jridgewell/sourcemap-codec" "^1.4.10" |
| 1500 | + "@jridgewell/trace-mapping" "^0.3.9" |
| 1501 | + |
1406 | 1502 | "@jridgewell/resolve-uri@^3.0.3":
|
1407 | 1503 | version "3.1.0"
|
1408 | 1504 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"
|
1409 | 1505 | integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==
|
1410 | 1506 |
|
| 1507 | +"@jridgewell/resolve-uri@^3.1.0": |
| 1508 | + version "3.1.1" |
| 1509 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721" |
| 1510 | + integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA== |
| 1511 | + |
1411 | 1512 | "@jridgewell/set-array@^1.0.1":
|
1412 | 1513 | version "1.1.2"
|
1413 | 1514 | resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
|
|
1426 | 1527 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
|
1427 | 1528 | integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
|
1428 | 1529 |
|
| 1530 | +"@jridgewell/sourcemap-codec@^1.4.14": |
| 1531 | + version "1.4.15" |
| 1532 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" |
| 1533 | + integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== |
| 1534 | + |
| 1535 | +"@jridgewell/trace-mapping@^0.3.17": |
| 1536 | + version "0.3.19" |
| 1537 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz#f8a3249862f91be48d3127c3cfe992f79b4b8811" |
| 1538 | + integrity sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw== |
| 1539 | + dependencies: |
| 1540 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 1541 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 1542 | + |
1429 | 1543 | "@jridgewell/trace-mapping@^0.3.9":
|
1430 | 1544 | version "0.3.14"
|
1431 | 1545 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.14.tgz#b231a081d8f66796e475ad588a1ef473112701ed"
|
|
0 commit comments