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

Commit 7568612

Browse files
committed
chore: update deps
1 parent 951c95a commit 7568612

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@
6969
"execa": "^1.0.0",
7070
"form-data": "^2.3.3",
7171
"hat": "0.0.3",
72-
"interface-ipfs-core": "~0.98.1",
73-
"ipfsd-ctl": "~0.41.0",
72+
"interface-ipfs-core": "~0.99.0",
73+
"ipfsd-ctl": "~0.42.0",
7474
"libp2p-websocket-star": "~0.10.2",
7575
"ncp": "^2.0.0",
7676
"qs": "^6.5.2",
@@ -82,7 +82,7 @@
8282
"async": "^2.6.1",
8383
"bignumber.js": "^8.0.2",
8484
"binary-querystring": "~0.1.2",
85-
"bl": "^2.1.2",
85+
"bl": "^3.0.0",
8686
"boom": "^7.2.0",
8787
"bs58": "^4.0.1",
8888
"byteman": "^1.3.5",
@@ -104,14 +104,14 @@
104104
"hoek": "^6.1.2",
105105
"human-to-milliseconds": "^1.0.0",
106106
"interface-datastore": "~0.6.0",
107-
"ipfs-bitswap": "~0.22.0",
107+
"ipfs-bitswap": "~0.23.0",
108108
"ipfs-block": "~0.8.0",
109109
"ipfs-block-service": "~0.15.1",
110-
"ipfs-http-client": "ipfs/js-ipfs-http-client#fix/bundle-size",
110+
"ipfs-http-client": "^30.1.0",
111111
"ipfs-http-response": "~0.2.1",
112112
"ipfs-mfs": "~0.9.1",
113113
"ipfs-multipart": "~0.1.0",
114-
"ipfs-repo": "~0.26.1",
114+
"ipfs-repo": "ipfs/js-ipfs-repo#master",
115115
"ipfs-unixfs": "~0.1.16",
116116
"ipfs-unixfs-engine": "~0.35.3",
117117
"ipld": "~0.21.1",
@@ -121,27 +121,27 @@
121121
"ipld-git": "~0.2.2",
122122
"ipld-zcash": "~0.1.6",
123123
"ipns": "~0.5.0",
124-
"is-ipfs": "~0.4.8",
124+
"is-ipfs": "~0.6.0",
125125
"is-pull-stream": "~0.0.0",
126126
"is-stream": "^1.1.0",
127127
"iso-url": "^0.4.4",
128128
"joi": "^14.3.0",
129129
"joi-multiaddr": "^4.0.0",
130+
"just-flatten-it": "^2.1.0",
131+
"just-range": "^2.1.0",
132+
"just-safe-set": "^2.1.0",
130133
"libp2p": "~0.25.0-rc.3",
131134
"libp2p-bootstrap": "~0.9.3",
132135
"libp2p-crypto": "~0.16.0",
133136
"libp2p-kad-dht": "~0.14.7",
134-
"libp2p-keychain": "~0.3.3",
135-
"just-flatten-it": "^2.1.0",
136-
"just-range": "^2.1.0",
137-
"just-safe-set": "^2.1.0",
137+
"libp2p-keychain": "~0.4.1",
138138
"libp2p-mdns": "~0.12.0",
139-
"libp2p-mplex": "libp2p/js-libp2p-mplex#fix/bundle-size",
139+
"libp2p-mplex": "~0.8.4",
140140
"libp2p-record": "~0.6.1",
141141
"libp2p-secio": "~0.11.0",
142142
"libp2p-tcp": "~0.13.0",
143143
"libp2p-webrtc-star": "~0.15.5",
144-
"libp2p-websocket-star-multi": "~0.4.0",
144+
"libp2p-websocket-star-multi": "hugomrdias/js-libp2p-websocket-star-multi#fix/bundle-size",
145145
"libp2p-websockets": "~0.12.2",
146146
"mafmt": "^6.0.2",
147147
"merge-options": "^1.0.1",
@@ -179,7 +179,7 @@
179179
"update-notifier": "^2.5.0",
180180
"uri-to-multiaddr": "^3.0.1",
181181
"varint": "^5.0.0",
182-
"yargs": "^12.0.5",
182+
"yargs": "^13.2.2",
183183
"yargs-promise": "^1.1.0"
184184
},
185185
"optionalDependencies": {
@@ -299,4 +299,4 @@
299299
"Łukasz Magiera <[email protected]>",
300300
"Максим Ильин <[email protected]>"
301301
]
302-
}
302+
}

0 commit comments

Comments
 (0)