Skip to content

Commit 96934c7

Browse files
Merge pull request #84 from aethelred-foundation/ramesh/share-readiness-security-fixes-20260407
Fix share-readiness security findings
2 parents 87f93f3 + bb5632e commit 96934c7

3 files changed

Lines changed: 370 additions & 3 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ require (
174174
github.com/ipfs/go-cid v0.6.0 // indirect
175175
github.com/ipfs/go-datastore v0.9.0 // indirect
176176
github.com/ipfs/go-log/v2 v2.9.1 // indirect
177-
github.com/ipld/go-ipld-prime v0.21.0 // indirect
177+
github.com/ipld/go-ipld-prime v0.22.0 // indirect
178178
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
179179
github.com/jbenet/go-temp-err-catcher v0.1.0 // indirect
180180
github.com/jmhodges/levigo v1.0.0 // indirect
@@ -248,7 +248,7 @@ require (
248248
github.com/pkg/errors v0.9.1 // indirect
249249
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
250250
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
251-
github.com/polydawn/refmt v0.89.0 // indirect
251+
github.com/polydawn/refmt v0.89.1-0.20231129105047-37766d95467a // indirect
252252
github.com/prometheus/client_golang v1.23.2 // indirect
253253
github.com/prometheus/client_model v0.6.2 // indirect
254254
github.com/prometheus/common v0.66.1 // indirect

0 commit comments

Comments
 (0)