Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 4b4c124

Browse files
authored
deps: update ipfs-utils for node 18 compatibility (#4287)
Recent node versions ship with a global fetch which requires the duplex option to be set when sending readable streams as the request body so ensure we have the latest ipfs-utils that sets that option.
1 parent 5f73eca commit 4b4c124

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

packages/interface-ipfs-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"ipfs-core-types": "^0.13.0",
8888
"ipfs-unixfs": "^9.0.0",
8989
"ipfs-unixfs-importer": "^12.0.0",
90-
"ipfs-utils": "^9.0.6",
90+
"ipfs-utils": "^9.0.13",
9191
"ipns": "^5.0.1",
9292
"is-ipfs": "^8.0.0",
9393
"iso-random-stream": "^2.0.2",

packages/ipfs-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"ipfs-core-utils": "^0.17.0",
8484
"ipfs-daemon": "^0.15.0",
8585
"ipfs-http-client": "^59.0.0",
86-
"ipfs-utils": "^9.0.6",
86+
"ipfs-utils": "^9.0.13",
8787
"it-concat": "^3.0.1",
8888
"it-merge": "^2.0.0",
8989
"it-pipe": "^2.0.3",

packages/ipfs-core-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"hashlru": "^2.3.0",
110110
"interface-datastore": "^7.0.0",
111111
"ipfs-repo": "^17.0.0",
112-
"ipfs-utils": "^9.0.6",
112+
"ipfs-utils": "^9.0.13",
113113
"is-ipfs": "^8.0.0",
114114
"it-all": "^2.0.0",
115115
"it-drain": "^2.0.0",

packages/ipfs-core-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
"err-code": "^3.0.1",
150150
"ipfs-core-types": "^0.13.0",
151151
"ipfs-unixfs": "^9.0.0",
152-
"ipfs-utils": "^9.0.6",
152+
"ipfs-utils": "^9.0.13",
153153
"it-all": "^2.0.0",
154154
"it-map": "^2.0.0",
155155
"it-peekable": "^2.0.0",

packages/ipfs-daemon/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"ipfs-grpc-server": "^0.11.0",
7272
"ipfs-http-gateway": "^0.12.0",
7373
"ipfs-http-server": "^0.14.0",
74-
"ipfs-utils": "^9.0.6",
74+
"ipfs-utils": "^9.0.13",
7575
"libp2p": "next"
7676
},
7777
"devDependencies": {

packages/ipfs-http-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"err-code": "^3.0.1",
7979
"ipfs-core-types": "^0.13.0",
8080
"ipfs-core-utils": "^0.17.0",
81-
"ipfs-utils": "^9.0.6",
81+
"ipfs-utils": "^9.0.13",
8282
"it-first": "^2.0.0",
8383
"it-last": "^2.0.0",
8484
"merge-options": "^3.0.4",

packages/ipfs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"ipfs-core-types": "^0.13.0",
9696
"ipfs-http-client": "^59.0.0",
9797
"ipfs-interop": "ipfs/interop#deps/update-multiformats",
98-
"ipfs-utils": "^9.0.6",
98+
"ipfs-utils": "^9.0.13",
9999
"ipfsd-ctl": "^12.0.3",
100100
"iso-url": "^1.0.0",
101101
"kubo-rpc-client": "^2.0.2",

0 commit comments

Comments
 (0)