Skip to content

Commit 5fcc04b

Browse files
renovate[bot]paralin
authored andcommitted
fix(deps): update all dependencies
Signed-off-by: Christian Stewart <[email protected]>
1 parent 220cf76 commit 5fcc04b

File tree

10 files changed

+848
-492
lines changed

10 files changed

+848
-492
lines changed

.github/workflows/codeql-analysis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ jobs:
4646
cache: 'yarn'
4747

4848
- name: Initialize CodeQL
49-
uses: github/codeql-action/init@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # v3.25.4
49+
uses: github/codeql-action/init@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3.25.5
5050
with:
5151
languages: ${{ matrix.language }}
5252

5353
- name: Autobuild
54-
uses: github/codeql-action/autobuild@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # v3.25.4
54+
uses: github/codeql-action/autobuild@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3.25.5
5555

5656
- name: Perform CodeQL Analysis
57-
uses: github/codeql-action/analyze@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # v3.25.4
57+
uses: github/codeql-action/analyze@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3.25.5

example/example.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/other/other.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ replace github.com/libp2p/go-libp2p => github.com/aperturerobotics/go-libp2p v0.
77

88
replace github.com/ipfs/go-log/v2 => github.com/paralin/ipfs-go-logrus v0.0.0-20240410105224-e24cb05f9e98 // master
99

10-
require github.com/aperturerobotics/protobuf-go-lite v0.6.2 // latest
10+
require github.com/aperturerobotics/protobuf-go-lite v0.6.3 // latest
1111

1212
require github.com/aperturerobotics/json-iterator-lite v1.0.0 // indirect

go.mod.tools

+102-59
Large diffs are not rendered by default.

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github.com/aperturerobotics/json-iterator-lite v1.0.0 h1:cihbrYWoK/S2RYXhJLpDZd+GUjVvFJN+D3w1VOqqHRI=
22
github.com/aperturerobotics/json-iterator-lite v1.0.0/go.mod h1:snaApCEDtrHHP6UWSLKiYNOZU9A5NyzccKenx9oZEzg=
3-
github.com/aperturerobotics/protobuf-go-lite v0.6.2 h1:ee0+7IAh11lneWhR1R61prV2/7Nb/1x8muuHnqOKK7E=
4-
github.com/aperturerobotics/protobuf-go-lite v0.6.2/go.mod h1:YTbfnUj3feSULhs8VgepAHFnF3wUc0CPj4jd2axy21I=
3+
github.com/aperturerobotics/protobuf-go-lite v0.6.3 h1:AZ821ntYqzCpq6jE5rWJwJLikYbaa63Nka7YfW9EJdE=
4+
github.com/aperturerobotics/protobuf-go-lite v0.6.3/go.mod h1:YTbfnUj3feSULhs8VgepAHFnF3wUc0CPj4jd2axy21I=
55
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
66
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
77
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=

go.sum.tools

+277-140
Large diffs are not rendered by default.

tools/go.mod

+102-59
Large diffs are not rendered by default.

tools/go.sum

+277-140
Large diffs are not rendered by default.

yarn.lock

+82-86
Original file line numberDiff line numberDiff line change
@@ -293,9 +293,9 @@
293293
multiformats "^13.1.0"
294294

