|
23 | 23 | dependencies:
|
24 | 24 | "@babel/highlight" "^7.14.5"
|
25 | 25 |
|
| 26 | +"@babel/code-frame@^7.22.13": |
| 27 | + version "7.22.13" |
| 28 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" |
| 29 | + integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== |
| 30 | + dependencies: |
| 31 | + "@babel/highlight" "^7.22.13" |
| 32 | + chalk "^2.4.2" |
| 33 | + |
26 | 34 | "@babel/compat-data@^7.14.5":
|
27 | 35 | version "7.14.7"
|
28 | 36 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08"
|
|
71 | 79 | semver "^6.3.0"
|
72 | 80 | source-map "^0.5.0"
|
73 | 81 |
|
74 |
| -"@babel/generator@^7.11.5", "@babel/generator@^7.11.6": |
| 82 | +"@babel/generator@^7.11.6": |
75 | 83 | version "7.11.6"
|
76 | 84 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.6.tgz#b868900f81b163b4d464ea24545c61cbac4dc620"
|
77 | 85 | integrity sha512-DWtQ1PV3r+cLbySoHrwn9RWEgKMBLLma4OBQloPRyDYvc5msJM9kvTLo1YnlJd1P/ZuKbdli3ijr5q3FvAF3uA==
|
|
89 | 97 | jsesc "^2.5.1"
|
90 | 98 | source-map "^0.5.0"
|
91 | 99 |
|
| 100 | +"@babel/generator@^7.23.0": |
| 101 | + version "7.23.0" |
| 102 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 103 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 104 | + dependencies: |
| 105 | + "@babel/types" "^7.23.0" |
| 106 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 107 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 108 | + jsesc "^2.5.1" |
| 109 | + |
92 | 110 | "@babel/helper-compilation-targets@^7.14.5":
|
93 | 111 | version "7.14.5"
|
94 | 112 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.5.tgz#7a99c5d0967911e972fe2c3411f7d5b498498ecf"
|
|
99 | 117 | browserslist "^4.16.6"
|
100 | 118 | semver "^6.3.0"
|
101 | 119 |
|
102 |
| -"@babel/helper-function-name@^7.10.4": |
103 |
| - version "7.10.4" |
104 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz#d2d3b20c59ad8c47112fa7d2a94bc09d5ef82f1a" |
105 |
| - integrity sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ== |
106 |
| - dependencies: |
107 |
| - "@babel/helper-get-function-arity" "^7.10.4" |
108 |
| - "@babel/template" "^7.10.4" |
109 |
| - "@babel/types" "^7.10.4" |
110 |
| - |
111 |
| -"@babel/helper-function-name@^7.14.5": |
112 |
| - version "7.14.5" |
113 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.14.5.tgz#89e2c474972f15d8e233b52ee8c480e2cfcd50c4" |
114 |
| - integrity sha512-Gjna0AsXWfFvrAuX+VKcN/aNNWonizBj39yGwUzVDVTlMYJMK2Wp6xdpy72mfArFq5uK+NOuexfzZlzI1z9+AQ== |
115 |
| - dependencies: |
116 |
| - "@babel/helper-get-function-arity" "^7.14.5" |
117 |
| - "@babel/template" "^7.14.5" |
118 |
| - "@babel/types" "^7.14.5" |
119 |
| - |
120 |
| -"@babel/helper-get-function-arity@^7.10.4": |
121 |
| - version "7.10.4" |
122 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz#98c1cbea0e2332f33f9a4661b8ce1505b2c19ba2" |
123 |
| - integrity sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A== |
124 |
| - dependencies: |
125 |
| - "@babel/types" "^7.10.4" |
| 120 | +"@babel/helper-environment-visitor@^7.22.20": |
| 121 | + version "7.22.20" |
| 122 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 123 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
126 | 124 |
|
127 |
| -"@babel/helper-get-function-arity@^7.14.5": |
128 |
| - version "7.14.5" |
129 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz#25fbfa579b0937eee1f3b805ece4ce398c431815" |
130 |
| - integrity sha512-I1Db4Shst5lewOM4V+ZKJzQ0JGGaZ6VY1jYvMghRjqs6DWgxLCIyFt30GlnKkfUeFLpJt2vzbMVEXVSXlIFYUg== |
| 125 | +"@babel/helper-function-name@^7.23.0": |
| 126 | + version "7.23.0" |
| 127 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 128 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
131 | 129 | dependencies:
|
132 |
| - "@babel/types" "^7.14.5" |
| 130 | + "@babel/template" "^7.22.15" |
| 131 | + "@babel/types" "^7.23.0" |
133 | 132 |
|
134 |
| -"@babel/helper-hoist-variables@^7.14.5": |
135 |
| - version "7.14.5" |
136 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.14.5.tgz#e0dd27c33a78e577d7c8884916a3e7ef1f7c7f8d" |
137 |
| - integrity sha512-R1PXiz31Uc0Vxy4OEOm07x0oSjKAdPPCh3tPivn/Eo8cvz6gveAeuyUUPB21Hoiif0uoPQSSdhIPS3352nvdyQ== |
| 133 | +"@babel/helper-hoist-variables@^7.22.5": |
| 134 | + version "7.22.5" |
| 135 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 136 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
138 | 137 | dependencies:
|
139 |
| - "@babel/types" "^7.14.5" |
| 138 | + "@babel/types" "^7.22.5" |
140 | 139 |
|
141 | 140 | "@babel/helper-member-expression-to-functions@^7.10.4":
|
142 | 141 | version "7.11.0"
|
|
266 | 265 | dependencies:
|
267 | 266 | "@babel/types" "^7.14.5"
|
268 | 267 |
|
| 268 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 269 | + version "7.22.6" |
| 270 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 271 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 272 | + dependencies: |
| 273 | + "@babel/types" "^7.22.5" |
| 274 | + |
| 275 | +"@babel/helper-string-parser@^7.22.5": |
| 276 | + version "7.22.5" |
| 277 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
| 278 | + integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
| 279 | + |
269 | 280 | "@babel/helper-validator-identifier@^7.10.4":
|
270 | 281 | version "7.10.4"
|
271 | 282 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
|
|
276 | 287 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
|
277 | 288 | integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==
|
278 | 289 |
|
| 290 | +"@babel/helper-validator-identifier@^7.22.20": |
| 291 | + version "7.22.20" |
| 292 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 293 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 294 | + |
279 | 295 | "@babel/helper-validator-option@^7.14.5":
|
280 | 296 | version "7.14.5"
|
281 | 297 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
|
|
317 | 333 | chalk "^2.0.0"
|
318 | 334 | js-tokens "^4.0.0"
|
319 | 335 |
|
| 336 | +"@babel/highlight@^7.22.13": |
| 337 | + version "7.22.20" |
| 338 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 339 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 340 | + dependencies: |
| 341 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 342 | + chalk "^2.4.2" |
| 343 | + js-tokens "^4.0.0" |
| 344 | + |
320 | 345 | "@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.11.5":
|
321 | 346 | version "7.11.5"
|
322 | 347 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.5.tgz#c7ff6303df71080ec7a4f5b8c003c58f1cf51037"
|
323 | 348 | integrity sha512-X9rD8qqm695vgmeaQ4fvz/o3+Wk4ZzQvSHkDBgpYKxpD4qTAUm88ZKtHkVqIOsYFFbIQ6wQYhC6q7pjqVK0E0Q==
|
324 | 349 |
|
325 |
| -"@babel/parser@^7.14.5", "@babel/parser@^7.14.6", "@babel/parser@^7.14.7", "@babel/parser@^7.7.2": |
| 350 | +"@babel/parser@^7.14.5", "@babel/parser@^7.14.6", "@babel/parser@^7.7.2": |
326 | 351 | version "7.14.7"
|
327 | 352 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.7.tgz#6099720c8839ca865a2637e6c85852ead0bdb595"
|
328 | 353 | integrity sha512-X67Z5y+VBJuHB/RjwECp8kSl5uYi0BvRbNeWqkaJCVh+LiTPl19WBUfG627psSgp9rSf6ojuXghQM3ha6qHHdA==
|
329 | 354 |
|
| 355 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 356 | + version "7.23.0" |
| 357 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 358 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 359 | + |
330 | 360 | "@babel/plugin-syntax-async-generators@^7.8.4":
|
331 | 361 | version "7.8.4"
|
332 | 362 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d"
|
|
436 | 466 | "@babel/parser" "^7.14.5"
|
437 | 467 | "@babel/types" "^7.14.5"
|
438 | 468 |
|
439 |
| -"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.11.5": |
440 |
| - version "7.11.5" |
441 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.5.tgz#be777b93b518eb6d76ee2e1ea1d143daa11e61c3" |
442 |
| - integrity sha512-EjiPXt+r7LiCZXEfRpSJd+jUMnBd4/9OUv7Nx3+0u9+eimMwJmG0Q98lw4/289JCoxSE8OolDMNZaaF/JZ69WQ== |
443 |
| - dependencies: |
444 |
| - "@babel/code-frame" "^7.10.4" |
445 |
| - "@babel/generator" "^7.11.5" |
446 |
| - "@babel/helper-function-name" "^7.10.4" |
447 |
| - "@babel/helper-split-export-declaration" "^7.11.0" |
448 |
| - "@babel/parser" "^7.11.5" |
449 |
| - "@babel/types" "^7.11.5" |
450 |
| - debug "^4.1.0" |
451 |
| - globals "^11.1.0" |
452 |
| - lodash "^4.17.19" |
453 |
| - |
454 |
| -"@babel/traverse@^7.14.5", "@babel/traverse@^7.7.2": |
455 |
| - version "7.14.7" |
456 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.7.tgz#64007c9774cfdc3abd23b0780bc18a3ce3631753" |
457 |
| - integrity sha512-9vDr5NzHu27wgwejuKL7kIOm4bwEtaPQ4Z6cpCmjSuaRqpH/7xc4qcGEscwMqlkwgcXl6MvqoAjZkQ24uSdIZQ== |
458 |
| - dependencies: |
459 |
| - "@babel/code-frame" "^7.14.5" |
460 |
| - "@babel/generator" "^7.14.5" |
461 |
| - "@babel/helper-function-name" "^7.14.5" |
462 |
| - "@babel/helper-hoist-variables" "^7.14.5" |
463 |
| - "@babel/helper-split-export-declaration" "^7.14.5" |
464 |
| - "@babel/parser" "^7.14.7" |
465 |
| - "@babel/types" "^7.14.5" |
| 469 | +"@babel/template@^7.22.15": |
| 470 | + version "7.22.15" |
| 471 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 472 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
| 473 | + dependencies: |
| 474 | + "@babel/code-frame" "^7.22.13" |
| 475 | + "@babel/parser" "^7.22.15" |
| 476 | + "@babel/types" "^7.22.15" |
| 477 | + |
| 478 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.11.5", "@babel/traverse@^7.14.5", "@babel/traverse@^7.7.2": |
| 479 | + version "7.23.2" |
| 480 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 481 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 482 | + dependencies: |
| 483 | + "@babel/code-frame" "^7.22.13" |
| 484 | + "@babel/generator" "^7.23.0" |
| 485 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 486 | + "@babel/helper-function-name" "^7.23.0" |
| 487 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 488 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 489 | + "@babel/parser" "^7.23.0" |
| 490 | + "@babel/types" "^7.23.0" |
466 | 491 | debug "^4.1.0"
|
467 | 492 | globals "^11.1.0"
|
468 | 493 |
|
|
483 | 508 | "@babel/helper-validator-identifier" "^7.14.5"
|
484 | 509 | to-fast-properties "^2.0.0"
|
485 | 510 |
|
| 511 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0": |
| 512 | + version "7.23.0" |
| 513 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 514 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 515 | + dependencies: |
| 516 | + "@babel/helper-string-parser" "^7.22.5" |
| 517 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 518 | + to-fast-properties "^2.0.0" |
| 519 | + |
486 | 520 | "@bcoe/v8-coverage@^0.2.3":
|
487 | 521 | version "0.2.3"
|
488 | 522 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
716 | 750 | "@jridgewell/sourcemap-codec" "^1.4.10"
|
717 | 751 | "@jridgewell/trace-mapping" "^0.3.9"
|
718 | 752 |
|
| 753 | +"@jridgewell/gen-mapping@^0.3.2": |
| 754 | + version "0.3.3" |
| 755 | + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098" |
| 756 | + integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ== |
| 757 | + dependencies: |
| 758 | + "@jridgewell/set-array" "^1.0.1" |
| 759 | + "@jridgewell/sourcemap-codec" "^1.4.10" |
| 760 | + "@jridgewell/trace-mapping" "^0.3.9" |
| 761 | + |
719 | 762 | "@jridgewell/resolve-uri@^3.0.3":
|
720 | 763 | version "3.1.0"
|
721 | 764 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"
|
722 | 765 | integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==
|
723 | 766 |
|
| 767 | +"@jridgewell/resolve-uri@^3.1.0": |
| 768 | + version "3.1.1" |
| 769 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721" |
| 770 | + integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA== |
| 771 | + |
724 | 772 | "@jridgewell/set-array@^1.0.1":
|
725 | 773 | version "1.1.2"
|
726 | 774 | resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
|
|
739 | 787 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
|
740 | 788 | integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
|
741 | 789 |
|
| 790 | +"@jridgewell/sourcemap-codec@^1.4.14": |
| 791 | + version "1.4.15" |
| 792 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" |
| 793 | + integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== |
| 794 | + |
| 795 | +"@jridgewell/trace-mapping@^0.3.17": |
| 796 | + version "0.3.19" |
| 797 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz#f8a3249862f91be48d3127c3cfe992f79b4b8811" |
| 798 | + integrity sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw== |
| 799 | + dependencies: |
| 800 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 801 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 802 | + |
742 | 803 | "@jridgewell/trace-mapping@^0.3.9":
|
743 | 804 | version "0.3.14"
|
744 | 805 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.14.tgz#b231a081d8f66796e475ad588a1ef473112701ed"
|
@@ -1330,7 +1391,7 @@ caniuse-lite@^1.0.30001219:
|
1330 | 1391 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001245.tgz#45b941bbd833cb0fa53861ff2bae746b3c6ca5d4"
|
1331 | 1392 | integrity sha512-768fM9j1PKXpOCKws6eTo3RHmvTUsG9UrpT4WoREFeZgJBTi4/X9g565azS/rVUGtqb8nt7FjLeF5u4kukERnA==
|
1332 | 1393 |
|
1333 |
| -chalk@^2.0.0: |
| 1394 | +chalk@^2.0.0, chalk@^2.4.2: |
1334 | 1395 | version "2.4.2"
|
1335 | 1396 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
1336 | 1397 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
|
0 commit comments