Skip to content

Commit f00eac9

Browse files
fix(deps): update all dependencies
1 parent 0f39c62 commit f00eac9

File tree

1 file changed

+98
-91
lines changed

1 file changed

+98
-91
lines changed

yarn.lock

+98-91
Original file line numberDiff line numberDiff line change
@@ -238,13 +238,20 @@
238238
resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.25.0.tgz#c8e119a30a7c8d60b9d2e22d2073722dde3b710b"
239239
integrity sha512-ZENoHJBxA20C2zFzh6AI4fT6RraMzjYw4xKWemRTRmRVtN9c5DcH9r/f2ihEkMjOW5eGgrwCslG/+Y/3bL+DHQ==
240240

241-
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
241+
"@eslint-community/eslint-utils@^4.2.0":
242242
version "4.4.1"
243243
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz#d1145bf2c20132d6400495d6df4bf59362fd9d56"
244244
integrity sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==
245245
dependencies:
246246
eslint-visitor-keys "^3.4.3"
247247

248+
"@eslint-community/eslint-utils@^4.4.0":
249+
version "4.5.0"
250+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.5.0.tgz#716637f508a8add5814cc64c56e58cce57bdbe93"
251+
integrity sha512-RoV8Xs9eNwiDvhv7M+xcL4PWyRyIXRY/FLp3buU4h1EYfdF7unWUy3dOjPqb3C7rMUewIcqwW850PgS8h1o1yg==
252+
dependencies:
253+
eslint-visitor-keys "^3.4.3"
254+
248255
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.12.1":
249256
version "4.12.1"
250257
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
@@ -381,23 +388,23 @@
381388
resolved "https://registry.yarnpkg.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.5.tgz#4fc56c15c580b9adb7dc3c333a134e540b44bfb1"
382389
integrity sha512-Vo+PSpZG2/fmgmiNzYK9qWRh8h/CHrwD0mo1h1DzL4yzHNSfWYujGTYsWGreD000gcgmZ7K4Ys6Tx9TxtsKdDw==
383390

384-
"@libp2p/crypto@^5.0.14":
385-
version "5.0.14"
386-
resolved "https://registry.yarnpkg.com/@libp2p/crypto/-/crypto-5.0.14.tgz#acb5ac2c8789d419d251c88148b5e9dcf8af59e6"
387-
integrity sha512-J7uOIyvCn4lllWzt5yGGGkB7AOx85XVtyOjO3tbnPMoCGLa7kBQshS1j3QaFwfSYrvb3n7iosA5WnwFpRw7CUw==
391+
"@libp2p/crypto@^5.0.15":
392+
version "5.0.15"
393+
resolved "https://registry.yarnpkg.com/@libp2p/crypto/-/crypto-5.0.15.tgz#ed4b75247ea1661417564d8dd30faf58e4199ecb"
394+
integrity sha512-28xYMOn3fs8flsNgCVVxp27gEmDTtZHbz+qEVv3v7cWfGRipaVhNXFV9tQJHWXHQ8mN8v/PQvgcfCcWu5jkrTg==
388395
dependencies:
389-
"@libp2p/interface" "^2.6.1"
396+
"@libp2p/interface" "^2.7.0"
390397
"@noble/curves" "^1.7.0"
391398
"@noble/hashes" "^1.6.1"
392399
multiformats "^13.3.1"
393400
protons-runtime "^5.5.0"
394401
uint8arraylist "^2.4.8"
395402
uint8arrays "^5.1.0"
396403

397-
"@libp2p/interface@^2.0.0", "@libp2p/interface@^2.6.1":
398-
version "2.6.1"
399-
resolved "https://registry.yarnpkg.com/@libp2p/interface/-/interface-2.6.1.tgz#7fec02d428016967cc5ff003bce22739d8e0bfaa"
400-
integrity sha512-iCH686hAGu1p8nSCCTTDz5jyJ89D9HvhpnmVehknVjNLO63TPAntsaDzEs6wi2nsUJ3xThsXEbani6Ij5dL8Vg==
404+
"@libp2p/interface@^2.0.0", "@libp2p/interface@^2.6.1", "@libp2p/interface@^2.7.0":
405+
version "2.7.0"
406+
resolved "https://registry.yarnpkg.com/@libp2p/interface/-/interface-2.7.0.tgz#05dc0c13901f3a681484ec6f1a41f164b6228f41"
407+
integrity sha512-lWmfIGzbSaw//yoEWWJh8dXNDGSCwUyXwC7P1Q6jCFWNoEtCaB1pvwOGBtri7Db/aNFZryMzN5covoq5ulldnA==
401408
dependencies:
402409
"@multiformats/multiaddr" "^12.3.3"
403410
it-pushable "^3.2.3"
@@ -406,27 +413,27 @@
406413
progress-events "^1.0.1"
407414
uint8arraylist "^2.4.8"
408415

