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

Commit 919b27a

Browse files
committed
chore: update deps
1 parent 4e93dd5 commit 919b27a

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

packages/ipfs-core-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"dependencies": {
4949
"@ipld/dag-pb": "^2.1.3",
5050
"interface-datastore": "^6.0.2",
51-
"ipfs-unixfs": "^6.0.3",
51+
"ipfs-unixfs": "^6.0.9",
5252
"@multiformats/multiaddr": "^10.0.0",
5353
"multiformats": "^9.5.1"
5454
},

packages/ipfs-core-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"browser-readablestream-to-it": "^1.0.1",
124124
"err-code": "^3.0.1",
125125
"ipfs-core-types": "^0.10.3",
126-
"ipfs-unixfs": "^6.0.3",
126+
"ipfs-unixfs": "^6.0.9",
127127
"ipfs-utils": "^9.0.6",
128128
"it-all": "^1.0.4",
129129
"it-map": "^1.0.4",

packages/ipfs-core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@
105105
"ipfs-core-utils": "^0.14.3",
106106
"ipfs-http-client": "^56.0.3",
107107
"ipfs-repo": "^14.0.1",
108-
"ipfs-unixfs": "^6.0.3",
109-
"ipfs-unixfs-exporter": "^7.0.3",
110-
"ipfs-unixfs-importer": "^9.0.3",
108+
"ipfs-unixfs": "^6.0.9",
109+
"ipfs-unixfs-exporter": "^7.0.11",
110+
"ipfs-unixfs-importer": "^9.0.10",
111111
"ipfs-utils": "^9.0.6",
112112
"ipns": "^1.0.0",
113113
"is-domain-name": "^1.0.1",

packages/ipfs-grpc-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"ipfs-core-types": "^0.10.3",
5757
"ipfs-core-utils": "^0.14.3",
5858
"ipfs-grpc-protocol": "^0.5.5",
59-
"ipfs-unixfs": "^6.0.3",
59+
"ipfs-unixfs": "^6.0.9",
6060
"it-first": "^1.0.4",
6161
"it-pushable": "^2.0.1",
6262
"@multiformats/multiaddr": "^10.0.0",

packages/ipfs-http-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"ipfs-core-types": "^0.10.3",
5555
"ipfs-core-utils": "^0.14.3",
5656
"ipfs-http-gateway": "^0.9.2",
57-
"ipfs-unixfs": "^6.0.3",
57+
"ipfs-unixfs": "^6.0.9",
5858
"it-all": "^1.0.4",
5959
"it-drain": "^1.0.3",
6060
"it-filter": "^1.0.2",

packages/ipfs-message-port-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"err-code": "^3.0.1",
4747
"ipfs-core-types": "^0.10.3",
4848
"ipfs-message-port-protocol": "^0.11.3",
49-
"ipfs-unixfs": "^6.0.3",
49+
"ipfs-unixfs": "^6.0.9",
5050
"it-peekable": "^1.0.2",
5151
"multiformats": "^9.5.1"
5252
},

0 commit comments

Comments
 (0)