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

Commit 8f7ce23

Browse files
authored
fix: upgrade dep of ipfs-utils ^9.0.2->^9.0.6 (#4086)
Fixes #4080
1 parent c367840 commit 8f7ce23

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

packages/interface-ipfs-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"ipfs-core-types": "^0.10.2",
7676
"ipfs-unixfs": "^6.0.3",
7777
"ipfs-unixfs-importer": "^9.0.3",
78-
"ipfs-utils": "^9.0.2",
78+
"ipfs-utils": "^9.0.6",
7979
"ipns": "^0.16.0",
8080
"is-ipfs": "^6.0.1",
8181
"iso-random-stream": "^2.0.2",

packages/ipfs-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"ipfs-daemon": "^0.12.2",
7272
"ipfs-http-client": "^56.0.2",
7373
"ipfs-repo": "^14.0.1",
74-
"ipfs-utils": "^9.0.2",
74+
"ipfs-utils": "^9.0.6",
7575
"it-all": "^1.0.4",
7676
"it-concat": "^2.0.0",
7777
"it-first": "^1.0.4",

packages/ipfs-core-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"hashlru": "^2.3.0",
8989
"interface-datastore": "^6.0.2",
9090
"ipfs-repo": "^14.0.1",
91-
"ipfs-utils": "^9.0.2",
91+
"ipfs-utils": "^9.0.6",
9292
"ipns": "^0.16.0",
9393
"is-ipfs": "^6.0.1",
9494
"it-all": "^1.0.4",

packages/ipfs-core-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"err-code": "^3.0.1",
122122
"ipfs-core-types": "^0.10.2",
123123
"ipfs-unixfs": "^6.0.3",
124-
"ipfs-utils": "^9.0.2",
124+
"ipfs-utils": "^9.0.6",
125125
"it-all": "^1.0.4",
126126
"it-map": "^1.0.4",
127127
"it-peekable": "^1.0.2",

packages/ipfs-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"ipfs-unixfs": "^6.0.3",
9696
"ipfs-unixfs-exporter": "^7.0.3",
9797
"ipfs-unixfs-importer": "^9.0.3",
98-
"ipfs-utils": "^9.0.2",
98+
"ipfs-utils": "^9.0.6",
9999
"ipns": "^0.16.0",
100100
"is-domain-name": "^1.0.1",
101101
"is-ipfs": "^6.0.1",

packages/ipfs-daemon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"ipfs-grpc-server": "^0.8.3",
5050
"ipfs-http-gateway": "^0.9.2",
5151
"ipfs-http-server": "^0.11.2",
52-
"ipfs-utils": "^9.0.2",
52+
"ipfs-utils": "^9.0.6",
5353
"just-safe-set": "^2.2.1",
5454
"libp2p": "^0.36.2",
5555
"libp2p-webrtc-star": "^0.25.0"

packages/ipfs-http-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"err-code": "^3.0.1",
6464
"ipfs-core-types": "^0.10.2",
6565
"ipfs-core-utils": "^0.14.2",
66-
"ipfs-utils": "^9.0.2",
66+
"ipfs-utils": "^9.0.6",
6767
"it-first": "^1.0.6",
6868
"it-last": "^1.0.4",
6969
"merge-options": "^3.0.4",

packages/ipfs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"ipfs-core-types": "^0.10.2",
9090
"ipfs-http-client": "^56.0.2",
9191
"ipfs-interop": "^8.0.9",
92-
"ipfs-utils": "^9.0.2",
92+
"ipfs-utils": "^9.0.6",
9393
"ipfsd-ctl": "^10.0.4",
9494
"iso-url": "^1.0.0",
9595
"libp2p-webrtc-star-signalling-server": "^0.1.1",

0 commit comments

Comments
 (0)