295295
"@libp2p/utils@^5.2.5":
296-
version "5.4.0"
297-
resolved "https://registry.yarnpkg.com/@libp2p/utils/-/utils-5.4.0.tgz#08f5a48e9f34be653c4c63e1290ceb21e96919a0"
298-
integrity sha512-tEBhg5g06vQbR+x51U2N5xAWFNrQpVIVnJZX8urrKcxTRQnJk57Uka2eTEtBj8AxgQ0DDC7a5r2km2X50ja/EA==
296+
version "5.4.1"
297+
resolved "https://registry.yarnpkg.com/@libp2p/utils/-/utils-5.4.1.tgz#43e46ee2113523e96349473e16df963c51b65021"
298+
integrity sha512-7QS6x24bEIJqSsNIPfob72mRos5Dc88zuPbfFvJHmCkiuAyWGEx8NtrLpImuUCe5oZ3RcvqN+4e/Ib1oc0Q+Sw==
299299
dependencies:
300300
"@chainsafe/is-ip" "^2.0.2"
301301
"@libp2p/crypto" "^4.1.1"
@@ -305,6 +305,7 @@
305305
"@multiformats/multiaddr-matcher" "^1.2.0"
306306
"@sindresorhus/fnv1a" "^3.1.0"
307307
"@types/murmurhash3js-revisited" "^3.0.3"
308+
any-signal "^4.1.1"
308309
delay "^6.0.0"
309310
get-iterator "^2.0.1"
310311
is-loopback-addr "^2.0.2"
@@ -403,11 +404,6 @@
403404
dependencies:
404405
"@types/node" "*"
405406

406-
"@types/json-schema@^7.0.15":
407-
version "7.0.15"
408-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
409-
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
410-
411407
"@types/minimatch@^3.0.3":
412408
version "3.0.5"
413409
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40"
@@ -419,9 +415,9 @@
419415
integrity sha512-QvlqvYtGBYIDeO8dFdY4djkRubcrc+yTJtBc7n8VZPlJDUS/00A+PssbvERM8f9bYRmcaSEHPZgZojeQj7kzAA==
420416

421417
"@types/node@*":
422-
version "20.12.8"
423-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.8.tgz#35897bf2bfe3469847ab04634636de09552e8256"
424-
integrity sha512-NU0rJLJnshZWdE/097cdCBbyW1h4hEg0xpovcoAQYHl8dnEyp/NAOiE45pvc+Bd1Dt+2r94v2eGFpQJ4R7g+2w==
418+
version "20.12.12"
419+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.12.tgz#7cbecdf902085cec634fdb362172dfe12b8f2050"
420+
integrity sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==
425421
dependencies:
426422
undici-types "~5.26.4"
427423

@@ -430,11 +426,6 @@
430426
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.2.tgz#5950e50960793055845e956c427fc2b0d70c5239"
431427
integrity sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==
432428

433-
"@types/semver@^7.5.8":
434-
version "7.5.8"
435-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
436-
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
437-
438429
"@types/ws@^8.2.2":
439430
version "8.5.10"
440431
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.10.tgz#4acfb517970853fa6574a3a6886791d04a396787"
@@ -443,89 +434,84 @@
443434
"@types/node" "*"
444435

445436
"@typescript-eslint/eslint-plugin@^7.8.0":
446-
version "7.8.0"
447-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.8.0.tgz#c78e309fe967cb4de05b85cdc876fb95f8e01b6f"
448-
integrity sha512-gFTT+ezJmkwutUPmB0skOj3GZJtlEGnlssems4AjkVweUPGj7jRwwqg0Hhg7++kPGJqKtTYx+R05Ftww372aIg==
437+
version "7.9.0"
438+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.9.0.tgz#093b96fc4e342226e65d5f18f9c87081e0b04a31"
439+
integrity sha512-6e+X0X3sFe/G/54aC3jt0txuMTURqLyekmEHViqyA2VnxhLMpvA6nqmcjIy+Cr9tLDHPssA74BP5Mx9HQIxBEA==
449440
dependencies:
450441
"@eslint-community/regexpp" "^4.10.0"
451-
"@typescript-eslint/scope-manager" "7.8.0"
452-
"@typescript-eslint/type-utils" "7.8.0"
453-
"@typescript-eslint/utils" "7.8.0"
454-
"@typescript-eslint/visitor-keys" "7.8.0"
455-
debug "^4.3.4"
442+
"@typescript-eslint/scope-manager" "7.9.0"
443+
"@typescript-eslint/type-utils" "7.9.0"
444+
"@typescript-eslint/utils" "7.9.0"
445+
"@typescript-eslint/visitor-keys" "7.9.0"
456446
graphemer "^1.4.0"
457447
ignore "^5.3.1"
458448
natural-compare "^1.4.0"
459-
semver "^7.6.0"
460449
ts-api-utils "^1.3.0"
461450

