summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2021-10-22 09:16:43 +0200
committerJens Geyer <Jens-G@users.noreply.github.com>2021-10-23 13:41:38 +0200
commit2b8be5154fc4f017fe98ca2e19d6526b265ca121 (patch)
treeea430e82fda8fd92b4a8f02ce9c7277d8a5be784 /package.json
parent839a1daf5a2d99307e4a3175a32fb2b7bf9c6175 (diff)
downloadthrift-2b8be5154fc4f017fe98ca2e19d6526b265ca121.tar.gz
ran `npm audit fix` to fix several reported issues
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 75b6f5cec..4ea721eef 100644
--- a/package.json
+++ b/package.json
@@ -40,7 +40,7 @@
"isomorphic-ws": "^4.0.1",
"node-int64": "^0.4.0",
"q": "^1.5.0",
- "ws": "^5.2.2"
+ "ws": "^5.2.3"
},
"devDependencies": {
"@types/node": "^10.12.6",
@@ -53,9 +53,9 @@
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-prettier": "^3.0.0",
"html-validator-cli": "^4.1.4",
- "nyc": "^15.0.0",
- "jsdoc": "^3.6.3",
+ "jsdoc": "^3.6.7",
"json-int64": "^1.0.2",
+ "nyc": "^15.0.0",
"prettier": "^1.14.3",
"tape": "^4.9.0",
"typescript": "^3.1.6",