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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue