Bump node to 6.9.5 (#10136)

Backports PR #10135

**Commit 1:**
Bump node to 6.9.5

* Original sha: e00aa661a7
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2017-02-01T17:07:44Z
This commit is contained in:
jasper 2017-02-01 14:32:42 -05:00 committed by Jonathan Budzenski
parent e0827ef614
commit d5ce576ca3
2 changed files with 4 additions and 4 deletions

View file

@ -1 +1 @@
6.9.0
6.9.5

View file

@ -220,7 +220,7 @@
"ncp": "2.0.0",
"node-sass": "3.8.0",
"nock": "8.0.0",
"npm": "3.10.8",
"npm": "3.10.10",
"portscanner": "1.0.0",
"proxyquire": "1.7.10",
"react": "15.2.0",
@ -241,7 +241,7 @@
"webpack-dev-server": "1.14.1"
},
"engines": {
"node": "6.9.0",
"npm": "3.10.8"
"node": "6.9.5",
"npm": "3.10.10"
}
}