Skip to content

Commit

Permalink
update deps to node >=8 requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Sep 30, 2019
1 parent b9e53c2 commit e7cff4d
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 35 deletions.
73 changes: 43 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -36,7 +36,7 @@
"isexe": "^2.0.0",
"istanbul-lib-processinfo": "^1.0.0",
"jackspeak": "^1.4.0",
"minipass": "^2.8.3",
"minipass": "^3.0.0",
"mkdirp": "^0.5.1",
"nyc": "^14.1.1",
"opener": "^1.5.1",
Expand All @@ -47,8 +47,8 @@
"signal-exit": "^3.0.0",
"source-map-support": "^0.5.13",
"stack-utils": "^1.0.2",
"tap-mocha-reporter": "^4.0.1",
"tap-parser": "^9.3.3",
"tap-mocha-reporter": "^5.0.0",
"tap-parser": "^10.0.0",
"tap-yaml": "^1.0.0",
"tcompare": "^2.3.0",
"treport": "^0.4.0",
Expand Down
2 changes: 1 addition & 1 deletion tap-snapshots/test-run-basic.js-TAP.test.js
Expand Up @@ -6,7 +6,7 @@
*/
'use strict'
exports[`test/run/basic.js TAP --parser-version > output 1`] = `
9.3.3
10.0.0
`

Expand Down
2 changes: 1 addition & 1 deletion tap-snapshots/test-tap-resume.js-TAP.test.js
Expand Up @@ -18,8 +18,8 @@ exports[`test/tap/resume.js TAP > stderr 1`] = `

exports[`test/tap/resume.js TAP > stdout 1`] = `
1
3
ok 1 - 2
3
ok 2 - 4
ok 3 - 5
1..3
Expand Down

0 comments on commit e7cff4d

Please sign in to comment.