|
147 | 147 | dependencies:
|
148 | 148 | "@babel/highlight" "^7.18.6"
|
149 | 149 |
|
| 150 | +"@babel/code-frame@^7.22.13": |
| 151 | + version "7.22.13" |
| 152 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" |
| 153 | + integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== |
| 154 | + dependencies: |
| 155 | + "@babel/highlight" "^7.22.13" |
| 156 | + chalk "^2.4.2" |
| 157 | + |
150 | 158 | "@babel/compat-data@^7.20.0":
|
151 | 159 | version "7.20.5"
|
152 | 160 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.5.tgz#86f172690b093373a933223b4745deeb6049e733"
|
|
191 | 199 | "@jridgewell/gen-mapping" "^0.3.2"
|
192 | 200 | jsesc "^2.5.1"
|
193 | 201 |
|
| 202 | +"@babel/generator@^7.23.0": |
| 203 | + version "7.23.0" |
| 204 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 205 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 206 | + dependencies: |
| 207 | + "@babel/types" "^7.23.0" |
| 208 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 209 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 210 | + jsesc "^2.5.1" |
| 211 | + |
194 | 212 | "@babel/helper-compilation-targets@^7.20.0":
|
195 | 213 | version "7.20.0"
|
196 | 214 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.0.tgz#6bf5374d424e1b3922822f1d9bdaa43b1a139d0a"
|
|
206 | 224 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
|
207 | 225 | integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
|
208 | 226 |
|
209 |
| -"@babel/helper-function-name@^7.19.0": |
210 |
| - version "7.19.0" |
211 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz#941574ed5390682e872e52d3f38ce9d1bef4648c" |
212 |
| - integrity sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w== |
| 227 | +"@babel/helper-environment-visitor@^7.22.20": |
| 228 | + version "7.22.20" |
| 229 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 230 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 231 | + |
| 232 | +"@babel/helper-function-name@^7.23.0": |
| 233 | + version "7.23.0" |
| 234 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 235 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
213 | 236 | dependencies:
|
214 |
| - "@babel/template" "^7.18.10" |
215 |
| - "@babel/types" "^7.19.0" |
| 237 | + "@babel/template" "^7.22.15" |
| 238 | + "@babel/types" "^7.23.0" |
216 | 239 |
|
217 |
| -"@babel/helper-hoist-variables@^7.18.6": |
218 |
| - version "7.18.6" |
219 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678" |
220 |
| - integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q== |
| 240 | +"@babel/helper-hoist-variables@^7.22.5": |
| 241 | + version "7.22.5" |
| 242 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 243 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
221 | 244 | dependencies:
|
222 |
| - "@babel/types" "^7.18.6" |
| 245 | + "@babel/types" "^7.22.5" |
223 | 246 |
|
224 | 247 | "@babel/helper-module-imports@^7.18.6":
|
225 | 248 | version "7.18.6"
|
|
256 | 279 | dependencies:
|
257 | 280 | "@babel/types" "^7.18.6"
|
258 | 281 |
|
| 282 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 283 | + version "7.22.6" |
| 284 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 285 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 286 | + dependencies: |
| 287 | + "@babel/types" "^7.22.5" |
| 288 | + |
259 | 289 | "@babel/helper-string-parser@^7.19.4":
|
260 | 290 | version "7.19.4"
|
261 | 291 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
|
262 | 292 | integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
|
263 | 293 |
|
| 294 | +"@babel/helper-string-parser@^7.22.5": |
| 295 | + version "7.22.5" |
| 296 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
| 297 | + integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
| 298 | + |
264 | 299 | "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
|
265 | 300 | version "7.19.1"
|
266 | 301 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
|
267 | 302 | integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
|
268 | 303 |
|
| 304 | +"@babel/helper-validator-identifier@^7.22.20": |
| 305 | + version "7.22.20" |
| 306 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 307 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 308 | + |
269 | 309 | "@babel/helper-validator-option@^7.18.6":
|
270 | 310 | version "7.18.6"
|
271 | 311 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8"
|
|
289 | 329 | chalk "^2.0.0"
|
290 | 330 | js-tokens "^4.0.0"
|
291 | 331 |
|
| 332 | +"@babel/highlight@^7.22.13": |
| 333 | + version "7.22.20" |
| 334 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 335 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 336 | + dependencies: |
| 337 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 338 | + chalk "^2.4.2" |
| 339 | + js-tokens "^4.0.0" |
| 340 | + |
292 | 341 | "@babel/parser@^7.16.4", "@babel/parser@^7.18.10", "@babel/parser@^7.20.5":
|
293 | 342 | version "7.20.5"
|
294 | 343 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.5.tgz#7f3c7335fe417665d929f34ae5dceae4c04015e8"
|
295 | 344 | integrity sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA==
|
296 | 345 |
|
| 346 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 347 | + version "7.23.0" |
| 348 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 349 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 350 | + |
297 | 351 | "@babel/template@^7.18.10":
|
298 | 352 | version "7.18.10"
|
299 | 353 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71"
|
|
303 | 357 | "@babel/parser" "^7.18.10"
|
304 | 358 | "@babel/types" "^7.18.10"
|
305 | 359 |
|
306 |
| -"@babel/traverse@^7.20.1", "@babel/traverse@^7.20.5": |
307 |
| - version "7.20.5" |
308 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.5.tgz#78eb244bea8270fdda1ef9af22a5d5e5b7e57133" |
309 |
| - integrity sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ== |
| 360 | +"@babel/template@^7.22.15": |
| 361 | + version "7.22.15" |
| 362 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 363 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
310 | 364 | dependencies:
|
311 |
| - "@babel/code-frame" "^7.18.6" |
312 |
| - "@babel/generator" "^7.20.5" |
313 |
| - "@babel/helper-environment-visitor" "^7.18.9" |
314 |
| - "@babel/helper-function-name" "^7.19.0" |
315 |
| - "@babel/helper-hoist-variables" "^7.18.6" |
316 |
| - "@babel/helper-split-export-declaration" "^7.18.6" |
317 |
| - "@babel/parser" "^7.20.5" |
318 |
| - "@babel/types" "^7.20.5" |
| 365 | + "@babel/code-frame" "^7.22.13" |
| 366 | + "@babel/parser" "^7.22.15" |
| 367 | + "@babel/types" "^7.22.15" |
| 368 | + |
| 369 | +"@babel/traverse@^7.20.1", "@babel/traverse@^7.20.5": |
| 370 | + version "7.23.2" |
| 371 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 372 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 373 | + dependencies: |
| 374 | + "@babel/code-frame" "^7.22.13" |
| 375 | + "@babel/generator" "^7.23.0" |
| 376 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 377 | + "@babel/helper-function-name" "^7.23.0" |
| 378 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 379 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 380 | + "@babel/parser" "^7.23.0" |
| 381 | + "@babel/types" "^7.23.0" |
319 | 382 | debug "^4.1.0"
|
320 | 383 | globals "^11.1.0"
|
321 | 384 |
|
322 |
| -"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.0", "@babel/types@^7.20.2", "@babel/types@^7.20.5": |
| 385 | +"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.20.2", "@babel/types@^7.20.5": |
323 | 386 | version "7.20.5"
|
324 | 387 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.5.tgz#e206ae370b5393d94dfd1d04cd687cace53efa84"
|
325 | 388 | integrity sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg==
|
|
328 | 391 | "@babel/helper-validator-identifier" "^7.19.1"
|
329 | 392 | to-fast-properties "^2.0.0"
|
330 | 393 |
|
| 394 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0": |
| 395 | + version "7.23.0" |
| 396 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 397 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 398 | + dependencies: |
| 399 | + "@babel/helper-string-parser" "^7.22.5" |
| 400 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 401 | + to-fast-properties "^2.0.0" |
| 402 | + |
331 | 403 | "@docsearch/[email protected]", "@docsearch/css@^3.2.2":
|
332 | 404 | version "3.3.0"
|
333 | 405 | resolved "https://registry.yarnpkg.com/@docsearch/css/-/css-3.3.0.tgz#d698e48302d12240d7c2f7452ccb2d2239a8cd80"
|
|
428 | 500 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"
|
429 | 501 | integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==
|
430 | 502 |
|
| 503 | +"@jridgewell/resolve-uri@^3.1.0": |
| 504 | + version "3.1.1" |
| 505 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721" |
| 506 | + integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA== |
| 507 | + |
431 | 508 | "@jridgewell/set-array@^1.0.0", "@jridgewell/set-array@^1.0.1":
|
432 | 509 | version "1.1.2"
|
433 | 510 | resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
|
|
438 | 515 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
|
439 | 516 | integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
|
440 | 517 |
|
| 518 | +"@jridgewell/sourcemap-codec@^1.4.14": |
| 519 | + version "1.4.15" |
| 520 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" |
| 521 | + integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== |
| 522 | + |
| 523 | +"@jridgewell/trace-mapping@^0.3.17": |
| 524 | + version "0.3.20" |
| 525 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz#72e45707cf240fa6b081d0366f8265b0cd10197f" |
| 526 | + integrity sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q== |
| 527 | + dependencies: |
| 528 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 529 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 530 | + |
441 | 531 | "@jridgewell/trace-mapping@^0.3.9":
|
442 | 532 | version "0.3.17"
|
443 | 533 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz#793041277af9073b0951a7fe0f0d8c4c98c36985"
|
@@ -1608,7 +1698,7 @@ chai@^4.2.0, chai@^4.3.4:
|
1608 | 1698 | pathval "^1.1.1"
|
1609 | 1699 | type-detect "^4.0.5"
|
1610 | 1700 |
|
1611 |
| -chalk@^2.0.0: |
| 1701 | +chalk@^2.0.0, chalk@^2.4.2: |
1612 | 1702 | version "2.4.2"
|
1613 | 1703 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
1614 | 1704 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
|
0 commit comments