Increase mimimun node version to 8.2.0

This version has a useful protection against http header splitting
This commit is contained in:
ehuggett 2017-08-07 19:50:10 +01:00 committed by GitHub
parent f9283f5f6a
commit 3d9e01f8e5

View File

@ -47,7 +47,7 @@
"webpack": "^3.4.1"
},
"engines": {
"node": ">=8.0.0"
"node": ">=8.2.0"
},
"homepage": "https://github.com/mozilla/send/",
"license": "MPL-2.0",