diff --git a/package.json b/package.json index 235575ee0..4cbc11236 100644 --- a/package.json +++ b/package.json @@ -79,12 +79,12 @@ "find-cache-dir": "^0.1.1", "find-up": "^1.1.2", "foreground-child": "^1.5.3", - "glob": "^7.0.3", + "glob": "^7.0.6", "istanbul-lib-coverage": "^1.0.0", "istanbul-lib-hook": "^1.0.0-alpha.4", - "istanbul-lib-instrument": "^1.1.0", + "istanbul-lib-instrument": "^1.1.1", "istanbul-lib-report": "^1.0.0-alpha.3", - "istanbul-lib-source-maps": "^1.0.0-alpha.10", + "istanbul-lib-source-maps": "^1.0.0", "istanbul-reports": "^1.0.0-alpha.8", "md5-hex": "^1.2.0", "micromatch": "^2.3.11", @@ -94,7 +94,7 @@ "rimraf": "^2.5.4", "signal-exit": "^3.0.0", "spawn-wrap": "^1.2.4", - "test-exclude": "^2.1.1", + "test-exclude": "^2.1.2", "yargs": "^5.0.0", "yargs-parser": "^3.1.0" }, @@ -113,7 +113,7 @@ "sinon": "^1.15.3", "source-map-support": "^0.4.2", "split-lines": "^1.0.0", - "standard": "^7.0.1", + "standard": "^8.0.0", "standard-version": "^2.4.0", "tap": "^7.0.0", "which": "^1.2.4", diff --git a/test/src/nyc-bin.js b/test/src/nyc-bin.js index d4e070ea9..952e0586e 100644 --- a/test/src/nyc-bin.js +++ b/test/src/nyc-bin.js @@ -369,11 +369,6 @@ describe('the nyc cli', function () { env: env }) - var stdout = '' - proc.stdout.on('data', function (chunk) { - stdout += chunk - }) - proc.on('close', function (code) { code.should.equal(0) var files = fs.readdirSync(path.resolve(fixturesCLI, './output')) @@ -392,11 +387,6 @@ describe('the nyc cli', function () { env: env }) - var stdout = '' - proc.stdout.on('data', function (chunk) { - stdout += chunk - }) - proc.on('close', function (code) { code.should.equal(0) var files = fs.readdirSync(path.resolve(fixturesCLI, './output'))