409-
"@libp2p/logger@^5.1.11":
410-
version "5.1.11"
411-
resolved "https://registry.yarnpkg.com/@libp2p/logger/-/logger-5.1.11.tgz#dfaee83f3e98798c059dd03e7d36ba469051f74a"
412-
integrity sha512-0TLX/jp/PzPc3Zdm9SSTNouwUo2G+/umK6/0Sk7TntPpwTd8bsBHhLkX/7nIdZeWwmjHB+COMA3GNzJso6BNuQ==
416+
"@libp2p/logger@^5.1.11", "@libp2p/logger@^5.1.12":
417+
version "5.1.12"
418+
resolved "https://registry.yarnpkg.com/@libp2p/logger/-/logger-5.1.12.tgz#9434dfc37b5a8fe9069411e6be51aee7561160b1"
419+
integrity sha512-9K18gnPXxPkgPTQKHgCYaUimlbYheAEogDXvYme1TsPEBPH9oYTVsFpZhe5r92auE3aNuzUSR3VD0TCs/bAZ7g==
413420
dependencies:
414-
"@libp2p/interface" "^2.6.1"
421+
"@libp2p/interface" "^2.7.0"
415422
"@multiformats/multiaddr" "^12.3.3"
416423
interface-datastore "^8.3.1"
417424
multiformats "^13.3.1"
418425
weald "^1.0.4"
419426

420427
"@libp2p/utils@^6.0.0":
421-
version "6.5.6"
422-
resolved "https://registry.yarnpkg.com/@libp2p/utils/-/utils-6.5.6.tgz#947e141fec03bc48452caaf06ce5db87c0cc1d5e"
423-
integrity sha512-gXJMBjk1VesjpkeLCYV/nltAFXN/izgVhKomYgmY7Ps8H2Y724wdhihbwuRYBj5nEGGnmxm1V+NsM4HVx+2UIQ==
428+
version "6.5.7"
429+
resolved "https://registry.yarnpkg.com/@libp2p/utils/-/utils-6.5.7.tgz#13d417b4ccd785447153d831ca79a92265833608"
430+
integrity sha512-fu6oRgSCOYlbuQObuF/ZVynMc7vdAfekxfi7B7TW6KjZEWmzeErvX1iEk9pfyJo5D0IxBCIMPRkN+Rr5MDfNWg==
424431
dependencies:
425432
"@chainsafe/is-ip" "^2.0.2"
426433
"@chainsafe/netmask" "^2.0.0"
427-
"@libp2p/crypto" "^5.0.14"
428-
"@libp2p/interface" "^2.6.1"
429-
"@libp2p/logger" "^5.1.11"
434+
"@libp2p/crypto" "^5.0.15"
435+
"@libp2p/interface" "^2.7.0"
436+
"@libp2p/logger" "^5.1.12"
430437
"@multiformats/multiaddr" "^12.3.3"
431438
"@sindresorhus/fnv1a" "^3.1.0"
432439
any-signal "^4.1.1"
@@ -625,9 +632,9 @@
625632
integrity sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==
626633

627634
"@types/node@*":
628-
version "22.13.9"
629-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.9.tgz#5d9a8f7a975a5bd3ef267352deb96fb13ec02eca"
630-
integrity sha512-acBjXdRJ3A6Pb3tqnw9HZmyR3Fiol3aGxRCK1x3d+6CDAMjl7I649wpSd+yNURCjbOUGu9tqtLKnTGxmK6CyGw==
635+
version "22.13.10"
636+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.10.tgz#df9ea358c5ed991266becc3109dc2dc9125d77e4"
637+
integrity sha512-I6LPUvlRH+O6VRUqYOcMudhaIdUVWfsjnZavnsraHvpBwaEyMN29ry+0UVJhImYL16xsscu0aske3yA+uPOWfw==
631638
dependencies:
632639
undici-types "~6.20.0"
633640