462451
"@typescript-eslint/parser@^7.8.0":
463-
version "7.8.0"
464-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.8.0.tgz#1e1db30c8ab832caffee5f37e677dbcb9357ddc8"
465-
integrity sha512-KgKQly1pv0l4ltcftP59uQZCi4HUYswCLbTqVZEJu7uLX8CTLyswqMLqLN+2QFz4jCptqWVV4SB7vdxcH2+0kQ==
466-
dependencies:
467-
"@typescript-eslint/scope-manager" "7.8.0"
468-
"@typescript-eslint/types" "7.8.0"
469-
"@typescript-eslint/typescript-estree" "7.8.0"
470-
"@typescript-eslint/visitor-keys" "7.8.0"
452+
version "7.9.0"
453+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.9.0.tgz#fb3ba01b75e0e65cb78037a360961b00301f6c70"
454+
integrity sha512-qHMJfkL5qvgQB2aLvhUSXxbK7OLnDkwPzFalg458pxQgfxKDfT1ZDbHQM/I6mDIf/svlMkj21kzKuQ2ixJlatQ==
455+
dependencies:
456+
"@typescript-eslint/scope-manager" "7.9.0"
457+
"@typescript-eslint/types" "7.9.0"
458+
"@typescript-eslint/typescript-estree" "7.9.0"
459+
"@typescript-eslint/visitor-keys" "7.9.0"
471460
debug "^4.3.4"
472461

473-
"@typescript-eslint/scope-manager@7.8.0":
474-
version "7.8.0"
475-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.8.0.tgz#bb19096d11ec6b87fb6640d921df19b813e02047"
476-
integrity sha512-viEmZ1LmwsGcnr85gIq+FCYI7nO90DVbE37/ll51hjv9aG+YZMb4WDE2fyWpUR4O/UrhGRpYXK/XajcGTk2B8g==
462+
"@typescript-eslint/scope-manager@7.9.0":
463+
version "7.9.0"
464+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.9.0.tgz#1dd3e63a4411db356a9d040e75864851b5f2619b"
465+
integrity sha512-ZwPK4DeCDxr3GJltRz5iZejPFAAr4Wk3+2WIBaj1L5PYK5RgxExu/Y68FFVclN0y6GGwH8q+KgKRCvaTmFBbgQ==
477466
dependencies:
478-
"@typescript-eslint/types" "7.8.0"
479-
"@typescript-eslint/visitor-keys" "7.8.0"
467+
"@typescript-eslint/types" "7.9.0"
468+
"@typescript-eslint/visitor-keys" "7.9.0"
480469

481-
"@typescript-eslint/type-utils@7.8.0":
482-
version "7.8.0"
483-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.8.0.tgz#9de166f182a6e4d1c5da76e94880e91831e3e26f"
484-
integrity sha512-H70R3AefQDQpz9mGv13Uhi121FNMh+WEaRqcXTX09YEDky21km4dV1ZXJIp8QjXc4ZaVkXVdohvWDzbnbHDS+A==
470+
"@typescript-eslint/type-utils@7.9.0":
471+
version "7.9.0"
472+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.9.0.tgz#f523262e1b66ca65540b7a65a1222db52e0a90c9"
473+
integrity sha512-6Qy8dfut0PFrFRAZsGzuLoM4hre4gjzWJB6sUvdunCYZsYemTkzZNwF1rnGea326PHPT3zn5Lmg32M/xfJfByA==
485474
dependencies:
486-
"@typescript-eslint/typescript-estree" "7.8.0"
487-
"@typescript-eslint/utils" "7.8.0"
475+
"@typescript-eslint/typescript-estree" "7.9.0"
476+
"@typescript-eslint/utils" "7.9.0"
488477
debug "^4.3.4"
489478
ts-api-utils "^1.3.0"
490479

