|
17 | 17 | dependencies:
|
18 | 18 | "@babel/highlight" "^7.22.5"
|
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.22.5":
|
21 | 29 | version "7.22.5"
|
22 | 30 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.5.tgz#b1f6c86a02d85d2dd3368a2b67c09add8cd0c255"
|
|
53 | 61 | "@jridgewell/trace-mapping" "^0.3.17"
|
54 | 62 | jsesc "^2.5.1"
|
55 | 63 |
|
| 64 | +"@babel/generator@^7.24.1": |
| 65 | + version "7.24.4" |
| 66 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.4.tgz#1fc55532b88adf952025d5d2d1e71f946cb1c498" |
| 67 | + integrity sha512-Xd6+v6SnjWVx/nus+y0l1sxMOTOMBkyL4+BIdbALyatQnAe/SRVjANeDPSCYaX+i1iJmuGSKf3Z+E+V/va1Hvw== |
| 68 | + dependencies: |
| 69 | + "@babel/types" "^7.24.0" |
| 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.22.5":
|
57 | 75 | version "7.22.5"
|
58 | 76 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.5.tgz#fc7319fc54c5e2fa14b2909cf3c5fd3046813e02"
|
|
64 | 82 | lru-cache "^5.1.1"
|
65 | 83 | semver "^6.3.0"
|
66 | 84 |
|
| 85 | +"@babel/helper-environment-visitor@^7.22.20": |
| 86 | + version "7.22.20" |
| 87 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 88 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 89 | + |
67 | 90 | "@babel/helper-environment-visitor@^7.22.5":
|
68 | 91 | version "7.22.5"
|
69 | 92 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98"
|
70 | 93 | integrity sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==
|
71 | 94 |
|
72 |
| -"@babel/helper-function-name@^7.22.5": |
73 |
| - version "7.22.5" |
74 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz#ede300828905bb15e582c037162f99d5183af1be" |
75 |
| - integrity sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ== |
| 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.22.5" |
78 |
| - "@babel/types" "^7.22.5" |
| 100 | + "@babel/template" "^7.22.15" |
| 101 | + "@babel/types" "^7.23.0" |
79 | 102 |
|
80 | 103 | "@babel/helper-hoist-variables@^7.22.5":
|
81 | 104 | version "7.22.5"
|
|
124 | 147 | dependencies:
|
125 | 148 | "@babel/types" "^7.22.5"
|
126 | 149 |
|
| 150 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 151 | + version "7.22.6" |
| 152 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 153 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 154 | + dependencies: |
| 155 | + "@babel/types" "^7.22.5" |
| 156 | + |
127 | 157 | "@babel/helper-string-parser@^7.22.5":
|
128 | 158 | version "7.22.5"
|
129 | 159 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
|
130 | 160 | integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
|
131 | 161 |
|
| 162 | +"@babel/helper-string-parser@^7.23.4": |
| 163 | + version "7.24.1" |
| 164 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz#f99c36d3593db9540705d0739a1f10b5e20c696e" |
| 165 | + integrity sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ== |
| 166 | + |
| 167 | +"@babel/helper-validator-identifier@^7.22.20": |
| 168 | + version "7.22.20" |
| 169 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 170 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 171 | + |
132 | 172 | "@babel/helper-validator-identifier@^7.22.5":
|
133 | 173 | version "7.22.5"
|
134 | 174 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
|
|
157 | 197 | chalk "^2.0.0"
|
158 | 198 | js-tokens "^4.0.0"
|
159 | 199 |
|
| 200 | +"@babel/highlight@^7.24.2": |
| 201 | + version "7.24.2" |
| 202 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.2.tgz#3f539503efc83d3c59080a10e6634306e0370d26" |
| 203 | + integrity sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA== |
| 204 | + dependencies: |
| 205 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 206 | + chalk "^2.4.2" |
| 207 | + js-tokens "^4.0.0" |
| 208 | + picocolors "^1.0.0" |
| 209 | + |
160 | 210 | "@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.22.5":
|
161 | 211 | version "7.22.5"
|
162 | 212 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.5.tgz#721fd042f3ce1896238cf1b341c77eb7dee7dbea"
|
163 | 213 | integrity sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q==
|
164 | 214 |
|
| 215 | +"@babel/parser@^7.24.0", "@babel/parser@^7.24.1": |
| 216 | + version "7.24.4" |
| 217 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.4.tgz#234487a110d89ad5a3ed4a8a566c36b9453e8c88" |
| 218 | + integrity sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg== |
| 219 | + |
165 | 220 | "@babel/plugin-syntax-async-generators@^7.8.4":
|
166 | 221 | version "7.8.4"
|
167 | 222 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d"
|
|
260 | 315 | dependencies:
|
261 | 316 | "@babel/helper-plugin-utils" "^7.22.5"
|
262 | 317 |
|
| 318 | +"@babel/template@^7.22.15": |
| 319 | + version "7.24.0" |
| 320 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.0.tgz#c6a524aa93a4a05d66aaf31654258fae69d87d50" |
| 321 | + integrity sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA== |
| 322 | + dependencies: |
| 323 | + "@babel/code-frame" "^7.23.5" |
| 324 | + "@babel/parser" "^7.24.0" |
| 325 | + "@babel/types" "^7.24.0" |
| 326 | + |
263 | 327 | "@babel/template@^7.22.5", "@babel/template@^7.3.3":
|
264 | 328 | version "7.22.5"
|
265 | 329 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.5.tgz#0c8c4d944509875849bd0344ff0050756eefc6ec"
|
|
270 | 334 | "@babel/types" "^7.22.5"
|
271 | 335 |
|
272 | 336 | "@babel/traverse@^7.22.5", "@babel/traverse@^7.7.2":
|
273 |
| - version "7.22.5" |
274 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.5.tgz#44bd276690db6f4940fdb84e1cb4abd2f729ccd1" |
275 |
| - integrity sha512-7DuIjPgERaNo6r+PZwItpjCZEa5vyw4eJGufeLxrPdBXBoLcCJCIasvK6pK/9DVNrLZTLFhUGqaC6X/PA007TQ== |
276 |
| - dependencies: |
277 |
| - "@babel/code-frame" "^7.22.5" |
278 |
| - "@babel/generator" "^7.22.5" |
279 |
| - "@babel/helper-environment-visitor" "^7.22.5" |
280 |
| - "@babel/helper-function-name" "^7.22.5" |
| 337 | + version "7.24.1" |
| 338 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.1.tgz#d65c36ac9dd17282175d1e4a3c49d5b7988f530c" |
| 339 | + integrity sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ== |
| 340 | + dependencies: |
| 341 | + "@babel/code-frame" "^7.24.1" |
| 342 | + "@babel/generator" "^7.24.1" |
| 343 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 344 | + "@babel/helper-function-name" "^7.23.0" |
281 | 345 | "@babel/helper-hoist-variables" "^7.22.5"
|
282 |
| - "@babel/helper-split-export-declaration" "^7.22.5" |
283 |
| - "@babel/parser" "^7.22.5" |
284 |
| - "@babel/types" "^7.22.5" |
285 |
| - debug "^4.1.0" |
| 346 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 347 | + "@babel/parser" "^7.24.1" |
| 348 | + "@babel/types" "^7.24.0" |
| 349 | + debug "^4.3.1" |
286 | 350 | globals "^11.1.0"
|
287 | 351 |
|
288 | 352 | "@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.22.5", "@babel/types@^7.3.3":
|
|
294 | 358 | "@babel/helper-validator-identifier" "^7.22.5"
|
295 | 359 | to-fast-properties "^2.0.0"
|
296 | 360 |
|
| 361 | +"@babel/types@^7.23.0", "@babel/types@^7.24.0": |
| 362 | + version "7.24.0" |
| 363 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.0.tgz#3b951f435a92e7333eba05b7566fd297960ea1bf" |
| 364 | + integrity sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w== |
| 365 | + dependencies: |
| 366 | + "@babel/helper-string-parser" "^7.23.4" |
| 367 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 368 | + to-fast-properties "^2.0.0" |
| 369 | + |
297 | 370 | "@bcoe/v8-coverage@^0.2.3":
|
298 | 371 | version "0.2.3"
|
299 | 372 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
516 | 589 | "@jridgewell/sourcemap-codec" "^1.4.10"
|
517 | 590 | "@jridgewell/trace-mapping" "^0.3.9"
|
518 | 591 |
|
| 592 | +"@jridgewell/gen-mapping@^0.3.5": |
| 593 | + version "0.3.5" |
| 594 | + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz#dcce6aff74bdf6dad1a95802b69b04a2fcb1fb36" |
| 595 | + integrity sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg== |
| 596 | + dependencies: |
| 597 | + "@jridgewell/set-array" "^1.2.1" |
| 598 | + "@jridgewell/sourcemap-codec" "^1.4.10" |
| 599 | + "@jridgewell/trace-mapping" "^0.3.24" |
| 600 | + |
519 | 601 | "@jridgewell/resolve-uri@3.1.0":
|
520 | 602 | version "3.1.0"
|
521 | 603 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"
|
522 | 604 | integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==
|
523 | 605 |
|
| 606 | +"@jridgewell/resolve-uri@^3.1.0": |
| 607 | + version "3.1.2" |
| 608 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6" |
| 609 | + integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw== |
| 610 | + |
524 | 611 | "@jridgewell/set-array@^1.0.1":
|
525 | 612 | version "1.1.2"
|
526 | 613 | resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
|
527 | 614 | integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==
|
528 | 615 |
|
| 616 | +"@jridgewell/set-array@^1.2.1": |
| 617 | + version "1.2.1" |
| 618 | + resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.2.1.tgz#558fb6472ed16a4c850b889530e6b36438c49280" |
| 619 | + integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A== |
| 620 | + |
529 | 621 | "@jridgewell/sourcemap-codec@1.4.14":
|
530 | 622 | version "1.4.14"
|
531 | 623 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
|
532 | 624 | integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
|
533 | 625 |
|
534 |
| -"@jridgewell/sourcemap-codec@^1.4.10": |
| 626 | +"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14": |
535 | 627 | version "1.4.15"
|
536 | 628 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
|
537 | 629 | integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
|
|
544 | 636 | "@jridgewell/resolve-uri" "3.1.0"
|
545 | 637 | "@jridgewell/sourcemap-codec" "1.4.14"
|
546 | 638 |
|
| 639 | +"@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25": |
| 640 | + version "0.3.25" |
| 641 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0" |
| 642 | + integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ== |
| 643 | + dependencies: |
| 644 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 645 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 646 | + |
547 | 647 | "@sinclair/typebox@^0.25.16":
|
548 | 648 | version "0.25.24"
|
549 | 649 | resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.25.24.tgz#8c7688559979f7079aacaf31aa881c3aa410b718"
|
@@ -849,7 +949,7 @@ caniuse-lite@^1.0.30001503:
|
849 | 949 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001509.tgz#2b7ad5265392d6d2de25cd8776d1ab3899570d14"
|
850 | 950 | integrity sha512-2uDDk+TRiTX5hMcUYT/7CSyzMZxjfGu0vAUjS2g0LSD8UoXOv0LtpH4LxGMemsiPq6LCVIUjNwVM0erkOkGCDA==
|
851 | 951 |
|
852 |
| -chalk@^2.0.0: |
| 952 | +chalk@^2.0.0, chalk@^2.4.2: |
853 | 953 | version "2.4.2"
|
854 | 954 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
855 | 955 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
@@ -948,7 +1048,7 @@ cross-spawn@^7.0.3:
|
948 | 1048 | shebang-command "^2.0.0"
|
949 | 1049 | which "^2.0.1"
|
950 | 1050 |
|
951 |
| -debug@^4.1.0, debug@^4.1.1: |
| 1051 | +debug@^4.1.0, debug@^4.1.1, debug@^4.3.1: |
952 | 1052 | version "4.3.4"
|
953 | 1053 | resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
|
954 | 1054 | integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
|
|
0 commit comments