@@ -637,91 +644,91 @@
637644
integrity sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==
638645

639646
"@types/ws@^8.2.2":
640-
version "8.5.14"
641-
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.14.tgz#93d44b268c9127d96026cf44353725dd9b6c3c21"
642-
integrity sha512-bd/YFLW+URhBzMXurx7lWByOu+xzU9+kb3RboOteXYDfW+tr+JZa99OyNmPINEGB/ahzKrEuc8rcv4gnpJmxTw==
647+
version "8.18.0"
648+
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.18.0.tgz#8a2ec491d6f0685ceaab9a9b7ff44146236993b5"
649+
integrity sha512-8svvI3hMyvN0kKCJMvTJP/x6Y/EoQbepff882wL+Sn5QsXb3etnamgrJq4isrBxSJj5L2AuXcI0+bgkoAXGUJw==
643650
dependencies:
644651
"@types/node" "*"
645652

646653
"@typescript-eslint/eslint-plugin@^8.18.0":
647-
version "8.26.0"
648-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.26.0.tgz#7e880faf91f89471c30c141951e15f0eb3a0599e"
649-
integrity sha512-cLr1J6pe56zjKYajK6SSSre6nl1Gj6xDp1TY0trpgPzjVbgDwd09v2Ws37LABxzkicmUjhEeg/fAUjPJJB1v5Q==
654+
version "8.26.1"
655+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.26.1.tgz#3e48eb847924161843b092c87a9b65176b53782f"
656+
integrity sha512-2X3mwqsj9Bd3Ciz508ZUtoQQYpOhU/kWoUqIf49H8Z0+Vbh6UF/y0OEYp0Q0axOGzaBGs7QxRwq0knSQ8khQNA==
650657
dependencies:
651658
"@eslint-community/regexpp" "^4.10.0"
652-
"@typescript-eslint/scope-manager" "8.26.0"
653-
"@typescript-eslint/type-utils" "8.26.0"
654-
"@typescript-eslint/utils" "8.26.0"
655-
"@typescript-eslint/visitor-keys" "8.26.0"
659+
"@typescript-eslint/scope-manager" "8.26.1"
660+
"@typescript-eslint/type-utils" "8.26.1"
661+
"@typescript-eslint/utils" "8.26.1"
662+
"@typescript-eslint/visitor-keys" "8.26.1"
656663
graphemer "^1.4.0"
657664
ignore "^5.3.1"
658665
natural-compare "^1.4.0"
659666
ts-api-utils "^2.0.1"
660667

661668
"@typescript-eslint/parser@^8.18.0":
662-
version "8.26.0"
663-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.26.0.tgz#9b4d2198e89f64fb81e83167eedd89a827d843a9"
664-
integrity sha512-mNtXP9LTVBy14ZF3o7JG69gRPBK/2QWtQd0j0oH26HcY/foyJJau6pNUez7QrM5UHnSvwlQcJXKsk0I99B9pOA==
665-
dependencies:
666-
"@typescript-eslint/scope-manager" "8.26.0"
667-
"@typescript-eslint/types" "8.26.0"
668-
"@typescript-eslint/typescript-estree" "8.26.0"
669-
"@typescript-eslint/visitor-keys" "8.26.0"
669+
version "8.26.1"
670+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.26.1.tgz#0e2f915a497519fc43f52cf2ecbfa607ff56f72e"
671+
integrity sha512-w6HZUV4NWxqd8BdeFf81t07d7/YV9s7TCWrQQbG5uhuvGUAW+fq1usZ1Hmz9UPNLniFnD8GLSsDpjP0hm1S4lQ==
672+
dependencies:
673+
"@typescript-eslint/scope-manager" "8.26.1"
674+
"@typescript-eslint/types" "8.26.1"
675+
"@typescript-eslint/typescript-estree" "8.26.1"
676+
"@typescript-eslint/visitor-keys" "8.26.1"
670677
debug "^4.3.4"
671678