491-
"@typescript-eslint/types@7.8.0":
492-
version "7.8.0"
493-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.8.0.tgz#1fd2577b3ad883b769546e2d1ef379f929a7091d"
494-
integrity sha512-wf0peJ+ZGlcH+2ZS23aJbOv+ztjeeP8uQ9GgwMJGVLx/Nj9CJt17GWgWWoSmoRVKAX2X+7fzEnAjxdvK2gqCLw==
480+
"@typescript-eslint/types@7.9.0":
481+
version "7.9.0"
482+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.9.0.tgz#b58e485e4bfba055659c7e683ad4f5f0821ae2ec"
483+
integrity sha512-oZQD9HEWQanl9UfsbGVcZ2cGaR0YT5476xfWE0oE5kQa2sNK2frxOlkeacLOTh9po4AlUT5rtkGyYM5kew0z5w==
495484

496-
"@typescript-eslint/typescript-estree@7.8.0":
497-
version "7.8.0"
498-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.8.0.tgz#b028a9226860b66e623c1ee55cc2464b95d2987c"
499-
integrity sha512-5pfUCOwK5yjPaJQNy44prjCwtr981dO8Qo9J9PwYXZ0MosgAbfEMB008dJ5sNo3+/BN6ytBPuSvXUg9SAqB0dg==
485+
"@typescript-eslint/typescript-estree@7.9.0":
486+
version "7.9.0"
487+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.9.0.tgz#3395e27656060dc313a6b406c3a298b729685e07"
488+
integrity sha512-zBCMCkrb2YjpKV3LA0ZJubtKCDxLttxfdGmwZvTqqWevUPN0FZvSI26FalGFFUZU/9YQK/A4xcQF9o/VVaCKAg==
500489
dependencies:
501-
"@typescript-eslint/types" "7.8.0"
502-
"@typescript-eslint/visitor-keys" "7.8.0"
490+
"@typescript-eslint/types" "7.9.0"
491+
"@typescript-eslint/visitor-keys" "7.9.0"
503492
debug "^4.3.4"
504493
globby "^11.1.0"
505494
is-glob "^4.0.3"
506495
minimatch "^9.0.4"
507496
semver "^7.6.0"
508497
ts-api-utils "^1.3.0"
509498

510-
"@typescript-eslint/utils@7.8.0":
511-
version "7.8.0"
512-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.8.0.tgz#57a79f9c0c0740ead2f622e444cfaeeb9fd047cd"
513-
integrity sha512-L0yFqOCflVqXxiZyXrDr80lnahQfSOfc9ELAAZ75sqicqp2i36kEZZGuUymHNFoYOqxRT05up760b4iGsl02nQ==
499+
"@typescript-eslint/utils@7.9.0":
500+
version "7.9.0"
501+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.9.0.tgz#1b96a34eefdca1c820cb1bbc2751d848b4540899"
502+
integrity sha512-5KVRQCzZajmT4Ep+NEgjXCvjuypVvYHUW7RHlXzNPuak2oWpVoD1jf5xCP0dPAuNIchjC7uQyvbdaSTFaLqSdA==
514503
dependencies:
515504
"@eslint-community/eslint-utils" "^4.4.0"
516-
"@types/json-schema" "^7.0.15"
517-
"@types/semver" "^7.5.8"
518-
"@typescript-eslint/scope-manager" "7.8.0"
519-
"@typescript-eslint/types" "7.8.0"
520-
"@typescript-eslint/typescript-estree" "7.8.0"
521-
semver "^7.6.0"
505+
"@typescript-eslint/scope-manager" "7.9.0"
506+
"@typescript-eslint/types" "7.9.0"
507+
"@typescript-eslint/typescript-estree" "7.9.0"
522508

