|
525 | 525 | dependencies:
|
526 | 526 | regenerator-runtime "^0.13.4"
|
527 | 527 |
|
528 |
| -"@babel/runtime@^7.12.5", "@babel/runtime@^7.17.2": |
529 |
| - version "7.18.3" |
530 |
| - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.18.3.tgz#c7b654b57f6f63cf7f8b418ac9ca04408c4579f4" |
531 |
| - integrity sha512-38Y8f7YUhce/K7RMwTp7m0uCumpv9hZkitCbBClqQIow1qSbCvGkcegKOXpEWCQLfWmevgRiWokZ1GkpfhbZug== |
532 |
| - dependencies: |
533 |
| - regenerator-runtime "^0.13.4" |
534 |
| - |
535 |
| -"@babel/runtime@^7.18.3": |
536 |
| - version "7.22.15" |
537 |
| - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.22.15.tgz#38f46494ccf6cf020bd4eed7124b425e83e523b8" |
538 |
| - integrity sha512-T0O+aa+4w0u06iNmapipJXMV4HoUir03hpx3/YqXXhu9xim3w+dVphjFWl1OH8NbZHw5Lbm9k45drDkgq2VNNA== |
539 |
| - dependencies: |
540 |
| - regenerator-runtime "^0.14.0" |
541 |
| - |
542 |
| -"@babel/runtime@^7.19.4": |
543 |
| - version "7.23.2" |
544 |
| - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.2.tgz#062b0ac103261d68a966c4c7baf2ae3e62ec3885" |
545 |
| - integrity sha512-mM8eg4yl5D6i3lu2QKPuPH4FArvJ8KhTofbE7jwMUv9KX5mBvwPAqnV3MlyBNqdp9RyRKP6Yck8TrfYrPvX3bg== |
546 |
| - dependencies: |
547 |
| - regenerator-runtime "^0.14.0" |
548 |
| - |
549 |
| -"@babel/runtime@^7.20.6": |
550 |
| - version "7.20.6" |
551 |
| - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.20.6.tgz#facf4879bfed9b5326326273a64220f099b0fce3" |
552 |
| - integrity sha512-Q+8MqP7TiHMWzSfwiJwXCjyf4GYA4Dgw3emg/7xmwsdLJOZUp+nMqcOwOzzYheuM1rhDu8FSj2l0aoMygEuXuA== |
553 |
| - dependencies: |
554 |
| - regenerator-runtime "^0.13.11" |
555 |
| - |
556 |
| -"@babel/runtime@^7.21.0": |
557 |
| - version "7.21.0" |
558 |
| - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.21.0.tgz#5b55c9d394e5fcf304909a8b00c07dc217b56673" |
559 |
| - integrity sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw== |
560 |
| - dependencies: |
561 |
| - regenerator-runtime "^0.13.11" |
562 |
| - |
563 |
| -"@babel/runtime@^7.22.5", "@babel/runtime@^7.23.2": |
| 528 | +"@babel/runtime@^7.12.5", "@babel/runtime@^7.17.2", "@babel/runtime@^7.18.3", "@babel/runtime@^7.19.4", "@babel/runtime@^7.20.6", "@babel/runtime@^7.21.0", "@babel/runtime@^7.22.5", "@babel/runtime@^7.22.6", "@babel/runtime@^7.23.2", "@babel/runtime@^7.5.5": |
564 | 529 | version "7.24.4"
|
565 | 530 | resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.24.4.tgz#de795accd698007a66ba44add6cc86542aff1edd"
|
566 | 531 | integrity sha512-dkxf7+hn8mFBwKjs9bvBlArzLVxVbS8usaPUDd5p2a9JCL9tB8OaOVN1isD4+Xyk4ns89/xeOmbQvgdK7IIVdA==
|
567 | 532 | dependencies:
|
568 | 533 | regenerator-runtime "^0.14.0"
|
569 | 534 |
|
570 |
| -"@babel/runtime@^7.22.6": |
571 |
| - version "7.23.1" |
572 |
| - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.1.tgz#72741dc4d413338a91dcb044a86f3c0bc402646d" |
573 |
| - integrity sha512-hC2v6p8ZSI/W0HUzh3V8C5g+NwSKzKPtJwSpTjwl0o297GP9+ZLQSkdvHz46CM3LqyoXxq+5G9komY+eSqSO0g== |
574 |
| - dependencies: |
575 |
| - regenerator-runtime "^0.14.0" |
576 |
| - |
577 |
| -"@babel/runtime@^7.5.5": |
578 |
| - version "7.17.2" |
579 |
| - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.2.tgz#66f68591605e59da47523c631416b18508779941" |
580 |
| - integrity sha512-hzeyJyMA1YGdJTuWU0e/j4wKXrU4OMFvY2MSlaI9B7VQb0r5cxTE3EAIS2Q7Tn2RIcDkRvTA/v2JsAEhxe99uw== |
581 |
| - dependencies: |
582 |
| - regenerator-runtime "^0.13.4" |
583 |
| - |
584 | 535 | "@babel/template@^7.22.15":
|
585 | 536 | version "7.22.15"
|
586 | 537 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
|
|
2621 | 2572 | dependencies:
|
2622 | 2573 | kleur "^4.1.4"
|
2623 | 2574 |
|
2624 |
| -"@noble/curves@1.0.0", "@noble/curves@^1.0.0", "@noble/curves@~1.0.0": |
| 2575 | +"@noble/curves@1.0.0", "@noble/curves@~1.0.0": |
2625 | 2576 | version "1.0.0"
|
2626 | 2577 | resolved "https://registry.yarnpkg.com/@noble/curves/-/curves-1.0.0.tgz#e40be8c7daf088aaf291887cbc73f43464a92932"
|
2627 | 2578 | integrity sha512-2upgEu0iLiDVDZkNLeFV2+ht0BAVgQnEmCk6JsOch9Rp8xfkMCbvbAZlA2pBHQc73dbl+vFOXfqkf4uemdn0bw==
|
2628 | 2579 | dependencies:
|
2629 | 2580 | "@noble/hashes" "1.3.0"
|
2630 | 2581 |
|
2631 |
| -"@noble/curves@1.2.0", "@noble/curves@~1.2.0": |
| 2582 | +"@noble/curves@1.2.0", "@noble/curves@^1.0.0", "@noble/curves@~1.2.0": |
2632 | 2583 | version "1.2.0"
|
2633 | 2584 | resolved "https://registry.yarnpkg.com/@noble/curves/-/curves-1.2.0.tgz#92d7e12e4e49b23105a2555c6984d41733d65c35"
|
2634 | 2585 | integrity sha512-oYclrNgRaM9SsBUBVbb8M6DTV7ZHRTKugureoYEncY5c65HOmRzvSiTE3y5CYaPYJA/GVkrhXEoF0M3Ya9PMnw==
|
2635 | 2586 | dependencies:
|
2636 | 2587 | "@noble/hashes" "1.3.2"
|
2637 | 2588 |
|
2638 |
| -"@noble/ed25519@^1.7.0": |
2639 |
| - version "1.7.1" |
2640 |
| - resolved "https://registry.yarnpkg.com/@noble/ed25519/-/ed25519-1.7.1.tgz#6899660f6fbb97798a6fbd227227c4589a454724" |
2641 |
| - integrity sha512-Rk4SkJFaXZiznFyC/t77Q0NKS4FL7TLJJsVG2V2oiEq3kJVeTdxysEe/yRWSpnWMe808XRDJ+VFh5pt/FN5plw== |
2642 |
| - |
2643 | 2589 | "@noble/hashes@1.1.2":
|
2644 | 2590 | version "1.1.2"
|
2645 | 2591 | resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.1.2.tgz#e9e035b9b166ca0af657a7848eb2718f0f22f183"
|
2646 | 2592 | integrity sha512-KYRCASVTv6aeUi1tsF8/vpyR7zpfs3FUzy2Jqm+MU+LmUKhQ0y2FpfwqkCcxSg2ua4GALJd8k2R76WxwZGbQpA==
|
2647 | 2593 |
|
2648 |
| -"@noble/hashes@1.3.0", "@noble/hashes@^1.2.0", "@noble/hashes@^1.3.0", "@noble/hashes@~1.3.0": |
| 2594 | +"@noble/hashes@1.3.0": |
2649 | 2595 | version "1.3.0"
|
2650 | 2596 | resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.3.0.tgz#085fd70f6d7d9d109671090ccae1d3bec62554a1"
|
2651 | 2597 | integrity sha512-ilHEACi9DwqJB0pw7kv+Apvh50jiiSyR/cQ3y4W7lOR5mhvn/50FLUfsnfJz0BDZtl/RR16kXvptiv6q1msYZg==
|
2652 | 2598 |
|
2653 |
| -"@noble/hashes@1.3.2", "@noble/hashes@^1.3.1": |
| 2599 | +"@noble/hashes@1.3.2": |
2654 | 2600 | version "1.3.2"
|
2655 | 2601 | resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.3.2.tgz#6f26dbc8fbc7205873ce3cee2f690eba0d421b39"
|
2656 | 2602 | integrity sha512-MVC8EAQp7MvEcm30KWENFjgR+Mkmf+D189XJTkFIlwohU5hcBbn1ZkKq7KVTi2Hme3PMGF390DaL52beVrIihQ==
|
2657 | 2603 |
|
2658 |
| -"@noble/hashes@^1.1.2": |
2659 |
| - version "1.1.3" |
2660 |
| - resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.1.3.tgz#360afc77610e0a61f3417e497dcf36862e4f8111" |
2661 |
| - integrity sha512-CE0FCR57H2acVI5UOzIGSSIYxZ6v/HOhDR0Ro9VLyhnzLwx0o8W1mmgaqlEUx4049qJDlIBRztv5k+MM8vbO3A== |
| 2604 | +"@noble/hashes@^1.2.0", "@noble/hashes@^1.3.0", "@noble/hashes@^1.3.1", "@noble/hashes@~1.3.0", "@noble/hashes@~1.3.2": |
| 2605 | + version "1.3.3" |
| 2606 | + resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.3.3.tgz#39908da56a4adc270147bb07968bf3b16cfe1699" |
| 2607 | + integrity sha512-V7/fPHgl+jsVPXqqeOzT8egNj2iBIVt+ECeMMG8TdcnTikP3oaBtUVqpT/gYCR68aEBJSF+XbYUxStjbFMqIIA== |
2662 | 2608 |
|
2663 | 2609 | "@noble/hashes@~1.1.1":
|
2664 | 2610 | version "1.1.4"
|
2665 | 2611 | resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.1.4.tgz#2611ebf5764c1bf754da7c7794de4fb30512336d"
|
2666 | 2612 | integrity sha512-+PYsVPrTSqtVjatKt2A/Proukn2Yrz61OBThOCKErc5w2/r1Fh37vbDv0Eah7pyNltrmacjwTvdw3JoR+WE4TA==
|
2667 | 2613 |
|
2668 |
| -"@noble/hashes@~1.3.2": |
2669 |
| - version "1.3.3" |
2670 |
| - resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.3.3.tgz#39908da56a4adc270147bb07968bf3b16cfe1699" |
2671 |
| - integrity sha512-V7/fPHgl+jsVPXqqeOzT8egNj2iBIVt+ECeMMG8TdcnTikP3oaBtUVqpT/gYCR68aEBJSF+XbYUxStjbFMqIIA== |
2672 |
| - |
2673 | 2614 | "@noble/secp256k1@1.6.3", "@noble/secp256k1@~1.6.0":
|
2674 | 2615 | version "1.6.3"
|
2675 | 2616 | resolved "https://registry.yarnpkg.com/@noble/secp256k1/-/secp256k1-1.6.3.tgz#7eed12d9f4404b416999d0c87686836c4c5c9b94"
|
2676 | 2617 | integrity sha512-T04e4iTurVy7I8Sw4+c5OSN9/RkPlo1uKxAomtxQNLq8j1uPAqnsqG1bqvY3Jv7c13gyr6dui0zmh/I3+f/JaQ==
|
2677 | 2618 |
|
2678 |
| -"@noble/secp256k1@^1.6.3": |
2679 |
| - version "1.7.0" |
2680 |
| - resolved "https://registry.yarnpkg.com/@noble/secp256k1/-/secp256k1-1.7.0.tgz#d15357f7c227e751d90aa06b05a0e5cf993ba8c1" |
2681 |
| - integrity sha512-kbacwGSsH/CTout0ZnZWxnW1B+jH/7r/WAAKLBtrRJ/+CUH7lgmQzl3GTrQua3SGKWNSDsS6lmjnDpIJ5Dxyaw== |
2682 |
| - |
2683 | 2619 | "@nodelib/fs.scandir@2.1.5":
|
2684 | 2620 | version "2.1.5"
|
2685 | 2621 | resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
|
|
3272 | 3208 | dependencies:
|
3273 | 3209 | buffer "~6.0.3"
|
3274 | 3210 |
|
3275 |
| -"@solana/web3.js@^1.63.1": |
3276 |
| - version "1.74.0" |
3277 |
| - resolved "https://registry.yarnpkg.com/@solana/web3.js/-/web3.js-1.74.0.tgz#dbcbeabb830dd7cbbcf5e31404ca79c9785cbf2d" |
3278 |
| - integrity sha512-RKZyPqizPCxmpMGfpu4fuplNZEWCrhRBjjVstv5QnAJvgln1jgOfgui+rjl1ExnqDnWKg9uaZ5jtGROH/cwabg== |
| 3211 | +"@solana/web3.js@^1.63.1", "@solana/web3.js@^1.78.0": |
| 3212 | + version "1.78.5" |
| 3213 | + resolved "https://registry.yarnpkg.com/@solana/web3.js/-/web3.js-1.78.5.tgz#591cd47423cdb0b5e5cb7e8dc4dc70b2abe02f80" |
| 3214 | + integrity sha512-2ZHsDNqkKdglJQrIvJ3p2DmgS3cGnary3VJyqt9C1SPrpAtLYzcElr3xyXJOznyQTU/8AMw+GoF11lFoKbicKg== |
3279 | 3215 | dependencies:
|
3280 |
| - "@babel/runtime" "^7.12.5" |
3281 |
| - "@noble/ed25519" "^1.7.0" |
3282 |
| - "@noble/hashes" "^1.1.2" |
3283 |
| - "@noble/secp256k1" "^1.6.3" |
| 3216 | + "@babel/runtime" "^7.22.6" |
| 3217 | + "@noble/curves" "^1.0.0" |
| 3218 | + "@noble/hashes" "^1.3.1" |
3284 | 3219 | "@solana/buffer-layout" "^4.0.0"
|
3285 |
| - agentkeepalive "^4.2.1" |
| 3220 | + agentkeepalive "^4.3.0" |
3286 | 3221 | bigint-buffer "^1.1.5"
|
3287 |
| - bn.js "^5.0.0" |
| 3222 | + bn.js "^5.2.1" |
3288 | 3223 | borsh "^0.7.0"
|
3289 | 3224 | bs58 "^4.0.1"
|
3290 |
| - buffer "6.0.1" |
| 3225 | + buffer "6.0.3" |
3291 | 3226 | fast-stable-stringify "^1.0.0"
|
3292 |
| - jayson "^3.4.4" |
3293 |
| - node-fetch "^2.6.7" |
| 3227 | + jayson "^4.1.0" |
| 3228 | + node-fetch "^2.6.12" |
3294 | 3229 | rpc-websockets "^7.5.1"
|
3295 | 3230 | superstruct "^0.14.2"
|
3296 | 3231 |
|
3297 |
| -"@solana/web3.js@^1.73.0": |
3298 |
| - version "1.76.0" |
3299 |
| - resolved "https://registry.yarnpkg.com/@solana/web3.js/-/web3.js-1.76.0.tgz#0f888e25d727d0dadf3dd8a01967347555200b2b" |
3300 |
| - integrity sha512-aJtF/nTs+9St+KtTK/wgVJ+SinfjYzn+3w1ygYIPw8ST6LH+qHBn8XkodgDTwlv/xzNkaVz1kkUDOZ8BPXyZWA== |
| 3232 | +"@solana/web3.js@^1.76.1": |
| 3233 | + version "1.76.1" |
| 3234 | + resolved "https://registry.yarnpkg.com/@solana/web3.js/-/web3.js-1.76.1.tgz#ad5b9abdcf671633cb85fb0eb63bc2e7eb05122f" |
| 3235 | + integrity sha512-MPn8BZmOvMHDHHOJeJd/kv/jaGyzrgTSS4yRTq536h7qSLSXBdDO8+nmcajjW+3hRYBLKK4YBYwchTWssxQ16Q== |
3301 | 3236 | dependencies:
|
3302 | 3237 | "@babel/runtime" "^7.12.5"
|
3303 | 3238 | "@noble/curves" "^1.0.0"
|
|
3315 | 3250 | rpc-websockets "^7.5.1"
|
3316 | 3251 | superstruct "^0.14.2"
|
3317 | 3252 |
|
3318 |
| -"@solana/web3.js@^1.78.0": |
3319 |
| - version "1.78.5" |
3320 |
| - resolved "https://registry.yarnpkg.com/@solana/web3.js/-/web3.js-1.78.5.tgz#591cd47423cdb0b5e5cb7e8dc4dc70b2abe02f80" |
3321 |
| - integrity sha512-2ZHsDNqkKdglJQrIvJ3p2DmgS3cGnary3VJyqt9C1SPrpAtLYzcElr3xyXJOznyQTU/8AMw+GoF11lFoKbicKg== |
3322 |
| - dependencies: |
3323 |
| - "@babel/runtime" "^7.22.6" |
3324 |
| - "@noble/curves" "^1.0.0" |
3325 |
| - "@noble/hashes" "^1.3.1" |
3326 |
| - "@solana/buffer-layout" "^4.0.0" |
3327 |
| - agentkeepalive "^4.3.0" |
3328 |
| - bigint-buffer "^1.1.5" |
3329 |
| - bn.js "^5.2.1" |
3330 |
| - borsh "^0.7.0" |
3331 |
| - bs58 "^4.0.1" |
3332 |
| - buffer "6.0.3" |
3333 |
| - fast-stable-stringify "^1.0.0" |
3334 |
| - jayson "^4.1.0" |
3335 |
| - node-fetch "^2.6.12" |
3336 |
| - rpc-websockets "^7.5.1" |
3337 |
| - superstruct "^0.14.2" |
3338 |
| - |
3339 | 3253 | "@solid-devtools/debugger@^0.22.4":
|
3340 | 3254 | version "0.22.4"
|
3341 | 3255 | resolved "https://registry.yarnpkg.com/@solid-devtools/debugger/-/debugger-0.22.4.tgz#68fd0e1e4fe6738c4782ea8c58150c0c49543d5a"
|
@@ -6116,16 +6030,7 @@ agent-base@6, agent-base@^6.0.2:
|
6116 | 6030 | dependencies:
|
6117 | 6031 | debug "4"
|
6118 | 6032 |
|
6119 |
| -agentkeepalive@^4.2.1: |
6120 |
| - version "4.3.0" |
6121 |
| - resolved "https://registry.yarnpkg.com/agentkeepalive/-/agentkeepalive-4.3.0.tgz#bb999ff07412653c1803b3ced35e50729830a255" |
6122 |
| - integrity sha512-7Epl1Blf4Sy37j4v9f9FjICCh4+KAQOyXgHEwlyBiAQLbhKdq/i2QQU3amQalS/wPhdPzDXPL5DMR5bkn+YeWg== |
6123 |
| - dependencies: |
6124 |
| - debug "^4.1.0" |
6125 |
| - depd "^2.0.0" |
6126 |
| - humanize-ms "^1.2.1" |
6127 |
| - |
6128 |
| -agentkeepalive@^4.3.0: |
| 6033 | +agentkeepalive@^4.2.1, agentkeepalive@^4.3.0: |
6129 | 6034 | version "4.5.0"
|
6130 | 6035 | resolved "https://registry.yarnpkg.com/agentkeepalive/-/agentkeepalive-4.5.0.tgz#2673ad1389b3c418c5a20c5d7364f93ca04be923"
|
6131 | 6036 | integrity sha512-5GG/5IbQQpC9FpkRGsSvZI5QYeSCzlJHdpBQntCsuTOxhKD8lqKhrleg2Yi7yvMIf82Ycmmqln9U8V9qwEiJew==
|
@@ -6684,12 +6589,7 @@ bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.11.0, bn.js@^4.11.6, bn.js@^4.11.8, bn.js@^
|
6684 | 6589 | resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.0.tgz#775b3f278efbb9718eec7361f483fb36fbbfea88"
|
6685 | 6590 | integrity sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==
|
6686 | 6591 |
|
6687 |
| -bn.js@^5.0.0, bn.js@^5.1.1, bn.js@^5.1.2, bn.js@^5.2.0: |
6688 |
| - version "5.2.0" |
6689 |
| - resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-5.2.0.tgz#358860674396c6997771a9d051fcc1b57d4ae002" |
6690 |
| - integrity sha512-D7iWRBvnZE8ecXiLj/9wbxH7Tk79fAh8IHaTNq1RWRixsS02W+5qS+iE9yq6RYl0asXx5tw0bLhmT5pIfbSquw== |
6691 |
| - |
6692 |
| -bn.js@^5.2.1: |
| 6592 | +bn.js@^5.0.0, bn.js@^5.1.1, bn.js@^5.1.2, bn.js@^5.2.0, bn.js@^5.2.1: |
6693 | 6593 | version "5.2.1"
|
6694 | 6594 | resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-5.2.1.tgz#0bc527a6a0d18d0aa8d5b0538ce4a77dccfa7b70"
|
6695 | 6595 | integrity sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==
|
@@ -6991,14 +6891,6 @@ buffer@5.6.0:
|
6991 | 6891 | base64-js "^1.0.2"
|
6992 | 6892 | ieee754 "^1.1.4"
|
6993 | 6893 |
|
6994 |
| -buffer@6.0.1: |
6995 |
| - version "6.0.1" |
6996 |
| - resolved "https://registry.yarnpkg.com/buffer/-/buffer-6.0.1.tgz#3cbea8c1463e5a0779e30b66d4c88c6ffa182ac2" |
6997 |
| - integrity sha512-rVAXBwEcEoYtxnHSO5iWyhzV/O1WMtkUYWlfdLS7FjU4PnSJJHEfHXi/uHPI5EwltmOA794gN3bm3/pzuctWjQ== |
6998 |
| - dependencies: |
6999 |
| - base64-js "^1.3.1" |
7000 |
| - ieee754 "^1.2.1" |
7001 |
| - |
7002 | 6894 | buffer@6.0.3, buffer@^6.0.3, buffer@~6.0.3:
|
7003 | 6895 | version "6.0.3"
|
7004 | 6896 | resolved "https://registry.yarnpkg.com/buffer/-/buffer-6.0.3.tgz#2ace578459cc8fbe2a70aaa8f52ee63b6a74c6c6"
|
@@ -7984,11 +7876,6 @@ denque@^2.1.0:
|
7984 | 7876 | resolved "https://registry.yarnpkg.com/denque/-/denque-2.1.0.tgz#e93e1a6569fb5e66f16a3c2a2964617d349d6ab1"
|
7985 | 7877 | integrity sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==
|
7986 | 7878 |
|
7987 |
| -depd@^2.0.0: |
7988 |
| - version "2.0.0" |
7989 |
| - resolved "https://registry.yarnpkg.com/depd/-/depd-2.0.0.tgz#b696163cc757560d09cf22cc8fad1571b79e76df" |
7990 |
| - integrity sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw== |
7991 |
| - |
7992 | 7879 | depd@~1.1.2:
|
7993 | 7880 | version "1.1.2"
|
7994 | 7881 | resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9"
|
@@ -11958,14 +11845,14 @@ node-fetch-native@^1.4.0, node-fetch-native@^1.4.1:
|
11958 | 11845 | resolved "https://registry.yarnpkg.com/node-fetch-native/-/node-fetch-native-1.4.1.tgz#5a336e55b4e1b1e72b9927da09fecd2b374c9be5"
|
11959 | 11846 | integrity sha512-NsXBU0UgBxo2rQLOeWNZqS3fvflWePMECr8CoSWoSTqCqGbVVsvl9vZu1HfQicYN0g5piV9Gh8RTEvo/uP752w==
|
11960 | 11847 |
|
11961 |
| -node-fetch@2.6.7, node-fetch@^2.6.0, node-fetch@^2.6.1, node-fetch@^2.6.7: |
| 11848 | +node-fetch@2.6.7: |
11962 | 11849 | version "2.6.7"
|
11963 | 11850 | resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
|
11964 | 11851 | integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
|
11965 | 11852 | dependencies:
|
11966 | 11853 | whatwg-url "^5.0.0"
|
11967 | 11854 |
|
11968 |
| -node-fetch@^2.6.12: |
| 11855 | +node-fetch@^2.6.0, node-fetch@^2.6.1, node-fetch@^2.6.12, node-fetch@^2.6.7: |
11969 | 11856 | version "2.7.0"
|
11970 | 11857 | resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d"
|
11971 | 11858 | integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==
|
@@ -13288,11 +13175,6 @@ redis-parser@^3.0.0:
|
13288 | 13175 | dependencies:
|
13289 | 13176 | redis-errors "^1.0.0"
|
13290 | 13177 |
|
13291 |
| -regenerator-runtime@^0.13.11: |
13292 |
| - version "0.13.11" |
13293 |
| - resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9" |
13294 |
| - integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg== |
13295 |
| - |
13296 | 13178 | regenerator-runtime@^0.13.4:
|
13297 | 13179 | version "0.13.9"
|
13298 | 13180 | resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz#8925742a98ffd90814988d7566ad30ca3b263b52"
|
|
0 commit comments