diff --git a/packages/interface-connection-encrypter-compliance-tests/package.json b/packages/interface-connection-encrypter-compliance-tests/package.json index b6dd52ac3..c348efc3a 100644 --- a/packages/interface-connection-encrypter-compliance-tests/package.json +++ b/packages/interface-connection-encrypter-compliance-tests/package.json @@ -142,7 +142,7 @@ "it-all": "^2.0.0", "it-pair": "^2.0.2", "it-pipe": "^3.0.1", - "it-stream-types": "^1.0.4", + "it-stream-types": "^2.0.1", "uint8arrays": "^4.0.2" }, "typedoc": { diff --git a/packages/interface-connection-encrypter/package.json b/packages/interface-connection-encrypter/package.json index b00e35336..74d0d2f31 100644 --- a/packages/interface-connection-encrypter/package.json +++ b/packages/interface-connection-encrypter/package.json @@ -153,7 +153,7 @@ }, "dependencies": { "@libp2p/interface-peer-id": "^2.0.0", - "it-stream-types": "^1.0.4", + "it-stream-types": "^2.0.1", "uint8arraylist": "^2.1.2" }, "devDependencies": { diff --git a/packages/interface-connection-gater/package.json b/packages/interface-connection-gater/package.json index 13051dd5b..0c7e21026 100644 --- a/packages/interface-connection-gater/package.json +++ b/packages/interface-connection-gater/package.json @@ -136,7 +136,7 @@ "@libp2p/interface-peer-id": "^2.0.0", "@libp2p/interfaces": "^3.0.0", "@multiformats/multiaddr": "^12.0.0", - "it-stream-types": "^1.0.4", + "it-stream-types": "^2.0.1", "uint8arraylist": "^2.1.2" }, "devDependencies": { diff --git a/packages/interface-connection/package.json b/packages/interface-connection/package.json index 92f3a74fd..d8e80d95c 100644 --- a/packages/interface-connection/package.json +++ b/packages/interface-connection/package.json @@ -155,7 +155,7 @@ "@libp2p/interface-peer-id": "^2.0.0", "@libp2p/interfaces": "^3.0.0", "@multiformats/multiaddr": "^12.0.0", - "it-stream-types": "^1.0.4", + "it-stream-types": "^2.0.1", "uint8arraylist": "^2.1.2" }, "devDependencies": { diff --git a/packages/interface-mocks/package.json b/packages/interface-mocks/package.json index 391b3d739..abb976794 100644 --- a/packages/interface-mocks/package.json +++ b/packages/interface-mocks/package.json @@ -165,7 +165,7 @@ "it-pair": "^2.0.2", "it-pipe": "^3.0.1", "it-pushable": "^3.0.0", - "it-stream-types": "^1.0.4", + "it-stream-types": "^2.0.1", "merge-options": "^3.0.4", "uint8arraylist": "^2.1.2", "uint8arrays": "^4.0.2" diff --git a/packages/interface-stream-muxer-compliance-tests/package.json b/packages/interface-stream-muxer-compliance-tests/package.json index ad0559538..57ecf083c 100644 --- a/packages/interface-stream-muxer-compliance-tests/package.json +++ b/packages/interface-stream-muxer-compliance-tests/package.json @@ -143,7 +143,7 @@ "it-map": "^2.0.0", "it-pair": "^2.0.2", "it-pipe": "^3.0.1", - "it-stream-types": "^1.0.4", + "it-stream-types": "^2.0.1", "p-defer": "^4.0.0", "p-limit": "^4.0.0", "uint8arraylist": "^2.1.2", diff --git a/packages/interface-stream-muxer/package.json b/packages/interface-stream-muxer/package.json index f5272c745..de9914962 100644 --- a/packages/interface-stream-muxer/package.json +++ b/packages/interface-stream-muxer/package.json @@ -134,7 +134,7 @@ "dependencies": { "@libp2p/interface-connection": "^3.0.0", "@libp2p/interfaces": "^3.0.0", - "it-stream-types": "^1.0.4" + "it-stream-types": "^2.0.1" }, "devDependencies": { "aegir": "^38.1.0" diff --git a/packages/interface-transport/package.json b/packages/interface-transport/package.json index 5b8f7b857..6eb644d43 100644 --- a/packages/interface-transport/package.json +++ b/packages/interface-transport/package.json @@ -136,7 +136,7 @@ "@libp2p/interface-stream-muxer": "^3.0.0", "@libp2p/interfaces": "^3.0.0", "@multiformats/multiaddr": "^12.0.0", - "it-stream-types": "^1.0.4" + "it-stream-types": "^2.0.1" }, "devDependencies": { "aegir": "^38.1.0"