Bump node to 4.3.0 for security fixes

See
https://nodejs.org/en/blog/vulnerability/february-2016-security-releases/
This commit is contained in:
Court Ewing 2016-02-10 09:58:59 -05:00
parent 018e08ead5
commit 00fc187364
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
4.2.4
4.3.0

View file

@ -186,7 +186,7 @@
"supertest-as-promised": "2.0.2"
},
"engines": {
"node": "4.2.4",
"node": "4.3.0",
"npm": "2.14.15"
}
}