Skip to content

Commit

Permalink
Bump node to 6.9.5 (elastic#10161)
Browse files Browse the repository at this point in the history
Backports PR elastic#10135

**Commit 1:**
Bump node to 6.9.5

* Original sha: e00aa66
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2017-02-01T17:07:44Z
  • Loading branch information
elastic-jasper authored and jbudz committed Feb 2, 2017
1 parent e6b8d23 commit b125b44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.9.0
6.9.5
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
"murmurhash3js": "3.0.1",
"ncp": "2.0.0",
"nock": "8.0.0",
"npm": "3.10.8",
"npm": "3.10.10",
"portscanner": "1.0.0",
"proxyquire": "1.7.10",
"simple-git": "1.37.0",
Expand All @@ -222,7 +222,7 @@
"supertest-as-promised": "2.0.2"
},
"engines": {
"node": "6.9.0",
"npm": "3.10.8"
"node": "6.9.5",
"npm": "3.10.10"
}
}

0 comments on commit b125b44

Please sign in to comment.