|
23 | 23 | "release-minor": "aegir release --type minor ", |
24 | 24 | "release-major": "aegir release --type major ", |
25 | 25 | "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'" |
27 | 28 | }, |
28 | 29 | "dependencies": { |
29 | 30 | "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", |
32 | 33 | "bs58": "^4.0.1", |
33 | | - "cids": "~0.5.3", |
| 34 | + "cids": "~0.5.5", |
34 | 35 | "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", |
37 | 39 | "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", |
41 | 43 | "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", |
44 | 46 | "is-pull-stream": "0.0.0", |
45 | 47 | "is-stream": "^1.1.0", |
46 | | - "libp2p-crypto": "~0.13.0", |
| 48 | + "libp2p-crypto": "~0.14.0", |
47 | 49 | "lodash": "^4.17.11", |
48 | 50 | "lru-cache": "^4.1.3", |
49 | 51 | "multiaddr": "^5.0.0", |
50 | | - "multibase": "~0.4.0", |
51 | | - "multihashes": "~0.4.13", |
| 52 | + "multibase": "~0.5.0", |
| 53 | + "multihashes": "~0.4.14", |
52 | 54 | "ndjson": "^1.5.0", |
53 | 55 | "once": "^1.4.0", |
54 | | - "peer-id": "~0.11.0", |
| 56 | + "peer-id": "~0.12.0", |
55 | 57 | "peer-info": "~0.14.1", |
56 | 58 | "promisify-es6": "^1.0.3", |
57 | | - "pull-defer": "~0.2.2", |
| 59 | + "pull-defer": "~0.2.3", |
58 | 60 | "pull-pushable": "^2.2.0", |
59 | 61 | "pull-stream-to-stream": "^1.3.4", |
60 | 62 | "pump": "^3.0.0", |
61 | 63 | "qs": "^6.5.2", |
62 | | - "readable-stream": "^2.3.6", |
| 64 | + "readable-stream": "^3.0.6", |
63 | 65 | "stream-http": "^3.0.0", |
64 | 66 | "stream-to-pull-stream": "^1.7.2", |
65 | 67 | "streamifier": "~0.1.1", |
66 | | - "tar-stream": "^1.6.1" |
| 68 | + "tar-stream": "^1.6.2", |
| 69 | + "through2": "^2.0.3" |
67 | 70 | }, |
68 | 71 | "engines": { |
69 | 72 | "node": ">=8.0.0", |
|
74 | 77 | "url": "https://github.com/ipfs/js-ipfs-api" |
75 | 78 | }, |
76 | 79 | "devDependencies": { |
77 | | - "aegir": "^15.1.0", |
| 80 | + "aegir": "^17.0.1", |
78 | 81 | "browser-process-platform": "~0.1.1", |
79 | | - "chai": "^4.1.2", |
| 82 | + "chai": "^4.2.0", |
80 | 83 | "cross-env": "^5.2.0", |
81 | 84 | "dirty-chai": "^2.0.1", |
82 | | - "eslint-plugin-react": "^7.10.0", |
| 85 | + "eslint-plugin-react": "^7.11.1", |
83 | 86 | "go-ipfs-dep": "~0.4.17", |
84 | 87 | "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", |
90 | 91 | "stream-equal": "^1.1.1" |
91 | 92 | }, |
92 | 93 | "keywords": [ |
|
0 commit comments