523-
"@typescript-eslint/visitor-keys@7.8.0":
524-
version "7.8.0"
525-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.8.0.tgz#7285aab991da8bee411a42edbd5db760d22fdd91"
526-
integrity sha512-q4/gibTNBQNA0lGyYQCmWRS5D15n8rXh4QjK3KV+MBPlTYHpfBUT3D3PaPR/HeNiI9W6R7FvlkcGhNyAoP+caA==
509+
"@typescript-eslint/visitor-keys@7.9.0":
510+
version "7.9.0"
511+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.9.0.tgz#82162656e339c3def02895f5c8546f6888d9b9ea"
512+
integrity sha512-iESPx2TNLDNGQLyjKhUvIKprlP49XNEK+MvIf9nIO7ZZaZdbnfWKHnXAgufpxqfA0YryH8XToi4+CjBgVnFTSQ==
527513
dependencies:
528-
"@typescript-eslint/types" "7.8.0"
514+
"@typescript-eslint/types" "7.9.0"
529515
eslint-visitor-keys "^3.4.3"
530516

531517
"@typescript/vfs@^1.5.0":
@@ -631,6 +617,11 @@ ansi-styles@^6.1.0:
631617
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
632618
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
633619

620+
any-signal@^4.1.1:
621+
version "4.1.1"
622+
resolved "https://registry.yarnpkg.com/any-signal/-/any-signal-4.1.1.tgz#928416c355c66899e6b2a91cad4488f0324bae03"
623+
integrity sha512-iADenERppdC+A2YKbOXXB2WUeABLaM6qnpZ70kZbPZ1cZMMJ7eF+3CaYm+/PhBizgkzlvssC7QuHS30oOiQYWA==
624+
634625
argparse@^1.0.7:
635626
version "1.0.10"
636627
resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911"
@@ -1165,9 +1156,9 @@ glob-parent@^6.0.2:
11651156
is-glob "^4.0.3"
11661157

11671158
glob@^10.3.7:
1168-
version "10.3.14"
1169-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.14.tgz#36501f871d373fe197fc5794588d0aa71e69ff68"
1170-
integrity sha512-4fkAqu93xe9Mk7le9v0y3VrPDqLKHarNi2s4Pv7f2yOvfhWfhc7hRPHC/JyqMqb8B/Dt/eGS4n7ykwf3fOsl8g==
1159+
version "10.3.15"
1160+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.15.tgz#e72bc61bc3038c90605f5dd48543dc67aaf3b50d"
1161+
integrity sha512-0c6RlJt1TICLyvJYIApxb8GsXoai0KUP7AxKKAtsYXdgJR1mGEUa7DgwShbdk1nly0PYoZj01xd4hzbq3fsjpw==
11711162
dependencies:
11721163
foreground-child "^3.1.0"
11731164
jackspeak "^2.3.6"
@@ -1678,9 +1669,9 @@ path-parse@^1.0.7:
16781669
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
16791670

16801671
path-scurry@^1.11.0:
1681-
version "1.11.0"
1682-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.0.tgz#332d64e9726bf667fb348e5a1c71005c09ad741a"
1683-
integrity sha512-LNHTaVkzaYaLGlO+0u3rQTz7QrHTFOuKyba9JMTQutkmtNew8dw8wOD7mTU/5fCPZzCWpfW0XnQKzY61P0aTaw==
1672+
version "1.11.1"
1673+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
1674+
integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==
16841675
dependencies:
16851676
lru-cache "^10.2.0"
16861677
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
@@ -1822,9 +1813,9 @@ reusify@^1.0.4:
18221813
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
18231814

18241815
rimraf@^5.0.5:
1825-
version "5.0.6"
1826-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.6.tgz#f13b90af1794a2e8e1ecd052263bcf688742af88"
1827-
integrity sha512-X72SgyOf+1lFnGM6gYcmZ4+jMOwuT4E4SajKQzUIlI7EoR5eFHMhS/wf8Ll0mN+w2bxcIVldrJQ6xT7HFQywjg==
1816+
version "5.0.7"
1817+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.7.tgz#27bddf202e7d89cb2e0381656380d1734a854a74"
1818+
integrity sha512-nV6YcJo5wbLW77m+8KjH8aB/7/rxQy9SZ0HY5shnwULfS+9nmTtVXAJET5NdZmCzA4fPI/Hm1wo/Po/4mopOdg==
18281819
dependencies:
18291820
glob "^10.3.7"
18301821

