diff --git a/package.json b/package.json index 9e6b2899d..91d2fdfb2 100644 --- a/package.json +++ b/package.json @@ -54,12 +54,12 @@ "pull-pushable": "^2.2.0", "pull-stream-to-stream": "^1.3.4", "pump": "^3.0.0", - "qs": "^6.5.1", + "qs": "^6.5.2", "readable-stream": "^2.3.6", "stream-http": "^2.8.1", "stream-to-pull-stream": "^1.7.2", "streamifier": "^0.1.1", - "tar-stream": "^1.5.7" + "tar-stream": "^1.6.0" }, "engines": { "node": ">=6.0.0", @@ -78,17 +78,15 @@ "eslint-plugin-react": "^7.7.0", "go-ipfs-dep": "^0.4.14", "gulp": "^3.9.1", - "hapi": "^17.3.1", - "interface-ipfs-core": "~0.64.2", + "interface-ipfs-core": "~0.64.3", "ipfs": "~0.28.2", - "ipfsd-ctl": "~0.32.1", - "pre-commit": "^1.2.2", + "ipfsd-ctl": "~0.33.1", "pull-stream": "^3.6.7", "socket.io": "^2.1.0", "socket.io-client": "^2.1.0", "stream-equal": "^1.1.1" }, - "pre-commit": [ + "pre-push": [ "lint", "test" ],