|
23 | 23 | dependencies:
|
24 | 24 | "@babel/highlight" "^7.16.7"
|
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.13.11", "@babel/compat-data@^7.15.0":
|
27 | 35 | version "7.15.0"
|
28 | 36 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
|
|
72 | 80 | "@jridgewell/gen-mapping" "^0.3.0"
|
73 | 81 | jsesc "^2.5.1"
|
74 | 82 |
|
| 83 | +"@babel/generator@^7.23.0": |
| 84 | + version "7.23.0" |
| 85 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 86 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 87 | + dependencies: |
| 88 | + "@babel/types" "^7.23.0" |
| 89 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 90 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 91 | + jsesc "^2.5.1" |
| 92 | + |
75 | 93 | "@babel/helper-annotate-as-pure@^7.14.5", "@babel/helper-annotate-as-pure@^7.15.4":
|
76 | 94 | version "7.15.4"
|
77 | 95 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.15.4.tgz#3d0e43b00c5e49fdb6c57e421601a7a658d5f835"
|
|
153 | 171 | dependencies:
|
154 | 172 | "@babel/types" "^7.16.7"
|
155 | 173 |
|
156 |
| -"@babel/helper-environment-visitor@^7.18.2": |
157 |
| - version "7.18.2" |
158 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.2.tgz#8a6d2dedb53f6bf248e31b4baf38739ee4a637bd" |
159 |
| - integrity sha512-14GQKWkX9oJzPiQQ7/J36FTXcD4kSp8egKjO9nINlSKiHITRA9q/R74qu8S9xlc/b/yjsJItQUeeh3xnGN0voQ== |
| 174 | +"@babel/helper-environment-visitor@^7.22.20": |
| 175 | + version "7.22.20" |
| 176 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 177 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
160 | 178 |
|
161 | 179 | "@babel/helper-explode-assignable-expression@^7.15.4":
|
162 | 180 | version "7.15.4"
|
|
183 | 201 | "@babel/template" "^7.16.7"
|
184 | 202 | "@babel/types" "^7.16.7"
|
185 | 203 |
|
186 |
| -"@babel/helper-function-name@^7.17.9": |
187 |
| - version "7.17.9" |
188 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.17.9.tgz#136fcd54bc1da82fcb47565cf16fd8e444b1ff12" |
189 |
| - integrity sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg== |
| 204 | +"@babel/helper-function-name@^7.23.0": |
| 205 | + version "7.23.0" |
| 206 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 207 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
190 | 208 | dependencies:
|
191 |
| - "@babel/template" "^7.16.7" |
192 |
| - "@babel/types" "^7.17.0" |
| 209 | + "@babel/template" "^7.22.15" |
| 210 | + "@babel/types" "^7.23.0" |
193 | 211 |
|
194 | 212 | "@babel/helper-get-function-arity@^7.15.4":
|
195 | 213 | version "7.15.4"
|
|
205 | 223 | dependencies:
|
206 | 224 | "@babel/types" "^7.16.7"
|
207 | 225 |
|
208 |
| -"@babel/helper-hoist-variables@^7.16.7": |
209 |
| - version "7.16.7" |
210 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz#86bcb19a77a509c7b77d0e22323ef588fa58c246" |
211 |
| - integrity sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg== |
| 226 | +"@babel/helper-hoist-variables@^7.22.5": |
| 227 | + version "7.22.5" |
| 228 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 229 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
212 | 230 | dependencies:
|
213 |
| - "@babel/types" "^7.16.7" |
| 231 | + "@babel/types" "^7.22.5" |
214 | 232 |
|
215 | 233 | "@babel/helper-member-expression-to-functions@^7.15.4":
|
216 | 234 | version "7.15.4"
|
|
332 | 350 | dependencies:
|
333 | 351 | "@babel/types" "^7.16.7"
|
334 | 352 |
|
| 353 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 354 | + version "7.22.6" |
| 355 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 356 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 357 | + dependencies: |
| 358 | + "@babel/types" "^7.22.5" |
| 359 | + |
| 360 | +"@babel/helper-string-parser@^7.22.5": |
| 361 | + version "7.22.5" |
| 362 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
| 363 | + integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
| 364 | + |
335 | 365 | "@babel/helper-validator-identifier@^7.14.5":
|
336 | 366 | version "7.14.9"
|
337 | 367 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48"
|
|
342 | 372 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
|
343 | 373 | integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
|
344 | 374 |
|
| 375 | +"@babel/helper-validator-identifier@^7.22.20": |
| 376 | + version "7.22.20" |
| 377 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 378 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 379 | + |
345 | 380 | "@babel/helper-validator-option@^7.16.7":
|
346 | 381 | version "7.16.7"
|
347 | 382 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23"
|
|
394 | 429 | chalk "^2.0.0"
|
395 | 430 | js-tokens "^4.0.0"
|
396 | 431 |
|
| 432 | +"@babel/highlight@^7.22.13": |
| 433 | + version "7.22.20" |
| 434 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 435 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 436 | + dependencies: |
| 437 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 438 | + chalk "^2.4.2" |
| 439 | + js-tokens "^4.0.0" |
| 440 | + |
397 | 441 | "@babel/parser@^7.0.0-beta.54", "@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7", "@babel/parser@^7.18.0":
|
398 | 442 | version "7.18.4"
|
399 | 443 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.4.tgz#6774231779dd700e0af29f6ad8d479582d7ce5ef"
|
400 | 444 | integrity sha512-FDge0dFazETFcxGw/EXzOkN8uJp0PC7Qbm+Pe9T+av2zlBpOgunFHkQPPn+eRuClU73JF+98D531UgayY89tow==
|
401 | 445 |
|
| 446 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 447 | + version "7.23.0" |
| 448 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 449 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 450 | + |
402 | 451 | "@babel/plugin-proposal-async-generator-functions@^7.0.0":
|
403 | 452 | version "7.16.8"
|
404 | 453 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.8.tgz#3bdd1ebbe620804ea9416706cd67d60787504bc8"
|
|
799 | 848 | "@babel/parser" "^7.16.7"
|
800 | 849 | "@babel/types" "^7.16.7"
|
801 | 850 |
|
802 |
| -"@babel/traverse@^7.0.0-beta.54", "@babel/traverse@^7.13.0", "@babel/traverse@^7.15.4", "@babel/traverse@^7.16.8", "@babel/traverse@^7.18.0", "@babel/traverse@^7.18.2", "@babel/traverse@^7.7.2": |
803 |
| - version "7.18.2" |
804 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.2.tgz#b77a52604b5cc836a9e1e08dca01cba67a12d2e8" |
805 |
| - integrity sha512-9eNwoeovJ6KH9zcCNnENY7DMFwTU9JdGCFtqNLfUAqtUHRCOsTOqWoffosP8vKmNYeSBUv3yVJXjfd8ucwOjUA== |
| 851 | +"@babel/template@^7.22.15": |
| 852 | + version "7.22.15" |
| 853 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 854 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
806 | 855 | dependencies:
|
807 |
| - "@babel/code-frame" "^7.16.7" |
808 |
| - "@babel/generator" "^7.18.2" |
809 |
| - "@babel/helper-environment-visitor" "^7.18.2" |
810 |
| - "@babel/helper-function-name" "^7.17.9" |
811 |
| - "@babel/helper-hoist-variables" "^7.16.7" |
812 |
| - "@babel/helper-split-export-declaration" "^7.16.7" |
813 |
| - "@babel/parser" "^7.18.0" |
814 |
| - "@babel/types" "^7.18.2" |
| 856 | + "@babel/code-frame" "^7.22.13" |
| 857 | + "@babel/parser" "^7.22.15" |
| 858 | + "@babel/types" "^7.22.15" |
| 859 | + |
| 860 | +"@babel/traverse@^7.0.0-beta.54", "@babel/traverse@^7.13.0", "@babel/traverse@^7.15.4", "@babel/traverse@^7.16.8", "@babel/traverse@^7.18.0", "@babel/traverse@^7.18.2", "@babel/traverse@^7.7.2": |
| 861 | + version "7.23.2" |
| 862 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 863 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 864 | + dependencies: |
| 865 | + "@babel/code-frame" "^7.22.13" |
| 866 | + "@babel/generator" "^7.23.0" |
| 867 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 868 | + "@babel/helper-function-name" "^7.23.0" |
| 869 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 870 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 871 | + "@babel/parser" "^7.23.0" |
| 872 | + "@babel/types" "^7.23.0" |
815 | 873 | debug "^4.1.0"
|
816 | 874 | globals "^11.1.0"
|
817 | 875 |
|
|
823 | 881 | "@babel/helper-validator-identifier" "^7.16.7"
|
824 | 882 | to-fast-properties "^2.0.0"
|
825 | 883 |
|
| 884 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0": |
| 885 | + version "7.23.0" |
| 886 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 887 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 888 | + dependencies: |
| 889 | + "@babel/helper-string-parser" "^7.22.5" |
| 890 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 891 | + to-fast-properties "^2.0.0" |
| 892 | + |
826 | 893 | "@bcoe/v8-coverage@^0.2.3":
|
827 | 894 | version "0.2.3"
|
828 | 895 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
1074 | 1141 | "@jridgewell/sourcemap-codec" "^1.4.10"
|
1075 | 1142 | "@jridgewell/trace-mapping" "^0.3.9"
|
1076 | 1143 |
|
| 1144 | +"@jridgewell/gen-mapping@^0.3.2": |
| 1145 | + version "0.3.3" |
| 1146 | + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098" |
| 1147 | + integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ== |
| 1148 | + dependencies: |
| 1149 | + "@jridgewell/set-array" "^1.0.1" |
| 1150 | + "@jridgewell/sourcemap-codec" "^1.4.10" |
| 1151 | + "@jridgewell/trace-mapping" "^0.3.9" |
| 1152 | + |
1077 | 1153 | "@jridgewell/resolve-uri@^3.0.3":
|
1078 | 1154 | version "3.0.4"
|
1079 | 1155 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.4.tgz#b876e3feefb9c8d3aa84014da28b5e52a0640d72"
|
1080 | 1156 | integrity sha512-cz8HFjOFfUBtvN+NXYSFMHYRdxZMaEl0XypVrhzxBgadKIXhIkRd8aMeHhmF56Sl7SuS8OnUpQ73/k9LE4VnLg==
|
1081 | 1157 |
|
| 1158 | +"@jridgewell/resolve-uri@^3.1.0": |
| 1159 | + version "3.1.1" |
| 1160 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721" |
| 1161 | + integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA== |
| 1162 | + |
1082 | 1163 | "@jridgewell/set-array@^1.0.0":
|
1083 | 1164 | version "1.1.1"
|
1084 | 1165 | resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.1.tgz#36a6acc93987adcf0ba50c66908bd0b70de8afea"
|
1085 | 1166 | integrity sha512-Ct5MqZkLGEXTVmQYbGtx9SVqD2fqwvdubdps5D3djjAkgkKwT918VNOz65pEHFaYTeWcukmJmH5SwsA9Tn2ObQ==
|
1086 | 1167 |
|
| 1168 | +"@jridgewell/set-array@^1.0.1": |
| 1169 | + version "1.1.2" |
| 1170 | + resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72" |
| 1171 | + integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw== |
| 1172 | + |
1087 | 1173 | "@jridgewell/sourcemap-codec@^1.4.10":
|
1088 | 1174 | version "1.4.10"
|
1089 | 1175 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.10.tgz#baf57b4e2a690d4f38560171f91783656b7f8186"
|
1090 | 1176 | integrity sha512-Ht8wIW5v165atIX1p+JvKR5ONzUyF4Ac8DZIQ5kZs9zrb6M8SJNXpx1zn04rn65VjBMygRoMXcyYwNK0fT7bEg==
|
1091 | 1177 |
|
| 1178 | +"@jridgewell/sourcemap-codec@^1.4.14": |
| 1179 | + version "1.4.15" |
| 1180 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" |
| 1181 | + integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== |
| 1182 | + |
1092 | 1183 | "@jridgewell/trace-mapping@^0.3.0":
|
1093 | 1184 | version "0.3.2"
|
1094 | 1185 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.2.tgz#e051581782a770c30ba219634f2019241c5d3cde"
|
|
1097 | 1188 | "@jridgewell/resolve-uri" "^3.0.3"
|
1098 | 1189 | "@jridgewell/sourcemap-codec" "^1.4.10"
|
1099 | 1190 |
|
| 1191 | +"@jridgewell/trace-mapping@^0.3.17": |
| 1192 | + version "0.3.20" |
| 1193 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz#72e45707cf240fa6b081d0366f8265b0cd10197f" |
| 1194 | + integrity sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q== |
| 1195 | + dependencies: |
| 1196 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 1197 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 1198 | + |
1100 | 1199 | "@jridgewell/trace-mapping@^0.3.7", "@jridgewell/trace-mapping@^0.3.9":
|
1101 | 1200 | version "0.3.13"
|
1102 | 1201 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.13.tgz#dcfe3e95f224c8fe97a87a5235defec999aa92ea"
|
@@ -1735,7 +1834,7 @@ caniuse-lite@^1.0.30001332:
|
1735 | 1834 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001346.tgz#e895551b46b9cc9cc9de852facd42f04839a8fbe"
|
1736 | 1835 | integrity sha512-q6ibZUO2t88QCIPayP/euuDREq+aMAxFE5S70PkrLh0iTDj/zEhgvJRKC2+CvXY6EWc6oQwUR48lL5vCW6jiXQ==
|
1737 | 1836 |
|
1738 |
| -chalk@^2.0.0, chalk@^2.4.1: |
| 1837 | +chalk@^2.0.0, chalk@^2.4.1, chalk@^2.4.2: |
1739 | 1838 | version "2.4.2"
|
1740 | 1839 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
1741 | 1840 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
|
0 commit comments