|
17 | 17 | dependencies:
|
18 | 18 | "@babel/highlight" "^7.18.6"
|
19 | 19 |
|
| 20 | +"@babel/code-frame@^7.23.5", "@babel/code-frame@^7.24.1": |
| 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.0":
|
21 | 29 | version "7.20.1"
|
22 | 30 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.1.tgz#f2e6ef7790d8c8dbf03d379502dcc246dcce0b30"
|
|
43 | 51 | json5 "^2.2.1"
|
44 | 52 | semver "^6.3.0"
|
45 | 53 |
|
46 |
| -"@babel/generator@^7.20.1", "@babel/generator@^7.20.2", "@babel/generator@^7.7.2": |
| 54 | +"@babel/generator@^7.20.2", "@babel/generator@^7.7.2": |
47 | 55 | version "7.20.4"
|
48 | 56 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.4.tgz#4d9f8f0c30be75fd90a0562099a26e5839602ab8"
|
49 | 57 | integrity sha512-luCf7yk/cm7yab6CAW1aiFnmEfBJplb/JojV56MYEK7ziWfGmFlTfmL9Ehwfy4gFhbjBfWO1wj7/TuSbVNEEtA==
|
|
52 | 60 | "@jridgewell/gen-mapping" "^0.3.2"
|
53 | 61 | jsesc "^2.5.1"
|
54 | 62 |
|
| 63 | +"@babel/generator@^7.24.1": |
| 64 | + version "7.24.4" |
| 65 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.4.tgz#1fc55532b88adf952025d5d2d1e71f946cb1c498" |
| 66 | + integrity sha512-Xd6+v6SnjWVx/nus+y0l1sxMOTOMBkyL4+BIdbALyatQnAe/SRVjANeDPSCYaX+i1iJmuGSKf3Z+E+V/va1Hvw== |
| 67 | + dependencies: |
| 68 | + "@babel/types" "^7.24.0" |
| 69 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 70 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 71 | + jsesc "^2.5.1" |
| 72 | + |
55 | 73 | "@babel/helper-compilation-targets@^7.20.0":
|
56 | 74 | version "7.20.0"
|
57 | 75 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.0.tgz#6bf5374d424e1b3922822f1d9bdaa43b1a139d0a"
|
|
67 | 85 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
|
68 | 86 | integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
|
69 | 87 |
|
70 |
| -"@babel/helper-function-name@^7.19.0": |
71 |
| - version "7.19.0" |
72 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz#941574ed5390682e872e52d3f38ce9d1bef4648c" |
73 |
| - integrity sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w== |
| 88 | +"@babel/helper-environment-visitor@^7.22.20": |
| 89 | + version "7.22.20" |
| 90 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 91 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 92 | + |
| 93 | +"@babel/helper-function-name@^7.23.0": |
| 94 | + version "7.23.0" |
| 95 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 96 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
74 | 97 | dependencies:
|
75 |
| - "@babel/template" "^7.18.10" |
76 |
| - "@babel/types" "^7.19.0" |
| 98 | + "@babel/template" "^7.22.15" |
| 99 | + "@babel/types" "^7.23.0" |
77 | 100 |
|
78 |
| -"@babel/helper-hoist-variables@^7.18.6": |
79 |
| - version "7.18.6" |
80 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678" |
81 |
| - integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q== |
| 101 | +"@babel/helper-hoist-variables@^7.22.5": |
| 102 | + version "7.22.5" |
| 103 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 104 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
82 | 105 | dependencies:
|
83 |
| - "@babel/types" "^7.18.6" |
| 106 | + "@babel/types" "^7.22.5" |
84 | 107 |
|
85 | 108 | "@babel/helper-module-imports@^7.18.6":
|
86 | 109 | version "7.18.6"
|
|
122 | 145 | dependencies:
|
123 | 146 | "@babel/types" "^7.18.6"
|
124 | 147 |
|
| 148 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 149 | + version "7.22.6" |
| 150 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 151 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 152 | + dependencies: |
| 153 | + "@babel/types" "^7.22.5" |
| 154 | + |
125 | 155 | "@babel/helper-string-parser@^7.19.4":
|
126 | 156 | version "7.19.4"
|
127 | 157 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
|
128 | 158 | integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
|
129 | 159 |
|
| 160 | +"@babel/helper-string-parser@^7.23.4": |
| 161 | + version "7.24.1" |
| 162 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz#f99c36d3593db9540705d0739a1f10b5e20c696e" |
| 163 | + integrity sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ== |
| 164 | + |
130 | 165 | "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
|
131 | 166 | version "7.19.1"
|
132 | 167 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
|
133 | 168 | integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
|
134 | 169 |
|
| 170 | +"@babel/helper-validator-identifier@^7.22.20": |
| 171 | + version "7.22.20" |
| 172 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 173 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 174 | + |
135 | 175 | "@babel/helper-validator-option@^7.18.6":
|
136 | 176 | version "7.18.6"
|
137 | 177 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8"
|
|
155 | 195 | chalk "^2.0.0"
|
156 | 196 | js-tokens "^4.0.0"
|
157 | 197 |
|
158 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.20.1", "@babel/parser@^7.20.2": |
| 198 | +"@babel/highlight@^7.24.2": |
| 199 | + version "7.24.2" |
| 200 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.2.tgz#3f539503efc83d3c59080a10e6634306e0370d26" |
| 201 | + integrity sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA== |
| 202 | + dependencies: |
| 203 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 204 | + chalk "^2.4.2" |
| 205 | + js-tokens "^4.0.0" |
| 206 | + picocolors "^1.0.0" |
| 207 | + |
| 208 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.20.2": |
159 | 209 | version "7.20.3"
|
160 | 210 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.3.tgz#5358cf62e380cf69efcb87a7bb922ff88bfac6e2"
|
161 | 211 | integrity sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg==
|
162 | 212 |
|
| 213 | +"@babel/parser@^7.24.0", "@babel/parser@^7.24.1": |
| 214 | + version "7.24.4" |
| 215 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.4.tgz#234487a110d89ad5a3ed4a8a566c36b9453e8c88" |
| 216 | + integrity sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg== |
| 217 | + |
163 | 218 | "@babel/plugin-syntax-async-generators@^7.8.4":
|
164 | 219 | version "7.8.4"
|
165 | 220 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d"
|
|
267 | 322 | "@babel/parser" "^7.18.10"
|
268 | 323 | "@babel/types" "^7.18.10"
|
269 | 324 |
|
270 |
| -"@babel/traverse@^7.20.1", "@babel/traverse@^7.7.2": |
271 |
| - version "7.20.1" |
272 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.1.tgz#9b15ccbf882f6d107eeeecf263fbcdd208777ec8" |
273 |
| - integrity sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA== |
| 325 | +"@babel/template@^7.22.15": |
| 326 | + version "7.24.0" |
| 327 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.0.tgz#c6a524aa93a4a05d66aaf31654258fae69d87d50" |
| 328 | + integrity sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA== |
274 | 329 | dependencies:
|
275 |
| - "@babel/code-frame" "^7.18.6" |
276 |
| - "@babel/generator" "^7.20.1" |
277 |
| - "@babel/helper-environment-visitor" "^7.18.9" |
278 |
| - "@babel/helper-function-name" "^7.19.0" |
279 |
| - "@babel/helper-hoist-variables" "^7.18.6" |
280 |
| - "@babel/helper-split-export-declaration" "^7.18.6" |
281 |
| - "@babel/parser" "^7.20.1" |
282 |
| - "@babel/types" "^7.20.0" |
283 |
| - debug "^4.1.0" |
| 330 | + "@babel/code-frame" "^7.23.5" |
| 331 | + "@babel/parser" "^7.24.0" |
| 332 | + "@babel/types" "^7.24.0" |
| 333 | + |
| 334 | +"@babel/traverse@^7.20.1", "@babel/traverse@^7.7.2": |
| 335 | + version "7.24.1" |
| 336 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.1.tgz#d65c36ac9dd17282175d1e4a3c49d5b7988f530c" |
| 337 | + integrity sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ== |
| 338 | + dependencies: |
| 339 | + "@babel/code-frame" "^7.24.1" |
| 340 | + "@babel/generator" "^7.24.1" |
| 341 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 342 | + "@babel/helper-function-name" "^7.23.0" |
| 343 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 344 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 345 | + "@babel/parser" "^7.24.1" |
| 346 | + "@babel/types" "^7.24.0" |
| 347 | + debug "^4.3.1" |
284 | 348 | globals "^11.1.0"
|
285 | 349 |
|
286 |
| -"@babel/types@^7.0.0", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.0", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.3.0", "@babel/types@^7.3.3": |
| 350 | +"@babel/types@^7.0.0", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.3.0", "@babel/types@^7.3.3": |
287 | 351 | version "7.20.2"
|
288 | 352 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.2.tgz#67ac09266606190f496322dbaff360fdaa5e7842"
|
289 | 353 | integrity sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog==
|
|
292 | 356 | "@babel/helper-validator-identifier" "^7.19.1"
|
293 | 357 | to-fast-properties "^2.0.0"
|
294 | 358 |
|
| 359 | +"@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.24.0": |
| 360 | + version "7.24.0" |
| 361 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.0.tgz#3b951f435a92e7333eba05b7566fd297960ea1bf" |
| 362 | + integrity sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w== |
| 363 | + dependencies: |
| 364 | + "@babel/helper-string-parser" "^7.23.4" |
| 365 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 366 | + to-fast-properties "^2.0.0" |
| 367 | + |
295 | 368 | "@bcoe/v8-coverage@^0.2.3":
|
296 | 369 | version "0.2.3"
|
297 | 370 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
527 | 600 | "@jridgewell/sourcemap-codec" "^1.4.10"
|
528 | 601 | "@jridgewell/trace-mapping" "^0.3.9"
|
529 | 602 |
|
| 603 | +"@jridgewell/gen-mapping@^0.3.5": |
| 604 | + version "0.3.5" |
| 605 | + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz#dcce6aff74bdf6dad1a95802b69b04a2fcb1fb36" |
| 606 | + integrity sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg== |
| 607 | + dependencies: |
| 608 | + "@jridgewell/set-array" "^1.2.1" |
| 609 | + "@jridgewell/sourcemap-codec" "^1.4.10" |
| 610 | + "@jridgewell/trace-mapping" "^0.3.24" |
| 611 | + |
530 | 612 |
|
531 | 613 | version "3.1.0"
|
532 | 614 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"
|
533 | 615 | integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==
|
534 | 616 |
|
| 617 | +"@jridgewell/resolve-uri@^3.1.0": |
| 618 | + version "3.1.2" |
| 619 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6" |
| 620 | + integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw== |
| 621 | + |
535 | 622 | "@jridgewell/set-array@^1.0.0", "@jridgewell/set-array@^1.0.1":
|
536 | 623 | version "1.1.2"
|
537 | 624 | resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
|
538 | 625 | integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==
|
539 | 626 |
|
| 627 | +"@jridgewell/set-array@^1.2.1": |
| 628 | + version "1.2.1" |
| 629 | + resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.2.1.tgz#558fb6472ed16a4c850b889530e6b36438c49280" |
| 630 | + integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A== |
| 631 | + |
540 | 632 | "@jridgewell/[email protected]", "@jridgewell/sourcemap-codec@^1.4.10":
|
541 | 633 | version "1.4.14"
|
542 | 634 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
|
543 | 635 | integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
|
544 | 636 |
|
| 637 | +"@jridgewell/sourcemap-codec@^1.4.14": |
| 638 | + version "1.4.15" |
| 639 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" |
| 640 | + integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== |
| 641 | + |
545 | 642 | "@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.15", "@jridgewell/trace-mapping@^0.3.9":
|
546 | 643 | version "0.3.17"
|
547 | 644 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz#793041277af9073b0951a7fe0f0d8c4c98c36985"
|
|
550 | 647 | "@jridgewell/resolve-uri" "3.1.0"
|
551 | 648 | "@jridgewell/sourcemap-codec" "1.4.14"
|
552 | 649 |
|
| 650 | +"@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25": |
| 651 | + version "0.3.25" |
| 652 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0" |
| 653 | + integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ== |
| 654 | + dependencies: |
| 655 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 656 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 657 | + |
553 | 658 | "@mapbox/node-pre-gyp@^1.0.0":
|
554 | 659 | version "1.0.10"
|
555 | 660 | resolved "https://registry.yarnpkg.com/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.10.tgz#8e6735ccebbb1581e5a7e652244cadc8a844d03c"
|
@@ -982,7 +1087,7 @@ caniuse-lite@^1.0.30001400:
|
982 | 1087 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001434.tgz#ec1ec1cfb0a93a34a0600d37903853030520a4e5"
|
983 | 1088 | integrity sha512-aOBHrLmTQw//WFa2rcF1If9fa3ypkC1wzqqiKHgfdrXTWcU8C4gKVZT77eQAPWN1APys3+uQ0Df07rKauXGEYA==
|
984 | 1089 |
|
985 |
| -chalk@^2.0.0: |
| 1090 | +chalk@^2.0.0, chalk@^2.4.2: |
986 | 1091 | version "2.4.2"
|
987 | 1092 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
988 | 1093 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
|
1150 | 1255 | dependencies:
|
1151 | 1256 | ms "2.0.0"
|
1152 | 1257 |
|
1153 |
| -debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.3, debug@^4.3.4: |
| 1258 | +debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.3, debug@^4.3.4: |
1154 | 1259 | version "4.3.4"
|
1155 | 1260 | resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
|
1156 | 1261 | integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
|
|
0 commit comments