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

Commit 192e5d2

Browse files
committed
chore: update deps
1 parent 0201878 commit 192e5d2

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

package.json

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
},
6262
"homepage": "https://github.com/ipfs/js-ipfs#readme",
6363
"devDependencies": {
64-
"aegir": "^13.0.6",
64+
"aegir": "^13.1.0",
6565
"buffer-loader": "0.0.1",
6666
"chai": "^4.1.2",
6767
"delay": "^2.0.0",
@@ -73,10 +73,10 @@
7373
"expose-loader": "^0.7.5",
7474
"form-data": "^2.3.2",
7575
"hat": "0.0.3",
76-
"interface-ipfs-core": "^0.61.0",
76+
"interface-ipfs-core": "^0.64.2",
7777
"ipfsd-ctl": "^0.32.1",
78-
"lodash": "^4.17.5",
79-
"mocha": "^5.0.5",
78+
"lodash": "^4.17.10",
79+
"mocha": "^5.1.1",
8080
"ncp": "^2.0.0",
8181
"nexpect": "^0.5.0",
8282
"pre-commit": "^1.2.2",
@@ -97,7 +97,7 @@
9797
"byteman": "^1.3.5",
9898
"cids": "~0.5.3",
9999
"debug": "^3.1.0",
100-
"file-type": "^7.6.0",
100+
"file-type": "^7.7.1",
101101
"filesize": "^3.6.1",
102102
"fsm-event": "^2.1.0",
103103
"get-folder-size": "^1.0.1",
@@ -106,19 +106,19 @@
106106
"hapi-set-header": "^1.0.2",
107107
"hoek": "^5.0.3",
108108
"human-to-milliseconds": "^1.0.0",
109-
"ipfs-api": "^20.0.1",
109+
"ipfs-api": "^20.2.0",
110110
"ipfs-bitswap": "~0.20.0",
111111
"ipfs-block": "^0.7.1",
112112
"ipfs-block-service": "~0.14.0",
113113
"ipfs-multipart": "~0.1.0",
114-
"ipfs-repo": "^0.19.0",
114+
"ipfs-repo": "^0.20.0",
115115
"ipfs-unixfs": "~0.1.14",
116-
"ipfs-unixfs-engine": "~0.28.1",
116+
"ipfs-unixfs-engine": "~0.29.0",
117117
"ipld": "^0.17.0",
118118
"is-ipfs": "^0.3.2",
119119
"is-pull-stream": "0.0.0",
120120
"is-stream": "^1.1.0",
121-
"joi": "^13.1.2",
121+
"joi": "^13.2.0",
122122
"joi-browser": "^13.0.1",
123123
"joi-multiaddr": "^2.0.0",
124124
"libp2p": "^0.20.2",
@@ -128,7 +128,7 @@
128128
"libp2p-keychain": "~0.3.1",
129129
"libp2p-mdns": "~0.11.0",
130130
"libp2p-mplex": "^0.7.0",
131-
"libp2p-railing": "~0.8.0",
131+
"libp2p-railing": "~0.8.1",
132132
"libp2p-secio": "~0.10.0",
133133
"libp2p-tcp": "^0.12.0",
134134
"libp2p-webrtc-star": "0.14.0",
@@ -141,7 +141,7 @@
141141
"mafmt": "^6.0.0",
142142
"mime-types": "^2.1.18",
143143
"mkdirp": "~0.5.1",
144-
"multiaddr": "^4.0.0",
144+
"multiaddr": "^5.0.0",
145145
"multihashes": "~0.4.13",
146146
"once": "^1.4.0",
147147
"path-exists": "^3.0.0",
@@ -161,15 +161,14 @@
161161
"pull-stream-to-stream": "^1.3.4",
162162
"pull-zip": "^2.0.1",
163163
"read-pkg-up": "^3.0.0",
164-
"readable-stream": "2.3.5",
165-
"safe-buffer": "^5.1.1",
164+
"readable-stream": "2.3.6",
166165
"stream-to-pull-stream": "^1.7.2",
167-
"tar-stream": "^1.5.5",
166+
"tar-stream": "^1.6.0",
168167
"temp": "~0.8.3",
169168
"through2": "^2.0.3",
170-
"update-notifier": "^2.4.0",
169+
"update-notifier": "^2.5.0",
171170
"yargs": "^11.0.0",
172-
"yargs-parser": "^9.0.2"
171+
"yargs-parser": "^10.0.0"
173172
},
174173
"optionalDependencies": {
175174
"prom-client": "^11.0.0",

0 commit comments

Comments
 (0)