Skip to content

Commit

Permalink
deps: bump multiformats from 12.1.3 to 13.0.0 (#286)
Browse files Browse the repository at this point in the history
Bumps [multiformats](https://github.com/multiformats/js-multiformats) from 12.1.3 to 13.0.0.
- [Release notes](https://github.com/multiformats/js-multiformats/releases)
- [Changelog](https://github.com/multiformats/js-multiformats/blob/master/CHANGELOG.md)
- [Commits](multiformats/js-multiformats@v12.1.3...v13.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 28, 2023
1 parent e179933 commit c8ccd1d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/blockstore-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"it-filter": "^3.0.0",
"it-merge": "^3.0.1",
"it-pushable": "^3.0.0",
"multiformats": "^12.0.1",
"multiformats": "^13.0.0",
"uint8arrays": "^5.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/blockstore-fs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
"it-glob": "^2.0.1",
"it-map": "^3.0.1",
"it-parallel-batch": "^3.0.0",
"multiformats": "^12.0.1"
"multiformats": "^13.0.0"
},
"devDependencies": {
"aegir": "^41.1.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/blockstore-idb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"idb": "^7.1.1",
"interface-blockstore": "^5.0.0",
"interface-store": "^5.0.0",
"multiformats": "^12.0.1"
"multiformats": "^13.0.0"
},
"devDependencies": {
"aegir": "^41.1.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/blockstore-level/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"interface-blockstore": "^5.0.0",
"interface-store": "^5.0.0",
"level": "^8.0.0",
"multiformats": "^12.0.1"
"multiformats": "^13.0.0"
},
"devDependencies": {
"aegir": "^41.1.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/blockstore-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"interface-blockstore": "^5.0.0",
"interface-store": "^5.0.0",
"it-to-buffer": "^4.0.1",
"multiformats": "^12.0.1",
"multiformats": "^13.0.0",
"uint8arrays": "^5.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/interface-blockstore-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"interface-blockstore": "^5.0.0",
"it-all": "^3.0.1",
"it-drain": "^3.0.1",
"multiformats": "^12.0.1",
"multiformats": "^13.0.0",
"uint8arrays": "^5.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/interface-blockstore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
},
"dependencies": {
"interface-store": "^5.0.0",
"multiformats": "^12.0.1"
"multiformats": "^13.0.0"
},
"devDependencies": {
"aegir": "^41.1.9"
Expand Down

0 comments on commit c8ccd1d

Please sign in to comment.