|
17 | 17 | dependencies:
|
18 | 18 | "@babel/highlight" "^7.18.6"
|
19 | 19 |
|
| 20 | +"@babel/code-frame@^7.23.5", "@babel/code-frame@^7.24.2": |
| 21 | + version "7.24.2" |
| 22 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.2.tgz#718b4b19841809a58b29b68cde80bc5e1aa6d9ae" |
| 23 | + integrity sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ== |
| 24 | + dependencies: |
| 25 | + "@babel/highlight" "^7.24.2" |
| 26 | + picocolors "^1.0.0" |
| 27 | + |
20 | 28 | "@babel/compat-data@^7.20.5":
|
21 | 29 | version "7.21.0"
|
22 | 30 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.0.tgz#c241dc454e5b5917e40d37e525e2f4530c399298"
|
|
43 | 51 | json5 "^2.2.2"
|
44 | 52 | semver "^6.3.0"
|
45 | 53 |
|
46 |
| -"@babel/generator@^7.21.0", "@babel/generator@^7.21.1": |
| 54 | +"@babel/generator@^7.21.0": |
47 | 55 | version "7.21.1"
|
48 | 56 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.1.tgz#951cc626057bc0af2c35cd23e9c64d384dea83dd"
|
49 | 57 | integrity sha512-1lT45bAYlQhFn/BHivJs43AiW2rg3/UbLyShGfF3C0KmHvO5fSghWd5kBJy30kpRRucGzXStvnnCFniCR2kXAA==
|
|
53 | 61 | "@jridgewell/trace-mapping" "^0.3.17"
|
54 | 62 | jsesc "^2.5.1"
|
55 | 63 |
|
| 64 | +"@babel/generator@^7.24.5": |
| 65 | + version "7.24.5" |
| 66 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.5.tgz#e5afc068f932f05616b66713e28d0f04e99daeb3" |
| 67 | + integrity sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA== |
| 68 | + dependencies: |
| 69 | + "@babel/types" "^7.24.5" |
| 70 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 71 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 72 | + jsesc "^2.5.1" |
| 73 | + |
56 | 74 | "@babel/helper-compilation-targets@^7.20.7":
|
57 | 75 | version "7.20.7"
|
58 | 76 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz#a6cd33e93629f5eb473b021aac05df62c4cd09bb"
|
|
69 | 87 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
|
70 | 88 | integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
|
71 | 89 |
|
72 |
| -"@babel/helper-function-name@^7.21.0": |
73 |
| - version "7.21.0" |
74 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz#d552829b10ea9f120969304023cd0645fa00b1b4" |
75 |
| - integrity sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg== |
| 90 | +"@babel/helper-environment-visitor@^7.22.20": |
| 91 | + version "7.22.20" |
| 92 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 93 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 94 | + |
| 95 | +"@babel/helper-function-name@^7.23.0": |
| 96 | + version "7.23.0" |
| 97 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 98 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
76 | 99 | dependencies:
|
77 |
| - "@babel/template" "^7.20.7" |
78 |
| - "@babel/types" "^7.21.0" |
| 100 | + "@babel/template" "^7.22.15" |
| 101 | + "@babel/types" "^7.23.0" |
79 | 102 |
|
80 |
| -"@babel/helper-hoist-variables@^7.18.6": |
81 |
| - version "7.18.6" |
82 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678" |
83 |
| - integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q== |
| 103 | +"@babel/helper-hoist-variables@^7.22.5": |
| 104 | + version "7.22.5" |
| 105 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 106 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
84 | 107 | dependencies:
|
85 |
| - "@babel/types" "^7.18.6" |
| 108 | + "@babel/types" "^7.22.5" |
86 | 109 |
|
87 | 110 | "@babel/helper-module-imports@^7.18.6":
|
88 | 111 | version "7.18.6"
|
|
119 | 142 | dependencies:
|
120 | 143 | "@babel/types" "^7.18.6"
|
121 | 144 |
|
| 145 | +"@babel/helper-split-export-declaration@^7.24.5": |
| 146 | + version "7.24.5" |
| 147 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.5.tgz#b9a67f06a46b0b339323617c8c6213b9055a78b6" |
| 148 | + integrity sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q== |
| 149 | + dependencies: |
| 150 | + "@babel/types" "^7.24.5" |
| 151 | + |
122 | 152 | "@babel/helper-string-parser@^7.19.4":
|
123 | 153 | version "7.19.4"
|
124 | 154 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
|
125 | 155 | integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
|
126 | 156 |
|
| 157 | +"@babel/helper-string-parser@^7.24.1": |
| 158 | + version "7.24.1" |
| 159 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz#f99c36d3593db9540705d0739a1f10b5e20c696e" |
| 160 | + integrity sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ== |
| 161 | + |
127 | 162 | "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
|
128 | 163 | version "7.19.1"
|
129 | 164 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
|
130 | 165 | integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
|
131 | 166 |
|
| 167 | +"@babel/helper-validator-identifier@^7.24.5": |
| 168 | + version "7.24.5" |
| 169 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.5.tgz#918b1a7fa23056603506370089bd990d8720db62" |
| 170 | + integrity sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA== |
| 171 | + |
132 | 172 | "@babel/helper-validator-option@^7.18.6":
|
133 | 173 | version "7.21.0"
|
134 | 174 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180"
|
|
152 | 192 | chalk "^2.0.0"
|
153 | 193 | js-tokens "^4.0.0"
|
154 | 194 |
|
| 195 | +"@babel/highlight@^7.24.2": |
| 196 | + version "7.24.5" |
| 197 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.5.tgz#bc0613f98e1dd0720e99b2a9ee3760194a704b6e" |
| 198 | + integrity sha512-8lLmua6AVh/8SLJRRVD6V8p73Hir9w5mJrhE+IPpILG31KKlI9iz5zmBYKcWPS59qSfgP9RaSBQSHHE81WKuEw== |
| 199 | + dependencies: |
| 200 | + "@babel/helper-validator-identifier" "^7.24.5" |
| 201 | + chalk "^2.4.2" |
| 202 | + js-tokens "^4.0.0" |
| 203 | + picocolors "^1.0.0" |
| 204 | + |
155 | 205 | "@babel/parser@7.13.0":
|
156 | 206 | version "7.13.0"
|
157 | 207 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.0.tgz#49b9b6ee213e5634fa80361dae139effef893f78"
|
158 | 208 | integrity sha512-w80kxEMFhE3wjMOQkfdTvv0CSdRSJZptIlLhU4eU/coNJeWjduspUFz+IRnBbAq6m5XYBFMoT1TNkk9K9yf10g==
|
159 | 209 |
|
160 |
| -"@babel/parser@^7.20.7", "@babel/parser@^7.21.0", "@babel/parser@^7.21.2": |
| 210 | +"@babel/parser@^7.20.7", "@babel/parser@^7.21.0": |
161 | 211 | version "7.21.2"
|
162 | 212 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.2.tgz#dacafadfc6d7654c3051a66d6fe55b6cb2f2a0b3"
|
163 | 213 | integrity sha512-URpaIJQwEkEC2T9Kn+Ai6Xe/02iNaVCuT/PtoRz3GPVJVDpPd7mLo+VddTbhCRU9TXqW5mSrQfXZyi8kDKOVpQ==
|
164 | 214 |
|
| 215 | +"@babel/parser@^7.24.0", "@babel/parser@^7.24.5": |
| 216 | + version "7.24.5" |
| 217 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.5.tgz#4a4d5ab4315579e5398a82dcf636ca80c3392790" |
| 218 | + integrity sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg== |
| 219 | + |
165 | 220 | "@babel/register@^7.21.0":
|
166 | 221 | version "7.21.0"
|
167 | 222 | resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.21.0.tgz#c97bf56c2472e063774f31d344c592ebdcefa132"
|
|
182 | 237 | "@babel/parser" "^7.20.7"
|
183 | 238 | "@babel/types" "^7.20.7"
|
184 | 239 |
|
185 |
| -"@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2": |
186 |
| - version "7.21.2" |
187 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.2.tgz#ac7e1f27658750892e815e60ae90f382a46d8e75" |
188 |
| - integrity sha512-ts5FFU/dSUPS13tv8XiEObDu9K+iagEKME9kAbaP7r0Y9KtZJZ+NGndDvWoRAYNpeWafbpFeki3q9QoMD6gxyw== |
| 240 | +"@babel/template@^7.22.15": |
| 241 | + version "7.24.0" |
| 242 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.0.tgz#c6a524aa93a4a05d66aaf31654258fae69d87d50" |
| 243 | + integrity sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA== |
189 | 244 | dependencies:
|
190 |
| - "@babel/code-frame" "^7.18.6" |
191 |
| - "@babel/generator" "^7.21.1" |
192 |
| - "@babel/helper-environment-visitor" "^7.18.9" |
193 |
| - "@babel/helper-function-name" "^7.21.0" |
194 |
| - "@babel/helper-hoist-variables" "^7.18.6" |
195 |
| - "@babel/helper-split-export-declaration" "^7.18.6" |
196 |
| - "@babel/parser" "^7.21.2" |
197 |
| - "@babel/types" "^7.21.2" |
198 |
| - debug "^4.1.0" |
| 245 | + "@babel/code-frame" "^7.23.5" |
| 246 | + "@babel/parser" "^7.24.0" |
| 247 | + "@babel/types" "^7.24.0" |
| 248 | + |
| 249 | +"@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2": |
| 250 | + version "7.24.5" |
| 251 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.5.tgz#972aa0bc45f16983bf64aa1f877b2dd0eea7e6f8" |
| 252 | + integrity sha512-7aaBLeDQ4zYcUFDUD41lJc1fG8+5IU9DaNSJAgal866FGvmD5EbWQgnEC6kO1gGLsX0esNkfnJSndbTXA3r7UA== |
| 253 | + dependencies: |
| 254 | + "@babel/code-frame" "^7.24.2" |
| 255 | + "@babel/generator" "^7.24.5" |
| 256 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 257 | + "@babel/helper-function-name" "^7.23.0" |
| 258 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 259 | + "@babel/helper-split-export-declaration" "^7.24.5" |
| 260 | + "@babel/parser" "^7.24.5" |
| 261 | + "@babel/types" "^7.24.5" |
| 262 | + debug "^4.3.1" |
199 | 263 | globals "^11.1.0"
|
200 | 264 |
|
201 | 265 | "@babel/types@^7.18.6", "@babel/types@^7.20.2", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.2":
|
|
207 | 271 | "@babel/helper-validator-identifier" "^7.19.1"
|
208 | 272 | to-fast-properties "^2.0.0"
|
209 | 273 |
|
| 274 | +"@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.24.0", "@babel/types@^7.24.5": |
| 275 | + version "7.24.5" |
| 276 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.5.tgz#7661930afc638a5383eb0c4aee59b74f38db84d7" |
| 277 | + integrity sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ== |
| 278 | + dependencies: |
| 279 | + "@babel/helper-string-parser" "^7.24.1" |
| 280 | + "@babel/helper-validator-identifier" "^7.24.5" |
| 281 | + to-fast-properties "^2.0.0" |
| 282 | + |
210 | 283 | "@codexteam/icons@^0.0.4":
|
211 | 284 | version "0.0.4"
|
212 | 285 | resolved "https://registry.yarnpkg.com/@codexteam/icons/-/icons-0.0.4.tgz#8b72dcd3f3a1b0d880bdceb2abebd74b46d3ae13"
|
|
788 | 861 | "@jridgewell/sourcemap-codec" "^1.4.10"
|
789 | 862 | "@jridgewell/trace-mapping" "^0.3.9"
|
790 | 863 |
|
| 864 | +"@jridgewell/gen-mapping@^0.3.5": |
| 865 | + version "0.3.5" |
| 866 | + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz#dcce6aff74bdf6dad1a95802b69b04a2fcb1fb36" |
| 867 | + integrity sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg== |
| 868 | + dependencies: |
| 869 | + "@jridgewell/set-array" "^1.2.1" |
| 870 | + "@jridgewell/sourcemap-codec" "^1.4.10" |
| 871 | + "@jridgewell/trace-mapping" "^0.3.24" |
| 872 | + |
791 | 873 | "@jridgewell/resolve-uri@3.1.0":
|
792 | 874 | version "3.1.0"
|
793 | 875 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"
|
794 | 876 | integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==
|
795 | 877 |
|
| 878 | +"@jridgewell/resolve-uri@^3.1.0": |
| 879 | + version "3.1.2" |
| 880 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6" |
| 881 | + integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw== |
| 882 | + |
796 | 883 | "@jridgewell/set-array@^1.0.0", "@jridgewell/set-array@^1.0.1":
|
797 | 884 | version "1.1.2"
|
798 | 885 | resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
|
799 | 886 | integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==
|
800 | 887 |
|
| 888 | +"@jridgewell/set-array@^1.2.1": |
| 889 | + version "1.2.1" |
| 890 | + resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.2.1.tgz#558fb6472ed16a4c850b889530e6b36438c49280" |
| 891 | + integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A== |
| 892 | + |
801 | 893 | "@jridgewell/sourcemap-codec@1.4.14", "@jridgewell/sourcemap-codec@^1.4.10":
|
802 | 894 | version "1.4.14"
|
803 | 895 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
|
804 | 896 | integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
|
805 | 897 |
|
| 898 | +"@jridgewell/sourcemap-codec@^1.4.14": |
| 899 | + version "1.4.15" |
| 900 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" |
| 901 | + integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== |
| 902 | + |
806 | 903 | "@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9":
|
807 | 904 | version "0.3.17"
|
808 | 905 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz#793041277af9073b0951a7fe0f0d8c4c98c36985"
|
|
811 | 908 | "@jridgewell/resolve-uri" "3.1.0"
|
812 | 909 | "@jridgewell/sourcemap-codec" "1.4.14"
|
813 | 910 |
|
| 911 | +"@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25": |
| 912 | + version "0.3.25" |
| 913 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0" |
| 914 | + integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ== |
| 915 | + dependencies: |
| 916 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 917 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 918 | + |
814 | 919 | "@nodelib/fs.scandir@2.1.5":
|
815 | 920 | version "2.1.5"
|
816 | 921 | resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
|
@@ -1383,7 +1488,7 @@ chalk@4.1.2, chalk@^4.1.0:
|
1383 | 1488 | ansi-styles "^4.1.0"
|
1384 | 1489 | supports-color "^7.1.0"
|
1385 | 1490 |
|
1386 |
| -chalk@^2.0.0, chalk@^2.3.0: |
| 1491 | +chalk@^2.0.0, chalk@^2.3.0, chalk@^2.4.2: |
1387 | 1492 | version "2.4.2"
|
1388 | 1493 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
1389 | 1494 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
@@ -1754,7 +1859,7 @@ dayjs@^1.10.4:
|
1754 | 1859 | resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.10.tgz#68acea85317a6e164457d6d6947564029a6a16a0"
|
1755 | 1860 | integrity sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==
|
1756 | 1861 |
|
1757 |
| -debug@4.3.4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.4: |
| 1862 | +debug@4.3.4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4: |
1758 | 1863 | version "4.3.4"
|
1759 | 1864 | resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
|
1760 | 1865 | integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
|
|
0 commit comments