Increase mimimun node version to 8.2.0
This version has a useful protection against http header splitting
This commit is contained in:
parent
f9283f5f6a
commit
3d9e01f8e5
@ -47,7 +47,7 @@
|
|||||||
"webpack": "^3.4.1"
|
"webpack": "^3.4.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.0.0"
|
"node": ">=8.2.0"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/mozilla/send/",
|
"homepage": "https://github.com/mozilla/send/",
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user