Bump node to 0.12.10 for security fixes

See
https://nodejs.org/en/blog/vulnerability/february-2016-security-releases/

Fixes #6187
This commit is contained in:
Court Ewing 2016-02-10 14:35:06 -05:00 committed by courtewing
parent 79f336c628
commit 114eaf9323
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
0.12.9
0.12.10

View file

@ -178,7 +178,7 @@
"wreck": "6.2.0"
},
"engines": {
"node": "0.12.9",
"node": "0.12.10",
"npm": "2.14.3"
}
}