diff options
author | Mario Emmenlauer <mario@emmenlauer.de> | 2020-02-20 23:22:56 +0100 |
---|---|---|
committer | Jens Geyer <jensg@apache.org> | 2020-02-23 15:01:50 +0100 |
commit | 13cbc8defa0877c14af42666b9a7575dea78de72 (patch) | |
tree | b3319ce57fb9b8dfa3d4092410af785014d79d8f /package.json | |
parent | b70dc1e61c5c4637d16160df3197164e0bef79bf (diff) | |
download | thrift-13cbc8defa0877c14af42666b9a7575dea78de72.tar.gz |
Updated NodeJS dependencies
Client: nodejs
Patch: Mario Emmenlauer
This closes #2024
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index c803df5bc..4928653e3 100644 --- a/package.json +++ b/package.json @@ -53,13 +53,13 @@ "eslint-config-prettier": "^3.1.0", "eslint-plugin-prettier": "^3.0.0", "html-validator-cli": "^4.1.4", - "istanbul": "^0.4.5", + "nyc": "^15.0.0", "jsdoc": "^3.6.3", - "json-int64": "^1.0.0", + "json-int64": "^1.0.2", "prettier": "^1.14.3", "tape": "^4.9.0", "typescript": "^3.1.6", - "utf-8-validate": "^4.0.0" + "utf-8-validate": "^5.0.0" }, "scripts": { "cover": "lib/nodejs/test/testAll.sh COVER", |