Skip to content

Commit

Permalink
deps: bump multiformats from 12.1.3 to 13.0.0 (#2334)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 27, 2023
1 parent e5d4339 commit 4e0135c
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"@libp2p/interface": "^1.0.2",
"@noble/curves": "^1.1.0",
"@noble/hashes": "^1.3.1",
"multiformats": "^12.1.3",
"multiformats": "^13.0.0",
"node-forge": "^1.1.0",
"protons-runtime": "^5.0.0",
"uint8arraylist": "^2.4.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"it-pipe": "^3.0.1",
"libp2p": "^1.0.0",
"merge-options": "^3.0.4",
"multiformats": "^12.1.3",
"multiformats": "^13.0.0",
"p-defer": "^4.0.0",
"p-event": "^6.0.0",
"p-retry": "^6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@multiformats/multiaddr": "^12.1.10",
"it-pushable": "^3.2.1",
"it-stream-types": "^2.0.1",
"multiformats": "^12.1.3",
"multiformats": "^13.0.0",
"progress-events": "^1.0.0",
"uint8arraylist": "^2.4.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/kad-dht/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"it-pushable": "^3.2.1",
"it-stream-types": "^2.0.1",
"it-take": "^3.0.1",
"multiformats": "^12.1.3",
"multiformats": "^13.0.0",
"p-defer": "^4.0.0",
"p-event": "^6.0.0",
"p-queue": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/keychain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@
"@libp2p/peer-id-factory": "^4.0.1",
"aegir": "^41.0.2",
"datastore-core": "^9.1.1",
"multiformats": "^12.1.3"
"multiformats": "^13.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/libp2p/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"it-pipe": "^3.0.1",
"it-stream-types": "^2.0.1",
"merge-options": "^3.0.4",
"multiformats": "^12.1.3",
"multiformats": "^13.0.0",
"p-defer": "^4.0.0",
"p-queue": "^8.0.0",
"private-ip": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@multiformats/multiaddr": "^12.1.10",
"debug": "^4.3.4",
"interface-datastore": "^8.2.0",
"multiformats": "^12.1.3"
"multiformats": "^13.0.0"
},
"devDependencies": {
"@libp2p/peer-id": "^4.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/peer-id-factory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@libp2p/crypto": "^3.0.2",
"@libp2p/interface": "^1.0.2",
"@libp2p/peer-id": "^4.0.2",
"multiformats": "^12.1.3",
"multiformats": "^13.0.0",
"protons-runtime": "^5.0.0",
"uint8arraylist": "^2.4.3",
"uint8arrays": "^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/peer-id/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"dependencies": {
"@libp2p/interface": "^1.0.2",
"multiformats": "^12.1.3",
"multiformats": "^13.0.0",
"uint8arrays": "^5.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/peer-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"interface-datastore": "^8.2.0",
"it-all": "^3.0.2",
"mortice": "^3.0.1",
"multiformats": "^12.1.3",
"multiformats": "^13.0.0",
"protons-runtime": "^5.0.0",
"uint8arraylist": "^2.4.3",
"uint8arrays": "^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/pubsub-floodsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@multiformats/multiaddr": "^12.1.10",
"@types/sinon": "^17.0.0",
"aegir": "^41.0.2",
"multiformats": "^12.1.3",
"multiformats": "^13.0.0",
"p-wait-for": "^5.0.2",
"protons": "^7.3.0",
"sinon": "^17.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/pubsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"it-length-prefixed": "^9.0.3",
"it-pipe": "^3.0.1",
"it-pushable": "^3.2.1",
"multiformats": "^12.1.3",
"multiformats": "^13.0.0",
"p-queue": "^8.0.0",
"uint8arraylist": "^2.4.3",
"uint8arrays": "^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/transport-circuit-relay-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"delay": "^6.0.0",
"it-protobuf-stream": "^1.0.2",
"it-stream-types": "^2.0.1",
"multiformats": "^12.1.3",
"multiformats": "^13.0.0",
"p-defer": "^4.0.0",
"p-retry": "^6.1.0",
"protons-runtime": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/transport-webrtc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"it-pushable": "^3.2.1",
"it-stream-types": "^2.0.1",
"it-to-buffer": "^4.0.2",
"multiformats": "^12.1.3",
"multiformats": "^13.0.0",
"multihashes": "^4.0.3",
"node-datachannel": "^0.5.3",
"p-defer": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/transport-webtransport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@multiformats/multiaddr": "^12.1.10",
"@multiformats/multiaddr-matcher": "^1.1.0",
"it-stream-types": "^2.0.1",
"multiformats": "^12.1.3",
"multiformats": "^13.0.0",
"uint8arraylist": "^2.4.3",
"uint8arrays": "^5.0.0"
},
Expand Down

0 comments on commit 4e0135c

Please sign in to comment.