Skip to content

Commit

Permalink
deps: bump multiformats from 11.0.2 to 12.0.1
Browse files Browse the repository at this point in the history
Bumps [multiformats](https://github.com/multiformats/js-multiformats) from 11.0.2 to 12.0.1.
- [Release notes](https://github.com/multiformats/js-multiformats/releases)
- [Changelog](https://github.com/multiformats/js-multiformats/blob/master/CHANGELOG.md)
- [Commits](multiformats/js-multiformats@v11.0.2...v12.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 3, 2023
1 parent cc958ef commit 9d6c00a
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 @@ -187,7 +187,7 @@
"it-filter": "^3.0.0",
"it-merge": "^3.0.1",
"it-pushable": "^3.0.0",
"multiformats": "^11.0.2",
"multiformats": "^12.0.1",
"uint8arrays": "^4.0.2"
},
"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 @@ -170,7 +170,7 @@
"it-glob": "^2.0.1",
"it-map": "^3.0.1",
"it-parallel-batch": "^3.0.0",
"multiformats": "^11.0.2"
"multiformats": "^12.0.1"
},
"devDependencies": {
"aegir": "^39.0.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 @@ -146,7 +146,7 @@
"idb": "^7.1.1",
"interface-blockstore": "^5.0.0",
"interface-store": "^5.0.0",
"multiformats": "^11.0.2"
"multiformats": "^12.0.1"
},
"devDependencies": {
"aegir": "^39.0.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 @@ -149,7 +149,7 @@
"interface-blockstore": "^5.0.0",
"interface-store": "^5.0.0",
"level": "^8.0.0",
"multiformats": "^11.0.2"
"multiformats": "^12.0.1"
},
"devDependencies": {
"aegir": "^39.0.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 @@ -147,7 +147,7 @@
"interface-blockstore": "^5.0.0",
"interface-store": "^5.0.0",
"it-to-buffer": "^4.0.1",
"multiformats": "^11.0.2",
"multiformats": "^12.0.1",
"uint8arrays": "^4.0.2"
},
"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 @@ -137,7 +137,7 @@
"interface-blockstore": "^5.0.0",
"it-all": "^3.0.1",
"it-drain": "^3.0.1",
"multiformats": "^11.0.2",
"multiformats": "^12.0.1",
"uint8arrays": "^4.0.2"
},
"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 @@ -128,7 +128,7 @@
},
"dependencies": {
"interface-store": "^5.0.0",
"multiformats": "^11.0.2"
"multiformats": "^12.0.1"
},
"devDependencies": {
"aegir": "^39.0.9"
Expand Down

0 comments on commit 9d6c00a

Please sign in to comment.