|
34 | 34 | yargs "^15.3.1"
|
35 | 35 |
|
36 | 36 | "@babel/cli@^7.16.8":
|
37 |
| - version "7.21.0" |
38 |
| - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.21.0.tgz#1868eb70e9824b427fc607610cce8e9e7889e7e1" |
39 |
| - integrity sha512-xi7CxyS8XjSyiwUGCfwf+brtJxjW1/ZTcBUkP10xawIEXLX5HzLn+3aXkgxozcP2UhRhtKTmQurw9Uaes7jZrA== |
| 37 | + version "7.21.5" |
| 38 | + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.21.5.tgz#a685a5b50b785f2edfbf6e042c1265c653547d9d" |
| 39 | + integrity sha512-TOKytQ9uQW9c4np8F+P7ZfPINy5Kv+pizDIUwSVH8X5zHgYHV4AA8HE5LA450xXeu4jEfmUckTYvv1I4S26M/g== |
40 | 40 | dependencies:
|
41 | 41 | "@jridgewell/trace-mapping" "^0.3.17"
|
42 | 42 | commander "^4.0.1"
|
|
75 | 75 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.4.tgz#457ffe647c480dff59c2be092fc3acf71195c87f"
|
76 | 76 | integrity sha512-/DYyDpeCfaVinT40FPGdkkb+lYSKvsVuMjDAG7jPOWWiM1ibOaB9CXJAlc4d1QpP/U2q2P9jbrSlClKSErd55g==
|
77 | 77 |
|
| 78 | +"@babel/compat-data@^7.21.5": |
| 79 | + version "7.21.7" |
| 80 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.7.tgz#61caffb60776e49a57ba61a88f02bedd8714f6bc" |
| 81 | + integrity sha512-KYMqFYTaenzMK4yUtf4EW9wc4N9ef80FsbMtkwool5zpwl4YrT1SdWYSTRcT94KO4hannogdS+LxY7L+arP3gA== |
| 82 | + |
78 | 83 | "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.13.8", "@babel/core@^7.14.0", "@babel/core@^7.16.7", "@babel/core@^7.20.12":
|
79 |
| - version "7.21.4" |
80 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.4.tgz#c6dc73242507b8e2a27fd13a9c1814f9fa34a659" |
81 |
| - integrity sha512-qt/YV149Jman/6AfmlxJ04LMIu8bMoyl3RB91yTFrxQmgbrSvQMy7cI8Q62FHx1t8wJ8B5fu0UDoLwHAhUo1QA== |
| 84 | + version "7.21.5" |
| 85 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.5.tgz#92f753e8b9f96e15d4b398dbe2f25d1408c9c426" |
| 86 | + integrity sha512-9M398B/QH5DlfCOTKDZT1ozXr0x8uBEeFd+dJraGUZGiaNpGCDVGCc14hZexsMblw3XxltJ+6kSvogp9J+5a9g== |
82 | 87 | dependencies:
|
83 | 88 | "@ampproject/remapping" "^2.2.0"
|
84 | 89 | "@babel/code-frame" "^7.21.4"
|
85 |
| - "@babel/generator" "^7.21.4" |
86 |
| - "@babel/helper-compilation-targets" "^7.21.4" |
87 |
| - "@babel/helper-module-transforms" "^7.21.2" |
88 |
| - "@babel/helpers" "^7.21.0" |
89 |
| - "@babel/parser" "^7.21.4" |
| 90 | + "@babel/generator" "^7.21.5" |
| 91 | + "@babel/helper-compilation-targets" "^7.21.5" |
| 92 | + "@babel/helper-module-transforms" "^7.21.5" |
| 93 | + "@babel/helpers" "^7.21.5" |
| 94 | + "@babel/parser" "^7.21.5" |
90 | 95 | "@babel/template" "^7.20.7"
|
91 |
| - "@babel/traverse" "^7.21.4" |
92 |
| - "@babel/types" "^7.21.4" |
| 96 | + "@babel/traverse" "^7.21.5" |
| 97 | + "@babel/types" "^7.21.5" |
93 | 98 | convert-source-map "^1.7.0"
|
94 | 99 | debug "^4.1.0"
|
95 | 100 | gensync "^1.0.0-beta.2"
|
|
132 | 137 | "@jridgewell/trace-mapping" "^0.3.17"
|
133 | 138 | jsesc "^2.5.1"
|
134 | 139 |
|
| 140 | +"@babel/generator@^7.21.5": |
| 141 | + version "7.21.5" |
| 142 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.5.tgz#c0c0e5449504c7b7de8236d99338c3e2a340745f" |
| 143 | + integrity sha512-SrKK/sRv8GesIW1bDagf9cCG38IOMYZusoe1dfg0D8aiUe3Amvoj1QtjTPAWcfrZFvIwlleLb0gxzQidL9w14w== |
| 144 | + dependencies: |
| 145 | + "@babel/types" "^7.21.5" |
| 146 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 147 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 148 | + jsesc "^2.5.1" |
| 149 | + |
135 | 150 | "@babel/generator@^7.7.2":
|
136 | 151 | version "7.21.1"
|
137 | 152 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.1.tgz#951cc626057bc0af2c35cd23e9c64d384dea83dd"
|
|
168 | 183 | lru-cache "^5.1.1"
|
169 | 184 | semver "^6.3.0"
|
170 | 185 |
|
| 186 | +"@babel/helper-compilation-targets@^7.21.5": |
| 187 | + version "7.21.5" |
| 188 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.5.tgz#631e6cc784c7b660417421349aac304c94115366" |
| 189 | + integrity sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w== |
| 190 | + dependencies: |
| 191 | + "@babel/compat-data" "^7.21.5" |
| 192 | + "@babel/helper-validator-option" "^7.21.0" |
| 193 | + browserslist "^4.21.3" |
| 194 | + lru-cache "^5.1.1" |
| 195 | + semver "^6.3.0" |
| 196 | + |
171 | 197 | "@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.21.0":
|
172 | 198 | version "7.21.4"
|
173 | 199 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.21.4.tgz#3a017163dc3c2ba7deb9a7950849a9586ea24c18"
|
|
207 | 233 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
|
208 | 234 | integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
|
209 | 235 |
|
| 236 | +"@babel/helper-environment-visitor@^7.21.5": |
| 237 | + version "7.21.5" |
| 238 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.21.5.tgz#c769afefd41d171836f7cb63e295bedf689d48ba" |
| 239 | + integrity sha512-IYl4gZ3ETsWocUWgsFZLM5i1BYx9SoemminVEXadgLBa9TdeorzgLKm8wWLA6J1N/kT3Kch8XIk1laNzYoHKvQ== |
| 240 | + |
210 | 241 | "@babel/helper-explode-assignable-expression@^7.18.6":
|
211 | 242 | version "7.18.6"
|
212 | 243 | resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz#41f8228ef0a6f1a036b8dfdfec7ce94f9a6bc096"
|
|
257 | 288 | "@babel/traverse" "^7.21.2"
|
258 | 289 | "@babel/types" "^7.21.2"
|
259 | 290 |
|
| 291 | +"@babel/helper-module-transforms@^7.21.5": |
| 292 | + version "7.21.5" |
| 293 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.5.tgz#d937c82e9af68d31ab49039136a222b17ac0b420" |
| 294 | + integrity sha512-bI2Z9zBGY2q5yMHoBvJ2a9iX3ZOAzJPm7Q8Yz6YeoUjU/Cvhmi2G4QyTNyPBqqXSgTjUxRg3L0xV45HvkNWWBw== |
| 295 | + dependencies: |
| 296 | + "@babel/helper-environment-visitor" "^7.21.5" |
| 297 | + "@babel/helper-module-imports" "^7.21.4" |
| 298 | + "@babel/helper-simple-access" "^7.21.5" |
| 299 | + "@babel/helper-split-export-declaration" "^7.18.6" |
| 300 | + "@babel/helper-validator-identifier" "^7.19.1" |
| 301 | + "@babel/template" "^7.20.7" |
| 302 | + "@babel/traverse" "^7.21.5" |
| 303 | + "@babel/types" "^7.21.5" |
| 304 | + |
260 | 305 | "@babel/helper-optimise-call-expression@^7.18.6":
|
261 | 306 | version "7.18.6"
|
262 | 307 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz#9369aa943ee7da47edab2cb4e838acf09d290ffe"
|
|
298 | 343 | dependencies:
|
299 | 344 | "@babel/types" "^7.20.2"
|
300 | 345 |
|
| 346 | +"@babel/helper-simple-access@^7.21.5": |
| 347 | + version "7.21.5" |
| 348 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.21.5.tgz#d697a7971a5c39eac32c7e63c0921c06c8a249ee" |
| 349 | + integrity sha512-ENPDAMC1wAjR0uaCUwliBdiSl1KBJAVnMTzXqi64c2MG8MPR6ii4qf7bSXDqSFbr4W6W028/rf5ivoHop5/mkg== |
| 350 | + dependencies: |
| 351 | + "@babel/types" "^7.21.5" |
| 352 | + |
301 | 353 | "@babel/helper-skip-transparent-expression-wrappers@^7.20.0":
|
302 | 354 | version "7.20.0"
|
303 | 355 | resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz#fbe4c52f60518cab8140d77101f0e63a8a230684"
|
|
312 | 364 | dependencies:
|
313 | 365 | "@babel/types" "^7.18.6"
|
314 | 366 |
|
315 |
| -"@babel/helper-string-parser@^7.19.4": |
316 |
| - version "7.19.4" |
317 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63" |
318 |
| - integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw== |
| 367 | +"@babel/helper-string-parser@^7.19.4", "@babel/helper-string-parser@^7.21.5": |
| 368 | + version "7.21.5" |
| 369 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.21.5.tgz#2b3eea65443c6bdc31c22d037c65f6d323b6b2bd" |
| 370 | + integrity sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w== |
319 | 371 |
|
320 | 372 | "@babel/helper-validator-identifier@^7.15.7", "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
|
321 | 373 | version "7.19.1"
|
|
337 | 389 | "@babel/traverse" "^7.20.5"
|
338 | 390 | "@babel/types" "^7.20.5"
|
339 | 391 |
|
340 |
| -"@babel/helpers@^7.21.0": |
341 |
| - version "7.21.0" |
342 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.21.0.tgz#9dd184fb5599862037917cdc9eecb84577dc4e7e" |
343 |
| - integrity sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA== |
| 392 | +"@babel/helpers@^7.21.5": |
| 393 | + version "7.21.5" |
| 394 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.21.5.tgz#5bac66e084d7a4d2d9696bdf0175a93f7fb63c08" |
| 395 | + integrity sha512-BSY+JSlHxOmGsPTydUkPf1MdMQ3M81x5xGCOVgWM3G8XH77sJ292Y2oqcp0CbbgxhqBuI46iUz1tT7hqP7EfgA== |
344 | 396 | dependencies:
|
345 | 397 | "@babel/template" "^7.20.7"
|
346 |
| - "@babel/traverse" "^7.21.0" |
347 |
| - "@babel/types" "^7.21.0" |
| 398 | + "@babel/traverse" "^7.21.5" |
| 399 | + "@babel/types" "^7.21.5" |
348 | 400 |
|
349 | 401 | "@babel/highlight@^7.10.4", "@babel/highlight@^7.18.6":
|
350 | 402 | version "7.18.6"
|
|
360 | 412 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.2.tgz#dacafadfc6d7654c3051a66d6fe55b6cb2f2a0b3"
|
361 | 413 | integrity sha512-URpaIJQwEkEC2T9Kn+Ai6Xe/02iNaVCuT/PtoRz3GPVJVDpPd7mLo+VddTbhCRU9TXqW5mSrQfXZyi8kDKOVpQ==
|
362 | 414 |
|
363 |
| -"@babel/parser@^7.14.0", "@babel/parser@^7.16.8", "@babel/parser@^7.20.13", "@babel/parser@^7.20.7", "@babel/parser@^7.21.4": |
| 415 | +"@babel/parser@^7.14.0", "@babel/parser@^7.16.8", "@babel/parser@^7.20.13", "@babel/parser@^7.21.4": |
364 | 416 | version "7.21.4"
|
365 | 417 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.4.tgz#94003fdfc520bbe2875d4ae557b43ddb6d880f17"
|
366 | 418 | integrity sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==
|
367 | 419 |
|
| 420 | +"@babel/parser@^7.20.7", "@babel/parser@^7.21.5": |
| 421 | + version "7.21.5" |
| 422 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.5.tgz#821bb520118fd25b982eaf8d37421cf5c64a312b" |
| 423 | + integrity sha512-J+IxH2IsxV4HbnTrSWgMAQj0UEo61hDA4Ny8h8PCX0MLXiibqHbqIOVneqdocemSBc22VpBKxt4J6FQzy9HarQ== |
| 424 | + |
368 | 425 | "@babel/parser@^7.21.2":
|
369 | 426 | version "7.21.3"
|
370 | 427 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.3.tgz#1d285d67a19162ff9daa358d4cb41d50c06220b3"
|
|
1113 | 1170 | integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==
|
1114 | 1171 |
|
1115 | 1172 | "@babel/runtime@^7.0.0", "@babel/runtime@^7.12.5", "@babel/runtime@^7.16.7", "@babel/runtime@^7.20.13", "@babel/runtime@^7.20.7", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
|
1116 |
| - version "7.21.0" |
1117 |
| - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.21.0.tgz#5b55c9d394e5fcf304909a8b00c07dc217b56673" |
1118 |
| - integrity sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw== |
| 1173 | + version "7.21.5" |
| 1174 | + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.21.5.tgz#8492dddda9644ae3bda3b45eabe87382caee7200" |
| 1175 | + integrity sha512-8jI69toZqqcsnqGGqwGS4Qb1VwLOEp4hz+CXPywcvjs60u3B4Pom/U/7rm4W8tMOYEB+E9wgD0mW1l3r8qlI9Q== |
1119 | 1176 | dependencies:
|
1120 | 1177 | regenerator-runtime "^0.13.11"
|
1121 | 1178 |
|
|
1128 | 1185 | "@babel/parser" "^7.20.7"
|
1129 | 1186 | "@babel/types" "^7.20.7"
|
1130 | 1187 |
|
1131 |
| -"@babel/traverse@^7.14.0", "@babel/traverse@^7.16.8", "@babel/traverse@^7.20.13", "@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7", "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.4": |
| 1188 | +"@babel/traverse@^7.14.0", "@babel/traverse@^7.16.8", "@babel/traverse@^7.20.13", "@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7", "@babel/traverse@^7.21.2": |
1132 | 1189 | version "7.21.4"
|
1133 | 1190 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.4.tgz#a836aca7b116634e97a6ed99976236b3282c9d36"
|
1134 | 1191 | integrity sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q==
|
|
1144 | 1201 | debug "^4.1.0"
|
1145 | 1202 | globals "^11.1.0"
|
1146 | 1203 |
|
| 1204 | +"@babel/traverse@^7.21.5": |
| 1205 | + version "7.21.5" |
| 1206 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.5.tgz#ad22361d352a5154b498299d523cf72998a4b133" |
| 1207 | + integrity sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw== |
| 1208 | + dependencies: |
| 1209 | + "@babel/code-frame" "^7.21.4" |
| 1210 | + "@babel/generator" "^7.21.5" |
| 1211 | + "@babel/helper-environment-visitor" "^7.21.5" |
| 1212 | + "@babel/helper-function-name" "^7.21.0" |
| 1213 | + "@babel/helper-hoist-variables" "^7.18.6" |
| 1214 | + "@babel/helper-split-export-declaration" "^7.18.6" |
| 1215 | + "@babel/parser" "^7.21.5" |
| 1216 | + "@babel/types" "^7.21.5" |
| 1217 | + debug "^4.1.0" |
| 1218 | + globals "^11.1.0" |
| 1219 | + |
1147 | 1220 | "@babel/traverse@^7.7.2":
|
1148 | 1221 | version "7.21.2"
|
1149 | 1222 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.2.tgz#ac7e1f27658750892e815e60ae90f382a46d8e75"
|
|
1160 | 1233 | debug "^4.1.0"
|
1161 | 1234 | globals "^11.1.0"
|
1162 | 1235 |
|
1163 |
| -"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.16.8", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.20.5", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.2", "@babel/types@^7.21.3", "@babel/types@^7.21.4", "@babel/types@^7.4.4": |
| 1236 | +"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.16.8", "@babel/types@^7.18.9", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.20.5", "@babel/types@^7.21.2", "@babel/types@^7.21.3", "@babel/types@^7.4.4": |
1164 | 1237 | version "7.21.4"
|
1165 | 1238 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.4.tgz#2d5d6bb7908699b3b416409ffd3b5daa25b030d4"
|
1166 | 1239 | integrity sha512-rU2oY501qDxE8Pyo7i/Orqma4ziCOrby0/9mvbDUGEfvZjb279Nk9k19e2fiCxHbRRpY2ZyrgW1eq22mvmOIzA==
|
|
1169 | 1242 | "@babel/helper-validator-identifier" "^7.19.1"
|
1170 | 1243 | to-fast-properties "^2.0.0"
|
1171 | 1244 |
|
| 1245 | +"@babel/types@^7.18.6", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.4", "@babel/types@^7.21.5": |
| 1246 | + version "7.21.5" |
| 1247 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.5.tgz#18dfbd47c39d3904d5db3d3dc2cc80bedb60e5b6" |
| 1248 | + integrity sha512-m4AfNvVF2mVC/F7fDEdH2El3HzUg9It/XsCxZiOTTA3m3qYfcSVSbTfM6Q9xG+hYDniZssYhlXKKUMD5m8tF4Q== |
| 1249 | + dependencies: |
| 1250 | + "@babel/helper-string-parser" "^7.21.5" |
| 1251 | + "@babel/helper-validator-identifier" "^7.19.1" |
| 1252 | + to-fast-properties "^2.0.0" |
| 1253 | + |
1172 | 1254 | "@babel/types@^7.3.0", "@babel/types@^7.3.3":
|
1173 | 1255 | version "7.21.2"
|
1174 | 1256 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.2.tgz#92246f6e00f91755893c2876ad653db70c8310d1"
|
@@ -3971,11 +4053,16 @@ caniuse-api@^3.0.0:
|
3971 | 4053 | lodash.memoize "^4.1.2"
|
3972 | 4054 | lodash.uniq "^4.5.0"
|
3973 | 4055 |
|
3974 |
| -caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001449, caniuse-lite@^1.0.30001464: |
| 4056 | +caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001464: |
3975 | 4057 | version "1.0.30001477"
|
3976 | 4058 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001477.tgz#a2ffb2276258233034bbb869d4558b02658a511e"
|
3977 | 4059 | integrity sha512-lZim4iUHhGcy5p+Ri/G7m84hJwncj+Kz7S5aD4hoQfslKZJgt0tHc/hafVbqHC5bbhHb+mrW2JOUHkI5KH7toQ==
|
3978 | 4060 |
|
| 4061 | +caniuse-lite@^1.0.30001449: |
| 4062 | + version "1.0.30001481" |
| 4063 | + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001481.tgz#f58a717afe92f9e69d0e35ff64df596bfad93912" |
| 4064 | + integrity sha512-KCqHwRnaa1InZBtqXzP98LPg0ajCVujMKjqKDhZEthIpAsJl/YEIa3YvXjGXPVqzZVguccuu7ga9KOE1J9rKPQ== |
| 4065 | + |
3979 | 4066 | capital-case@^1.0.4:
|
3980 | 4067 | version "1.0.4"
|
3981 | 4068 | resolved "https://registry.yarnpkg.com/capital-case/-/capital-case-1.0.4.tgz#9d130292353c9249f6b00fa5852bee38a717e669"
|
@@ -5018,9 +5105,9 @@ ee-first@1.1.1:
|
5018 | 5105 | integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==
|
5019 | 5106 |
|
5020 | 5107 | electron-to-chromium@^1.4.284:
|
5021 |
| - version "1.4.356" |
5022 |
| - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.356.tgz#b75a8a8c31d571f6024310cc980a08cd6c15a8c5" |
5023 |
| - integrity sha512-nEftV1dRX3omlxAj42FwqRZT0i4xd2dIg39sog/CnCJeCcL1TRd2Uh0i9Oebgv8Ou0vzTPw++xc+Z20jzS2B6A== |
| 5108 | + version "1.4.377" |
| 5109 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.377.tgz#7f326a0b2c1b96eca6bb65907addc505d0d15989" |
| 5110 | + integrity sha512-H3BYG6DW5Z+l0xcfXaicJGxrpA4kMlCxnN71+iNX+dBLkRMOdVJqFJiAmbNZZKA1zISpRg17JR03qGifXNsJtw== |
5024 | 5111 |
|
5025 | 5112 | emittery@^0.13.1:
|
5026 | 5113 | version "0.13.1"
|
@@ -11318,9 +11405,9 @@ unpipe@1.0.0, unpipe@~1.0.0:
|
11318 | 11405 | integrity sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==
|
11319 | 11406 |
|
11320 | 11407 | update-browserslist-db@^1.0.10:
|
11321 |
| - version "1.0.10" |
11322 |
| - resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz#0f54b876545726f17d00cd9a2561e6dade943ff3" |
11323 |
| - integrity sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ== |
| 11408 | + version "1.0.11" |
| 11409 | + resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz#9a2a641ad2907ae7b3616506f4b977851db5b940" |
| 11410 | + integrity sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA== |
11324 | 11411 | dependencies:
|
11325 | 11412 | escalade "^3.1.1"
|
11326 | 11413 | picocolors "^1.0.0"
|
|
0 commit comments