Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 979d8b5

Browse files
hugomrdiasAlan Shaw
authored and
Alan Shaw
committed
fix: add missing and remove unused dependencies (#879)
1 parent 0652ac0 commit 979d8b5

File tree

1 file changed

+27
-26
lines changed

1 file changed

+27
-26
lines changed

package.json

+27-26
Original file line numberDiff line numberDiff line change
@@ -23,47 +23,50 @@
2323
"release-minor": "aegir release --type minor ",
2424
"release-major": "aegir release --type major ",
2525
"coverage": "aegir coverage --timeout 100000",
26-
"coverage-publish": "aegir coverage --provider coveralls --timeout 100000"
26+
"coverage-publish": "aegir coverage --provider coveralls --timeout 100000",
27+
"dep-check": "npx dependency-check package.json './test/**/*.js' './src/**/*.js'"
2728
},
2829
"dependencies": {
2930
"async": "^2.6.1",
30-
"big.js": "^5.1.2",
31-
"bl": "^2.0.1",
31+
"big.js": "^5.2.2",
32+
"bl": "^2.1.2",
3233
"bs58": "^4.0.1",
33-
"cids": "~0.5.3",
34+
"cids": "~0.5.5",
3435
"concat-stream": "^1.6.2",
35-
"debug": "^3.1.0",
36-
"detect-node": "^2.0.3",
36+
"debug": "^4.1.0",
37+
"detect-node": "^2.0.4",
38+
"end-of-stream": "^1.4.1",
3739
"flatmap": "0.0.3",
38-
"glob": "^7.1.2",
39-
"ipfs-block": "~0.7.1",
40-
"ipfs-unixfs": "~0.1.15",
40+
"glob": "^7.1.3",
41+
"ipfs-block": "~0.8.0",
42+
"ipfs-unixfs": "~0.1.16",
4143
"ipld-dag-cbor": "~0.13.0",
42-
"ipld-dag-pb": "~0.14.6",
43-
"is-ipfs": "~0.4.2",
44+
"ipld-dag-pb": "~0.14.11",
45+
"is-ipfs": "~0.4.7",
4446
"is-pull-stream": "0.0.0",
4547
"is-stream": "^1.1.0",
46-
"libp2p-crypto": "~0.13.0",
48+
"libp2p-crypto": "~0.14.0",
4749
"lodash": "^4.17.11",
4850
"lru-cache": "^4.1.3",
4951
"multiaddr": "^5.0.0",
50-
"multibase": "~0.4.0",
51-
"multihashes": "~0.4.13",
52+
"multibase": "~0.5.0",
53+
"multihashes": "~0.4.14",
5254
"ndjson": "^1.5.0",
5355
"once": "^1.4.0",
54-
"peer-id": "~0.11.0",
56+
"peer-id": "~0.12.0",
5557
"peer-info": "~0.14.1",
5658
"promisify-es6": "^1.0.3",
57-
"pull-defer": "~0.2.2",
59+
"pull-defer": "~0.2.3",
5860
"pull-pushable": "^2.2.0",
5961
"pull-stream-to-stream": "^1.3.4",
6062
"pump": "^3.0.0",
6163
"qs": "^6.5.2",
62-
"readable-stream": "^2.3.6",
64+
"readable-stream": "^3.0.6",
6365
"stream-http": "^3.0.0",
6466
"stream-to-pull-stream": "^1.7.2",
6567
"streamifier": "~0.1.1",
66-
"tar-stream": "^1.6.1"
68+
"tar-stream": "^1.6.2",
69+
"through2": "^2.0.3"
6770
},
6871
"engines": {
6972
"node": ">=8.0.0",
@@ -74,19 +77,17 @@
7477
"url": "https://github.com/ipfs/js-ipfs-api"
7578
},
7679
"devDependencies": {
77-
"aegir": "^15.1.0",
80+
"aegir": "^17.0.1",
7881
"browser-process-platform": "~0.1.1",
79-
"chai": "^4.1.2",
82+
"chai": "^4.2.0",
8083
"cross-env": "^5.2.0",
8184
"dirty-chai": "^2.0.1",
82-
"eslint-plugin-react": "^7.10.0",
85+
"eslint-plugin-react": "^7.11.1",
8386
"go-ipfs-dep": "~0.4.17",
8487
"gulp": "^3.9.1",
85-
"interface-ipfs-core": "~0.81.0",
86-
"ipfsd-ctl": "~0.39.0",
87-
"pull-stream": "^3.6.8",
88-
"socket.io": "^2.1.1",
89-
"socket.io-client": "^2.1.1",
88+
"interface-ipfs-core": "~0.83.0",
89+
"ipfsd-ctl": "~0.39.5",
90+
"pull-stream": "^3.6.9",
9091
"stream-equal": "^1.1.1"
9192
},
9293
"keywords": [

0 commit comments

Comments
 (0)