Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Commit

Permalink
build: supertest@4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Apr 13, 2019
1 parent 7b0264e commit 3608b5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -70,6 +70,7 @@ before_install:
# Configure supertest for http calls
if node_version_lt '0.10'; then npm_use_module 'supertest' '1.1.0'
elif node_version_lt '4.0' ; then npm_use_module 'supertest' '2.0.0'
elif node_version_lt '6.0' ; then npm_use_module 'supertest' '3.4.2'
fi
- |
# Configure eslint for linting
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -28,7 +28,7 @@
"eslint-plugin-standard": "4.0.0",
"istanbul": "0.4.5",
"mocha": "6.0.2",
"supertest": "3.4.2"
"supertest": "4.0.2"
},
"engines": {
"node": ">= 0.8.0"
Expand Down

0 comments on commit 3608b5f

Please sign in to comment.