Skip to content

Commit

Permalink
Updated express version to resolve test failures
Browse files Browse the repository at this point in the history
With previous version, tests would fail when comparing query
string values, as (for some reason), req.query would also contain
{__proto__: ""}, which would then then encoded into the URL.
  • Loading branch information
mikesir87 committed Jul 31, 2018
1 parent 1d87a5e commit b3bf314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"mocha": "~1.9.0",
"should": "~1.2.2",
"connect": "~2.7.6",
"express": "~3.2.0",
"express": "^4.16.0",
"connect-redis": "~1.4.5"
},
"bugs": {
Expand Down

0 comments on commit b3bf314

Please sign in to comment.