672-
"@typescript-eslint/scope-manager@8.26.0":
673-
version "8.26.0"
674-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.26.0.tgz#b06623fad54a3a77fadab5f652ef75ed3780b545"
675-
integrity sha512-E0ntLvsfPqnPwng8b8y4OGuzh/iIOm2z8U3S9zic2TeMLW61u5IH2Q1wu0oSTkfrSzwbDJIB/Lm8O3//8BWMPA==
679+
"@typescript-eslint/scope-manager@8.26.1":
680+
version "8.26.1"
681+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.26.1.tgz#5e6ad0ac258ccf79462e91c3f43a3f1f7f31a6cc"
682+
integrity sha512-6EIvbE5cNER8sqBu6V7+KeMZIC1664d2Yjt+B9EWUXrsyWpxx4lEZrmvxgSKRC6gX+efDL/UY9OpPZ267io3mg==
676683
dependencies:
677-
"@typescript-eslint/types" "8.26.0"
678-
"@typescript-eslint/visitor-keys" "8.26.0"
684+
"@typescript-eslint/types" "8.26.1"
685+
"@typescript-eslint/visitor-keys" "8.26.1"
679686

680-
"@typescript-eslint/type-utils@8.26.0":
681-
version "8.26.0"
682-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.26.0.tgz#9ee8cc98184b5f66326578de9c097edc89da6f68"
683-
integrity sha512-ruk0RNChLKz3zKGn2LwXuVoeBcUMh+jaqzN461uMMdxy5H9epZqIBtYj7UiPXRuOpaALXGbmRuZQhmwHhaS04Q==
687+
"@typescript-eslint/type-utils@8.26.1":
688+
version "8.26.1"
689+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.26.1.tgz#462f0bae09de72ac6e8e1af2ebe588c23224d7f8"
690+
integrity sha512-Kcj/TagJLwoY/5w9JGEFV0dclQdyqw9+VMndxOJKtoFSjfZhLXhYjzsQEeyza03rwHx2vFEGvrJWJBXKleRvZg==
684691
dependencies:
685-
"@typescript-eslint/typescript-estree" "8.26.0"
686-
"@typescript-eslint/utils" "8.26.0"
692+
"@typescript-eslint/typescript-estree" "8.26.1"
693+
"@typescript-eslint/utils" "8.26.1"
687694
debug "^4.3.4"
688695
ts-api-utils "^2.0.1"
689696

690-
"@typescript-eslint/types@8.26.0":
691-
version "8.26.0"
692-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.26.0.tgz#c4e93a8faf3a38a8d8adb007dc7834f1c89ee7bf"
693-
integrity sha512-89B1eP3tnpr9A8L6PZlSjBvnJhWXtYfZhECqlBl1D9Lme9mHO6iWlsprBtVenQvY1HMhax1mWOjhtL3fh/u+pA==
697+
"@typescript-eslint/types@8.26.1":
698+
version "8.26.1"
699+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.26.1.tgz#d5978721670cff263348d5062773389231a64132"
700+
integrity sha512-n4THUQW27VmQMx+3P+B0Yptl7ydfceUj4ON/AQILAASwgYdZ/2dhfymRMh5egRUrvK5lSmaOm77Ry+lmXPOgBQ==
694701

695-
"@typescript-eslint/typescript-estree@8.26.0":
696-
version "8.26.0"
697-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.26.0.tgz#128972172005a7376e34ed2ecba4e29363b0cad1"
698-
integrity sha512-tiJ1Hvy/V/oMVRTbEOIeemA2XoylimlDQ03CgPPNaHYZbpsc78Hmngnt+WXZfJX1pjQ711V7g0H7cSJThGYfPQ==
702+
"@typescript-eslint/typescript-estree@8.26.1":
703+
version "8.26.1"
704+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.26.1.tgz#eb0e4ce31753683d83be53441a409fd5f0b34afd"
705+
integrity sha512-yUwPpUHDgdrv1QJ7YQal3cMVBGWfnuCdKbXw1yyjArax3353rEJP1ZA+4F8nOlQ3RfS2hUN/wze3nlY+ZOhvoA==
699706
dependencies:
700-
"@typescript-eslint/types" "8.26.0"
701-
"@typescript-eslint/visitor-keys" "8.26.0"
707+
"@typescript-eslint/types" "8.26.1"
708+
"@typescript-eslint/visitor-keys" "8.26.1"
702709
debug "^4.3.4"
703710
fast-glob "^3.3.2"
704711
is-glob "^4.0.3"
705712
minimatch "^9.0.4"
706713
semver "^7.6.0"
707714
ts-api-utils "^2.0.1"
708715

