[4.x] Bump node to 4.4.7 and npm to 2.15.8

This commit is contained in:
Court Ewing 2016-06-29 10:52:42 -04:00
parent 145f24f3fc
commit f1e39f2500
2 changed files with 4 additions and 4 deletions

View file

@ -1 +1 @@
4.4.4 4.4.7

View file

@ -178,14 +178,14 @@
"marked-text-renderer": "0.1.0", "marked-text-renderer": "0.1.0",
"mocha": "2.3.0", "mocha": "2.3.0",
"nock": "2.10.0", "nock": "2.10.0",
"npm": "2.11.0", "npm": "2.15.8",
"portscanner": "1.0.0", "portscanner": "1.0.0",
"simple-git": "1.8.0", "simple-git": "1.8.0",
"sinon": "1.17.2", "sinon": "1.17.2",
"source-map": "0.4.4" "source-map": "0.4.4"
}, },
"engines": { "engines": {
"node": "4.4.4", "node": "4.4.7",
"npm": "2.15.1" "npm": "2.15.8"
} }
} }