summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJames E. King III <jking@apache.org>2018-03-06 15:11:01 -0500
committerJames E. King III <jking@apache.org>2018-03-06 16:16:45 -0500
commita37feafd42543b9a4b3192a4a9478b93e7308a24 (patch)
tree1f41be7038072646df5af2d8597bcf9c235da997 /package.json
parent14991f904184cc57b5d3e74a4266a0d6fbaf4832 (diff)
downloadthrift-a37feafd42543b9a4b3192a4a9478b93e7308a24.tar.gz
THRIFT-4508: end trusty CI builds; handle nodejs 4.x LTS EOL; update docs
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json
index cd6c7106c..11e76a214 100644
--- a/package.json
+++ b/package.json
@@ -37,19 +37,19 @@
"dependencies": {
"node-int64": "^0.4.0",
"q": "^1.5.0",
- "ws": ">= 2.2.3"
+ "ws": "^5.0.0"
},
"devDependencies": {
"buffer-equals": "^1.0.4",
- "commander": "^2.11.0",
- "connect": "^3.6.4",
+ "commander": "^2.14.1",
+ "connect": "^3.6.6",
"istanbul": "^0.4.5",
- "jsdoc": ">=3.5.5",
+ "jsdoc": "^3.5.5",
"minimatch": "^3.0.4",
- "phantomjs-prebuilt": "^2.1.7",
+ "phantomjs-prebuilt": "^2.1.16",
"run-browser": "^2.0.2",
- "tape": "^4.8.0",
- "utf-8-validate": "^3.0.0"
+ "tape": "^4.9.0",
+ "utf-8-validate": "^4.0.0"
},
"scripts": {
"cover": "lib/nodejs/test/testAll.sh COVER",