From 6f72083863b47dc818441348a419bd85fe17ba77 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Thu, 9 May 2019 09:20:23 +0000 Subject: [PATCH 1/3] chore(package): update dependencies --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 59a45a4bb..4ff41c058 100644 --- a/package.json +++ b/package.json @@ -37,26 +37,26 @@ "homepage": "https://github.com/ipfs/interface-ipfs-core#readme", "dependencies": { "async": "^2.6.1", - "bl": "^2.1.2", + "bl": "^3.0.0", "bs58": "^4.0.1", "chai": "^4.2.0", - "cids": "~0.5.5", + "cids": "~0.6.0", "concat-stream": "^2.0.0", "dirty-chai": "^2.0.1", "es6-promisify": "^6.0.1", "hat": "0.0.3", - "into-stream": "^4.0.0", + "into-stream": "^5.1.0", "ipfs-block": "~0.8.0", "ipfs-unixfs": "~0.1.16", - "ipld-dag-cbor": "~0.13.1", - "ipld-dag-pb": "~0.15.0", - "is-ipfs": "~0.5.1", - "is-plain-object": "^2.0.4", + "ipld-dag-cbor": "~0.14.0", + "ipld-dag-pb": "~0.16.0", + "is-ipfs": "~0.6.0", + "is-plain-object": "^3.0.0", "libp2p-crypto": "~0.16.0", "multiaddr": "^6.0.0", "multibase": "~0.6.0", "multihashes": "~0.4.14", - "multihashing-async": "~0.5.1", + "multihashing-async": "~0.7.0", "peer-id": "~0.12.0", "peer-info": "~0.15.0", "pull-stream": "^3.6.9", From 727bfde3036813ee389de33c4ff70706b750c68e Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Thu, 9 May 2019 09:20:26 +0000 Subject: [PATCH 2/3] docs(readme): add Greenkeeper badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c351d2b3c..15b3266af 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Include this badge in your readme if you make a new module that implements inter ![](/img/badge.svg) ```md -[![IPFS Core API Compatible](https://cdn.rawgit.com/ipfs/interface-ipfs-core/master/img/badge.svg)](https://github.com/ipfs/interface-ipfs-core) +[![IPFS Core API Compatible](https://cdn.rawgit.com/ipfs/interface-ipfs-core/master/img/badge.svg)](https://github.com/ipfs/interface-ipfs-core) [![Greenkeeper badge](https://badges.greenkeeper.io/ipfs/interface-js-ipfs-core.svg)](https://greenkeeper.io/) ``` ## Install From 5b69232a880df2f33c3f61eb4768bf2f1c83ffa4 Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Thu, 9 May 2019 12:54:37 +0100 Subject: [PATCH 3/3] chore: dep pins License: MIT Signed-off-by: Alan Shaw --- README.md | 2 +- package.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 15b3266af..c351d2b3c 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Include this badge in your readme if you make a new module that implements inter ![](/img/badge.svg) ```md -[![IPFS Core API Compatible](https://cdn.rawgit.com/ipfs/interface-ipfs-core/master/img/badge.svg)](https://github.com/ipfs/interface-ipfs-core) [![Greenkeeper badge](https://badges.greenkeeper.io/ipfs/interface-js-ipfs-core.svg)](https://greenkeeper.io/) +[![IPFS Core API Compatible](https://cdn.rawgit.com/ipfs/interface-ipfs-core/master/img/badge.svg)](https://github.com/ipfs/interface-ipfs-core) ``` ## Install diff --git a/package.json b/package.json index 4ff41c058..e70ce7788 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "bl": "^3.0.0", "bs58": "^4.0.1", "chai": "^4.2.0", - "cids": "~0.6.0", + "cids": "~0.5.8", "concat-stream": "^2.0.0", "dirty-chai": "^2.0.1", "es6-promisify": "^6.0.1", @@ -48,15 +48,15 @@ "into-stream": "^5.1.0", "ipfs-block": "~0.8.0", "ipfs-unixfs": "~0.1.16", - "ipld-dag-cbor": "~0.14.0", - "ipld-dag-pb": "~0.16.0", + "ipld-dag-cbor": "~0.13.1", + "ipld-dag-pb": "~0.15.3", "is-ipfs": "~0.6.0", "is-plain-object": "^3.0.0", "libp2p-crypto": "~0.16.0", "multiaddr": "^6.0.0", "multibase": "~0.6.0", "multihashes": "~0.4.14", - "multihashing-async": "~0.7.0", + "multihashing-async": "~0.6.0", "peer-id": "~0.12.0", "peer-info": "~0.15.0", "pull-stream": "^3.6.9",