diff --git a/examples/ipfs-101/package.json b/examples/ipfs-101/package.json index ab0435699b..8e74e58e22 100644 --- a/examples/ipfs-101/package.json +++ b/examples/ipfs-101/package.json @@ -9,7 +9,7 @@ "author": "David Dias ", "license": "MIT", "dependencies": { - "async": "^2.5.0", - "ipfs": "^0.25.4" + "async": "^3.2.2", + "ipfs": "^0.55.0" } }