|
132 | 132 | dependencies: |
133 | 133 | "@babel/highlight" "^7.16.0" |
134 | 134 |
|
| 135 | +"@babel/code-frame@^7.22.13", "@babel/code-frame@^7.23.5": |
| 136 | + version "7.23.5" |
| 137 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.23.5.tgz#9009b69a8c602293476ad598ff53e4562e15c244" |
| 138 | + integrity sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA== |
| 139 | + dependencies: |
| 140 | + "@babel/highlight" "^7.23.4" |
| 141 | + chalk "^2.4.2" |
| 142 | + |
135 | 143 | "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.16.0": |
136 | 144 | version "7.16.0" |
137 | 145 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.0.tgz#ea269d7f78deb3a7826c39a4048eecda541ebdaa" |
|
189 | 197 | jsesc "^2.5.1" |
190 | 198 | source-map "^0.5.0" |
191 | 199 |
|
| 200 | +"@babel/generator@^7.23.5": |
| 201 | + version "7.23.5" |
| 202 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.5.tgz#17d0a1ea6b62f351d281350a5f80b87a810c4755" |
| 203 | + integrity sha512-BPssCHrBD+0YrxviOa3QzpqwhNIXKEtOa2jQrm4FlmkC2apYgRnQcmPWiGZDlGxiNtltnUFolMe8497Esry+jA== |
| 204 | + dependencies: |
| 205 | + "@babel/types" "^7.23.5" |
| 206 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 207 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 208 | + jsesc "^2.5.1" |
| 209 | + |
192 | 210 | "@babel/helper-annotate-as-pure@^7.16.0": |
193 | 211 | version "7.16.0" |
194 | 212 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz#9a1f0ebcda53d9a2d00108c4ceace6a5d5f1f08d" |
|
248 | 266 | resolve "^1.14.2" |
249 | 267 | semver "^6.1.2" |
250 | 268 |
|
| 269 | +"@babel/helper-environment-visitor@^7.22.20": |
| 270 | + version "7.22.20" |
| 271 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 272 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 273 | + |
251 | 274 | "@babel/helper-explode-assignable-expression@^7.16.0": |
252 | 275 | version "7.16.0" |
253 | 276 | resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.0.tgz#753017337a15f46f9c09f674cff10cee9b9d7778" |
|
264 | 287 | "@babel/template" "^7.16.0" |
265 | 288 | "@babel/types" "^7.16.0" |
266 | 289 |
|
| 290 | +"@babel/helper-function-name@^7.23.0": |
| 291 | + version "7.23.0" |
| 292 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 293 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
| 294 | + dependencies: |
| 295 | + "@babel/template" "^7.22.15" |
| 296 | + "@babel/types" "^7.23.0" |
| 297 | + |
267 | 298 | "@babel/helper-get-function-arity@^7.16.0": |
268 | 299 | version "7.16.0" |
269 | 300 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.0.tgz#0088c7486b29a9cb5d948b1a1de46db66e089cfa" |
|
278 | 309 | dependencies: |
279 | 310 | "@babel/types" "^7.16.0" |
280 | 311 |
|
| 312 | +"@babel/helper-hoist-variables@^7.22.5": |
| 313 | + version "7.22.5" |
| 314 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 315 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
| 316 | + dependencies: |
| 317 | + "@babel/types" "^7.22.5" |
| 318 | + |
281 | 319 | "@babel/helper-member-expression-to-functions@^7.16.0": |
282 | 320 | version "7.16.0" |
283 | 321 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.0.tgz#29287040efd197c77636ef75188e81da8bccd5a4" |
|
363 | 401 | dependencies: |
364 | 402 | "@babel/types" "^7.16.0" |
365 | 403 |
|
| 404 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 405 | + version "7.22.6" |
| 406 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 407 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 408 | + dependencies: |
| 409 | + "@babel/types" "^7.22.5" |
| 410 | + |
| 411 | +"@babel/helper-string-parser@^7.23.4": |
| 412 | + version "7.23.4" |
| 413 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83" |
| 414 | + integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ== |
| 415 | + |
366 | 416 | "@babel/helper-validator-identifier@^7.15.7": |
367 | 417 | version "7.15.7" |
368 | 418 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389" |
369 | 419 | integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w== |
370 | 420 |
|
| 421 | +"@babel/helper-validator-identifier@^7.22.20": |
| 422 | + version "7.22.20" |
| 423 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 424 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 425 | + |
371 | 426 | "@babel/helper-validator-option@^7.14.5": |
372 | 427 | version "7.14.5" |
373 | 428 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3" |
|
401 | 456 | chalk "^2.0.0" |
402 | 457 | js-tokens "^4.0.0" |
403 | 458 |
|
| 459 | +"@babel/highlight@^7.23.4": |
| 460 | + version "7.23.4" |
| 461 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.23.4.tgz#edaadf4d8232e1a961432db785091207ead0621b" |
| 462 | + integrity sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A== |
| 463 | + dependencies: |
| 464 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 465 | + chalk "^2.4.2" |
| 466 | + js-tokens "^4.0.0" |
| 467 | + |
404 | 468 | "@babel/parser@^7.12.16", "@babel/parser@^7.12.7", "@babel/parser@^7.16.0": |
405 | 469 | version "7.16.2" |
406 | 470 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.2.tgz#3723cd5c8d8773eef96ce57ea1d9b7faaccd12ac" |
407 | 471 | integrity sha512-RUVpT0G2h6rOZwqLDTrKk7ksNv7YpAilTnYe1/Q+eDjxEceRMKVWbCsX7t8h6C1qCFi/1Y8WZjcEPBAFG27GPw== |
408 | 472 |
|
| 473 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.5": |
| 474 | + version "7.23.5" |
| 475 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.5.tgz#37dee97c4752af148e1d38c34b856b2507660563" |
| 476 | + integrity sha512-hOOqoiNXrmGdFbhgCzu6GiURxUgM27Xwd/aPuu8RfHEZPBzL1Z54okAHAQjXfcQNwvrlkAmAp4SlRTZ45vlthQ== |
| 477 | + |
409 | 478 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.0": |
410 | 479 | version "7.16.2" |
411 | 480 | 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.2.tgz#2977fca9b212db153c195674e57cfab807733183" |
|
1123 | 1192 | "@babel/parser" "^7.16.0" |
1124 | 1193 | "@babel/types" "^7.16.0" |
1125 | 1194 |
|
1126 | | -"@babel/traverse@^7.12.13", "@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.0": |
1127 | | - version "7.16.0" |
1128 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.0.tgz#965df6c6bfc0a958c1e739284d3c9fa4a6e3c45b" |
1129 | | - integrity sha512-qQ84jIs1aRQxaGaxSysII9TuDaguZ5yVrEuC0BN2vcPlalwfLovVmCjbFDPECPXcYM/wLvNFfp8uDOliLxIoUQ== |
| 1195 | +"@babel/template@^7.22.15": |
| 1196 | + version "7.22.15" |
| 1197 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 1198 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
1130 | 1199 | dependencies: |
1131 | | - "@babel/code-frame" "^7.16.0" |
1132 | | - "@babel/generator" "^7.16.0" |
1133 | | - "@babel/helper-function-name" "^7.16.0" |
1134 | | - "@babel/helper-hoist-variables" "^7.16.0" |
1135 | | - "@babel/helper-split-export-declaration" "^7.16.0" |
1136 | | - "@babel/parser" "^7.16.0" |
1137 | | - "@babel/types" "^7.16.0" |
| 1200 | + "@babel/code-frame" "^7.22.13" |
| 1201 | + "@babel/parser" "^7.22.15" |
| 1202 | + "@babel/types" "^7.22.15" |
| 1203 | + |
| 1204 | +"@babel/traverse@^7.12.13", "@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.0": |
| 1205 | + version "7.23.5" |
| 1206 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.5.tgz#f546bf9aba9ef2b042c0e00d245990c15508e7ec" |
| 1207 | + integrity sha512-czx7Xy5a6sapWWRx61m1Ke1Ra4vczu1mCTtJam5zRTBOonfdJ+S/B6HYmGYu3fJtr8GGET3si6IhgWVBhJ/m8w== |
| 1208 | + dependencies: |
| 1209 | + "@babel/code-frame" "^7.23.5" |
| 1210 | + "@babel/generator" "^7.23.5" |
| 1211 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 1212 | + "@babel/helper-function-name" "^7.23.0" |
| 1213 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 1214 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 1215 | + "@babel/parser" "^7.23.5" |
| 1216 | + "@babel/types" "^7.23.5" |
1138 | 1217 | debug "^4.1.0" |
1139 | 1218 | globals "^11.1.0" |
1140 | 1219 |
|
|
1146 | 1225 | "@babel/helper-validator-identifier" "^7.15.7" |
1147 | 1226 | to-fast-properties "^2.0.0" |
1148 | 1227 |
|
| 1228 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.5": |
| 1229 | + version "7.23.5" |
| 1230 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.5.tgz#48d730a00c95109fa4393352705954d74fb5b602" |
| 1231 | + integrity sha512-ON5kSOJwVO6xXVRTvOI0eOnWe7VdUcIpsovGo9U/Br4Ie4UVFQTboO2cYnDhAGU6Fp+UxSiT+pMft0SMHfuq6w== |
| 1232 | + dependencies: |
| 1233 | + "@babel/helper-string-parser" "^7.23.4" |
| 1234 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 1235 | + to-fast-properties "^2.0.0" |
| 1236 | + |
1149 | 1237 | "@docsearch/css@3.0.0-alpha.41": |
1150 | 1238 | version "3.0.0-alpha.41" |
1151 | 1239 | resolved "https://registry.yarnpkg.com/@docsearch/css/-/css-3.0.0-alpha.41.tgz#c5c8e803541bd157ad86e764c2c1e9f1b5a68592" |
|
1540 | 1628 | "@jridgewell/sourcemap-codec" "^1.4.10" |
1541 | 1629 | "@jridgewell/trace-mapping" "^0.3.9" |
1542 | 1630 |
|
| 1631 | +"@jridgewell/gen-mapping@^0.3.2": |
| 1632 | + version "0.3.3" |
| 1633 | + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098" |
| 1634 | + integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ== |
| 1635 | + dependencies: |
| 1636 | + "@jridgewell/set-array" "^1.0.1" |
| 1637 | + "@jridgewell/sourcemap-codec" "^1.4.10" |
| 1638 | + "@jridgewell/trace-mapping" "^0.3.9" |
| 1639 | + |
1543 | 1640 | "@jridgewell/resolve-uri@^3.0.3": |
1544 | 1641 | version "3.1.0" |
1545 | 1642 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78" |
1546 | 1643 | integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w== |
1547 | 1644 |
|
| 1645 | +"@jridgewell/resolve-uri@^3.1.0": |
| 1646 | + version "3.1.1" |
| 1647 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721" |
| 1648 | + integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA== |
| 1649 | + |
1548 | 1650 | "@jridgewell/set-array@^1.0.1": |
1549 | 1651 | version "1.1.2" |
1550 | 1652 | resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72" |
|
1563 | 1665 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24" |
1564 | 1666 | integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw== |
1565 | 1667 |
|
| 1668 | +"@jridgewell/sourcemap-codec@^1.4.14": |
| 1669 | + version "1.4.15" |
| 1670 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" |
| 1671 | + integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== |
| 1672 | + |
| 1673 | +"@jridgewell/trace-mapping@^0.3.17": |
| 1674 | + version "0.3.20" |
| 1675 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz#72e45707cf240fa6b081d0366f8265b0cd10197f" |
| 1676 | + integrity sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q== |
| 1677 | + dependencies: |
| 1678 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 1679 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 1680 | + |
1566 | 1681 | "@jridgewell/trace-mapping@^0.3.9": |
1567 | 1682 | version "0.3.14" |
1568 | 1683 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.14.tgz#b231a081d8f66796e475ad588a1ef473112701ed" |
|
0 commit comments