Skip to content

Commit

Permalink
deps: bump blockstore-core from 4.4.1 to 5.0.1
Browse files Browse the repository at this point in the history
Bumps [blockstore-core](https://github.com/ipfs/js-stores) from 4.4.1 to 5.0.1.
- [Release notes](https://github.com/ipfs/js-stores/releases)
- [Changelog](https://github.com/ipfs/js-stores/blob/main/CHANGELOG.md)
- [Commits](ipfs/js-stores@blockstore-core-4.4.1...blockstore-core-5.0.1)

---
updated-dependencies:
- dependency-name: blockstore-core
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 13, 2024
1 parent e567717 commit 6546979
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/bitswap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
"@libp2p/peer-id-factory": "^4.0.5",
"@types/sinon": "^17.0.3",
"aegir": "^44.0.1",
"blockstore-core": "^4.3.10",
"blockstore-core": "^5.0.1",
"delay": "^6.0.0",
"it-all": "^3.0.4",
"it-pair": "^2.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/car/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
"@helia/unixfs": "^3.0.7",
"@ipld/dag-pb": "^4.1.0",
"aegir": "^44.0.1",
"blockstore-core": "^4.4.0",
"blockstore-core": "^5.0.1",
"datastore-core": "^9.2.9",
"ipfs-unixfs-importer": "^15.2.4",
"it-to-buffer": "^4.0.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/dag-cbor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
},
"devDependencies": {
"aegir": "^44.0.1",
"blockstore-core": "^4.4.0"
"blockstore-core": "^5.0.1"
},
"sideEffects": false
}
2 changes: 1 addition & 1 deletion packages/dag-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
},
"devDependencies": {
"aegir": "^44.0.1",
"blockstore-core": "^4.4.0"
"blockstore-core": "^5.0.1"
},
"sideEffects": false
}
2 changes: 1 addition & 1 deletion packages/helia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@libp2p/websockets": "^8.0.16",
"@libp2p/webtransport": "^4.0.20",
"@multiformats/dns": "^1.0.1",
"blockstore-core": "^4.4.0",
"blockstore-core": "^5.0.1",
"datastore-core": "^9.2.9",
"interface-blockstore": "^5.2.10",
"interface-datastore": "^8.2.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@helia/interface": "^4.3.1",
"@helia/routers": "^1.1.1",
"@helia/utils": "^0.3.3",
"blockstore-core": "^4.4.0",
"blockstore-core": "^5.0.1",
"datastore-core": "^9.2.9"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
},
"devDependencies": {
"aegir": "^44.0.1",
"blockstore-core": "^4.4.0"
"blockstore-core": "^5.0.1"
},
"sideEffects": false
}
2 changes: 1 addition & 1 deletion packages/mfs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"devDependencies": {
"@ipld/dag-pb": "^4.1.0",
"aegir": "^44.0.1",
"blockstore-core": "^4.4.0",
"blockstore-core": "^5.0.1",
"datastore-core": "^9.2.9",
"delay": "^6.0.0",
"it-all": "^3.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/strings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
},
"devDependencies": {
"aegir": "^44.0.1",
"blockstore-core": "^4.4.0"
"blockstore-core": "^5.0.1"
},
"sideEffects": false
}
2 changes: 1 addition & 1 deletion packages/unixfs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
},
"devDependencies": {
"aegir": "^44.0.1",
"blockstore-core": "^4.4.0",
"blockstore-core": "^5.0.1",
"delay": "^6.0.0",
"iso-url": "^1.2.1",
"it-drain": "^3.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@multiformats/dns": "^1.0.1",
"@types/murmurhash3js-revisited": "^3.0.3",
"any-signal": "^4.1.1",
"blockstore-core": "^4.4.1",
"blockstore-core": "^5.0.1",
"cborg": "^4.0.9",
"interface-blockstore": "^5.2.10",
"interface-datastore": "^8.2.11",
Expand Down

0 comments on commit 6546979

Please sign in to comment.