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 47c61bb13a
commit 9feb473a84
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
0.12.9
0.12.10

View file

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