diff --git a/package.json b/package.json index 134c3e8..a5d7aae 100644 --- a/package.json +++ b/package.json @@ -31,18 +31,18 @@ }, "homepage": "https://github.com/devongovett/browserify-istanbul", "dependencies": { - "istanbul-lib-instrument": "^1.3.0", - "minimatch": "^3.0.0", - "object-assign": "^4.1.0", + "istanbul-lib-instrument": "^1.8.0", + "minimatch": "^3.0.4", + "object-assign": "^4.1.1", "through": "^2.3.8" }, "devDependencies": { - "browserify": "^13.0.0", - "coveralls": "^2.11.8", - "eslint": "^2.2.0", - "eslint-plugin-mocha": "^2.0.0", - "mocha": "^2.4.5", - "nyc": "^10.0.0", - "pre-commit": "^1.1.2" + "browserify": "^14.4.0", + "coveralls": "^3.0.0", + "eslint": "^4.8.0", + "eslint-plugin-mocha": "^4.11.0", + "mocha": "^4.0.1", + "nyc": "^11.2.1", + "pre-commit": "^1.2.2" } }