diff --git a/package.json b/package.json index 0185dbf..691cea9 100644 --- a/package.json +++ b/package.json @@ -40,20 +40,20 @@ "homepage": "https://github.com/boennemann/github-change-remote-file#readme", "devDependencies": { "babel-cli": "^6.11.4", - "babel-eslint": "^6.1.2", + "babel-eslint": "^7.0.0", "babel-plugin-transform-async-to-generator": "^6.8.0", "coveralls": "^2.11.12", "mkdirp": "^0.5.1", - "nock": "^8.0.0", - "nyc": "^7.1.0", + "nock": "^9.0.0", + "nyc": "^8.3.2", "rimraf": "^2.5.4", "semantic-release": "^4.3.5", - "standard": "^7.1.2", - "tap": "^6.3.0" + "standard": "^8.5.0", + "tap": "^8.0.0" }, "dependencies": { "bluebird": "^3.4.1", - "github": "^2.4.0", + "github": "^5.3.3", "lodash": "^4.14.2" } }