709-
"@typescript-eslint/utils@8.26.0":
710-
version "8.26.0"
711-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.26.0.tgz#845d20ed8378a5594e6445f54e53b972aee7b3e6"
712-
integrity sha512-2L2tU3FVwhvU14LndnQCA2frYC8JnPDVKyQtWFPf8IYFMt/ykEN1bPolNhNbCVgOmdzTlWdusCTKA/9nKrf8Ig==
716+
"@typescript-eslint/utils@8.26.1":
717+
version "8.26.1"
718+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.26.1.tgz#54cc58469955f25577f659753b71a0e117a0539f"
719+
integrity sha512-V4Urxa/XtSUroUrnI7q6yUTD3hDtfJ2jzVfeT3VK0ciizfK2q/zGC0iDh1lFMUZR8cImRrep6/q0xd/1ZGPQpg==
713720
dependencies:
714721
"@eslint-community/eslint-utils" "^4.4.0"
715-
"@typescript-eslint/scope-manager" "8.26.0"
716-
"@typescript-eslint/types" "8.26.0"
717-
"@typescript-eslint/typescript-estree" "8.26.0"
722+
"@typescript-eslint/scope-manager" "8.26.1"
723+
"@typescript-eslint/types" "8.26.1"
724+
"@typescript-eslint/typescript-estree" "8.26.1"
718725

719-
"@typescript-eslint/visitor-keys@8.26.0":
720-
version "8.26.0"
721-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.0.tgz#a4876216756c69130ea958df3b77222c2ad95290"
722-
integrity sha512-2z8JQJWAzPdDd51dRQ/oqIJxe99/hoLIqmf8RMCAJQtYDc535W/Jt2+RTP4bP0aKeBG1F65yjIZuczOXCmbWwg==
726+
"@typescript-eslint/visitor-keys@8.26.1":
727+
version "8.26.1"
728+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.1.tgz#c5267fcc82795cf10280363023837deacad2647c"
729+
integrity sha512-AjOC3zfnxd6S4Eiy3jwktJPclqhFHNyd8L6Gycf9WUPoKZpgM5PjkxY1X7uSy61xVpiJDhhk7XT2NVsN3ALTWg==
723730
dependencies:
724-
"@typescript-eslint/types" "8.26.0"
731+
"@typescript-eslint/types" "8.26.1"
725732
eslint-visitor-keys "^4.2.0"
726733

727734
"@typescript/vfs@^1.5.0":
@@ -1620,28 +1627,28 @@ isomorphic-ws@^5.0.0:
16201627
integrity sha512-muId7Zzn9ywDsyXgTIafTry2sV3nySZeUDe6YedVd1Hvuuep5AsIlqK+XefWpYTyJG5e503F2xIuT2lcU6rCSw==
16211628

16221629
it-first@^3.0.6:
1623-
version "3.0.6"
1624-
resolved "https://registry.yarnpkg.com/it-first/-/it-first-3.0.6.tgz#f532f0f36fe9bf0c291e0162b9d3375d59fe8f05"
1625-
integrity sha512-ExIewyK9kXKNAplg2GMeWfgjUcfC1FnUXz/RPfAvIXby+w7U4b3//5Lic0NV03gXT8O/isj5Nmp6KiY0d45pIQ==
1630+
version "3.0.7"
1631+
resolved "https://registry.yarnpkg.com/it-first/-/it-first-3.0.7.tgz#f91f1036229e3c9889004f98fdeecc8681d5e72c"
1632+
integrity sha512-e2dVSlOP+pAxPYPVJBF4fX7au8cvGfvLhIrGCMc5aWDnCvwgOo94xHbi3Da6eXQ2jPL5FGEM8sJMn5uE8Seu+g==
16261633

