diff --git a/package.json b/package.json index 34d39f9b..714a717a 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@types/bash-glob": "^2.0.0", "@types/compute-stdev": "^1.0.0", "@types/easy-table": "0.0.31", - "@types/execa": "^0.8.1", + "@types/execa": "^0.9.0", "@types/glob": "^5.0.35", "@types/glob-parent": "^3.1.0", "@types/glob-stream": "^6.1.0", @@ -32,30 +32,30 @@ "@types/merge2": "^1.1.4", "@types/micromatch": "^3.1.0", "@types/minimist": "^1.2.0", - "@types/mocha": "^2.2.48", - "@types/node": "^9.4.0", + "@types/mocha": "^5.2.0", + "@types/node": "^9.6.6", "@types/rimraf": "2.0.2", "bash-glob": "^2.0.0", "compute-stdev": "^1.0.0", "easy-table": "^1.1.1", - "execa": "^0.9.0", - "fast-glob": "^2.0.1", + "execa": "^0.10.0", + "fast-glob": "^2.2.0", "glob": "^7.1.2", "glob-stream": "^6.1.0", - "globby": "^8.0.0", + "globby": "^8.0.1", "minimist": "^1.2.0", - "mocha": "^5.0.0", + "mocha": "^5.1.1", "rimraf": "^2.6.2", "tslint": "^5.9.1", "tslint-config-mrmlnc": "^1.0.0", - "typescript": "^2.7.1" + "typescript": "^2.8.3" }, "dependencies": { "@mrmlnc/readdir-enhanced": "^2.2.1", "glob-parent": "^3.1.0", "is-glob": "^4.0.0", "merge2": "^1.2.1", - "micromatch": "^3.1.8" + "micromatch": "^3.1.10" }, "scripts": { "clean": "rimraf out",