@@ -1840,13 +1831,18 @@ semver-compare@^1.0.0:
18401831
resolved "https://registry.yarnpkg.com/semver-compare/-/semver-compare-1.0.0.tgz#0dee216a1c941ab37e9efb1788f6afc5ff5537fc"
18411832
integrity sha512-YM3/ITh2MJ5MtzaM429anh+x2jiLVjqILF4m4oyQB18W7Ggea7BfqdH/wGMK7dDiMghv/6WG7znWMwUDzJiXow==
18421833

1843-
semver@^7.5.4, semver@^7.6.0:
1834+
semver@^7.5.4:
18441835
version "7.6.0"
18451836
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d"
18461837
integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==
18471838
dependencies:
18481839
lru-cache "^6.0.0"
18491840

1841+
semver@^7.6.0:
1842+
version "7.6.2"
1843+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13"
1844+
integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==
1845+
18501846
shebang-command@^2.0.0:
18511847
version "2.0.0"
18521848
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
@@ -1880,9 +1876,9 @@ sprintf-js@~1.0.2:
18801876
integrity sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==
18811877

18821878
starpc@^0.32.3:
1883-
version "0.32.4"
1884-
resolved "https://registry.yarnpkg.com/starpc/-/starpc-0.32.4.tgz#5973a277d2505b5aef648280fddc5d3c29166b00"
1885-
integrity sha512-l9+GiC1W6zegdIJPw2g+pM2dyn99zc5qQxkB+0Ww0K13PbKdeprGUvz3nbutQJE8Mtc42kLRvdnJAOu3ZWl0Wg==
1879+
version "0.32.8"
1880+
resolved "https://registry.yarnpkg.com/starpc/-/starpc-0.32.8.tgz#a5d0ace194240d54dbd3c654adf8a1080bbfd760"
1881+
integrity sha512-pKD1x9YW54PI278T+b6KrqS63P7y/pojGgACgNC+RsE9QLrN1B8+fldKPZaY8ec9OEvbd0G+A7AF386GzRbRLA==
18861882
dependencies:
18871883
"@aptre/it-ws" "^1.0.0"
18881884
"@aptre/protobuf-es-lite" "^0.4.3"
@@ -2025,9 +2021,9 @@ uint8arraylist@^2.0.0, uint8arraylist@^2.4.3, uint8arraylist@^2.4.7, uint8arrayl
20252021
uint8arrays "^5.0.1"
20262022

20272023
uint8arrays@^5.0.0, uint8arrays@^5.0.1, uint8arrays@^5.0.2, uint8arrays@^5.0.3:
2028-
version "5.0.3"
2029-
resolved "https://registry.yarnpkg.com/uint8arrays/-/uint8arrays-5.0.3.tgz#92b894d9c4269ba97c51544d6e1f279fe6f80d1f"
2030-
integrity sha512-6LBuKji28kHjgPJMkQ6GDaBb1lRwIhyOYq6pDGwYMoDPfImE9SkuYENVmR0yu9yGgs2clHUSY9fKDukR+AXfqQ==
2024+
version "5.1.0"
2025+
resolved "https://registry.yarnpkg.com/uint8arrays/-/uint8arrays-5.1.0.tgz#14047c9bdf825d025b7391299436e5e50e7270f1"
2026+
integrity sha512-vA6nFepEmlSKkMBnLBaUMVvAC4G3CTmO58C12y4sq6WPDOR7mOFYOi7GlrQ4djeSbP6JG9Pv9tJDM97PedRSww==
20312027
dependencies:
20322028
multiformats "^13.0.0"
20332029

0 commit comments

Comments
 (0)