16271634
it-foreach@^2.0.6, it-foreach@^2.1.1:
1628-
version "2.1.1"
1629-
resolved "https://registry.yarnpkg.com/it-foreach/-/it-foreach-2.1.1.tgz#93e311a1057dd0ff7631f914dc9c2c963f27a4b8"
1630-
integrity sha512-ID4Gxnavk/LVQLQESAQ9hR6dR63Ih6X+8VdxEktX8rpz2dCGAbZpey/eljTNbMfV2UKXHiu6UsneoNBZuac97g==
1635+
version "2.1.2"
1636+
resolved "https://registry.yarnpkg.com/it-foreach/-/it-foreach-2.1.2.tgz#f2dad62bdbcd248f1157cfd079cf243df99106d5"
1637+
integrity sha512-PvXs3v1FaeWDhWzRxnwB4vSKJngxdLgi0PddkfurCvIFBmKTBfWONLeyDk5dxrvtCzdE4y96KzEQynk4/bbI5A==
16311638
dependencies:
16321639
it-peekable "^3.0.0"
16331640

16341641
it-merge@^3.0.0:
1635-
version "3.0.5"
1636-
resolved "https://registry.yarnpkg.com/it-merge/-/it-merge-3.0.5.tgz#2b0d1d07c825b9d20c4c2889aab8e07322fd803e"
1637-
integrity sha512-2l7+mPf85pyRF5pqi0dKcA54E5Jm/2FyY5GsOaN51Ta0ipC7YZ3szuAsH8wOoB6eKY4XsU4k2X+mzPmFBMayEA==
1642+
version "3.0.7"
1643+
resolved "https://registry.yarnpkg.com/it-merge/-/it-merge-3.0.7.tgz#cab7668d973d78c4d8d6848035ed0fe778bd7d55"
1644+
integrity sha512-4Jzk4ysLW9D6EP6tLCQF253X/ZLO/ELjG9S+Ax79Peo3GQvV4Czux8s3gFS3N/t7/mFhG17ouPvuwY9reFIf+w==
16381645
dependencies:
16391646
it-pushable "^3.2.3"
16401647

16411648
it-peekable@^3.0.0:
1642-
version "3.0.5"
1643-
resolved "https://registry.yarnpkg.com/it-peekable/-/it-peekable-3.0.5.tgz#63b0c750e27e2ba0c1db6d6a3496b7ef51a6547d"
1644-
integrity sha512-JWQOGMt6rKiPcY30zUVMR4g6YxkpueTwHVE7CMs/aGqCf4OydM6w+7ZM3PvmO1e0TocjuR4aL8xyZWR46cTqCQ==
1649+
version "3.0.6"
1650+
resolved "https://registry.yarnpkg.com/it-peekable/-/it-peekable-3.0.6.tgz#f84c81f4ee301048fbdf4a500b3a14a5cbb44cec"
1651+
integrity sha512-odk9wn8AwFQipy8+tFaZNRCM62riraKZJRysfbmOett9wgJumCwgZFzWUBUwMoiQapEcEVGwjDpMChZIi+zLuQ==
16451652

16461653
it-pipe@^3.0.1:
16471654
version "3.0.1"
@@ -2186,9 +2193,9 @@ stackback@0.0.2:
21862193
integrity sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==
21872194

21882195
starpc@^0.37.0:
2189-
version "0.37.0"
2190-
resolved "https://registry.yarnpkg.com/starpc/-/starpc-0.37.0.tgz#e211066611f1684855e3a26fe4e0527ba7985372"
2191-
integrity sha512-zXjl5cYISkL9b/ynHJaDqbenri7Cakmmgn7za2tW6+8uyrlMVLzYlsC/eUOxmn1uCtAopNB+DcXVBXgSsNnIQg==
2196+
version "0.37.1"
2197+
resolved "https://registry.yarnpkg.com/starpc/-/starpc-0.37.1.tgz#33b65de543c1fbb0d51ec0f95cf2ca064045327a"
2198+
integrity sha512-cXHjtvg05dNtplgaOn4gjLYznPqJyYMtR+zbx1jpxWT9Q3HhTztu1ODmsaAPisjTpbxBMB0rnr615sdV5PiCrw==
21922199
dependencies:
21932200
"@aptre/it-ws" "^1.0.1"
21942201
"@aptre/protobuf-es-lite" "^0.4.6"

0 commit comments

Comments
 (0)