Skip to content

Commit

Permalink
Upgrade nodeunit-x from 0.12.1 to 0.13.0 and tap from ^12.0.1 to ^14.…
Browse files Browse the repository at this point in the history
…10.6 (#57)

* Upgrade nodeunit-x from 0.12.1 to 0.13.0 and tap from ^12.0.1 to ^14.10.6

This resolves the concerns about WS-2018-0590.

* Travis: Drop testing on Node 6, add Node 10 and 12

* AppVeyor: Drop testing on node 6; start testing on node 10
  • Loading branch information
jdforrester committed Feb 10, 2020
1 parent d649307 commit deca505
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -3,8 +3,9 @@ sudo: false
language: node_js

node_js:
- "6"
- "8"
- "10"
- "12"

matrix:
fast_finish: true
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -5,10 +5,10 @@ version: "{build}"
# What combinations to test
environment:
matrix:
- nodejs_version: "6"
platform: x86
- nodejs_version: "8"
platform: x86
- nodejs_version: "10"
platform: x86

install:
- ps: Install-Product node $env:nodejs_version $env:platform
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -16,14 +16,14 @@
"test": "grunt test && grunt jshint"
},
"dependencies": {
"nodeunit-x": "^0.12.1"
"nodeunit-x": "^0.13.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-internal": "^3.0.0",
"grunt-contrib-jshint": "^1.0.0",
"tap": "^12.0.1"
"tap": "^14.10.6"
},
"keywords": [
"gruntplugin",
Expand Down

0 comments on commit deca505

Please sign in to comment.