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

Commit

Permalink
deps: update ipfs-utils for node 18 compatibility (#4287)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
achingbrain authored Jan 11, 2023
1 parent 5f73eca commit 4b4c124
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/interface-ipfs-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"ipfs-core-types": "^0.13.0",
"ipfs-unixfs": "^9.0.0",
"ipfs-unixfs-importer": "^12.0.0",
"ipfs-utils": "^9.0.6",
"ipfs-utils": "^9.0.13",
"ipns": "^5.0.1",
"is-ipfs": "^8.0.0",
"iso-random-stream": "^2.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"ipfs-core-utils": "^0.17.0",
"ipfs-daemon": "^0.15.0",
"ipfs-http-client": "^59.0.0",
"ipfs-utils": "^9.0.6",
"ipfs-utils": "^9.0.13",
"it-concat": "^3.0.1",
"it-merge": "^2.0.0",
"it-pipe": "^2.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-core-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"hashlru": "^2.3.0",
"interface-datastore": "^7.0.0",
"ipfs-repo": "^17.0.0",
"ipfs-utils": "^9.0.6",
"ipfs-utils": "^9.0.13",
"is-ipfs": "^8.0.0",
"it-all": "^2.0.0",
"it-drain": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-core-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"err-code": "^3.0.1",
"ipfs-core-types": "^0.13.0",
"ipfs-unixfs": "^9.0.0",
"ipfs-utils": "^9.0.6",
"ipfs-utils": "^9.0.13",
"it-all": "^2.0.0",
"it-map": "^2.0.0",
"it-peekable": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-daemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"ipfs-grpc-server": "^0.11.0",
"ipfs-http-gateway": "^0.12.0",
"ipfs-http-server": "^0.14.0",
"ipfs-utils": "^9.0.6",
"ipfs-utils": "^9.0.13",
"libp2p": "next"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-http-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"err-code": "^3.0.1",
"ipfs-core-types": "^0.13.0",
"ipfs-core-utils": "^0.17.0",
"ipfs-utils": "^9.0.6",
"ipfs-utils": "^9.0.13",
"it-first": "^2.0.0",
"it-last": "^2.0.0",
"merge-options": "^3.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"ipfs-core-types": "^0.13.0",
"ipfs-http-client": "^59.0.0",
"ipfs-interop": "ipfs/interop#deps/update-multiformats",
"ipfs-utils": "^9.0.6",
"ipfs-utils": "^9.0.13",
"ipfsd-ctl": "^12.0.3",
"iso-url": "^1.0.0",
"kubo-rpc-client": "^2.0.2",
Expand Down

0 comments on commit 4b4c124

Please sign in to comment.