summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorChristoph (Sheogorath) Kern2018-10-03 16:54:35 +0200
committerGitHub2018-10-03 16:54:35 +0200
commitae8fa41f92edb9464b95fa491683e9d55510b2b6 (patch)
treed33dba691dc0dc6709099471a41d677690247170 /package.json
parentedcd8a23ff02fd6cdda3255cd5c4da8aa73ee8d7 (diff)
parent6b80626dca9bb7bdfffb899423d71b899fdbd9e9 (diff)
Merge pull request #958 from SISheogorath/fix/uws
Replace `uws` with `ws` package
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json
index a6f935c5..6d461225 100644
--- a/package.json
+++ b/package.json
@@ -125,12 +125,12 @@
"to-markdown": "^3.0.3",
"toobusy-js": "^0.5.1",
"uuid": "^3.1.0",
- "uws": "~0.14.1",
"validator": "^10.4.0",
"velocity-animate": "^1.4.0",
"visibilityjs": "^1.2.4",
"viz.js": "^1.7.0",
"winston": "^2.3.0",
+ "ws": "^6.0.0",
"xss": "^1.0.3"
},
"engines": {
@@ -212,5 +212,9 @@
"lib/ot",
"public/vendor"
]
+ },
+ "optionalDependencies": {
+ "bufferutil": "^4.0.0",
+ "utf-8-validate": "^5.0.1"
}
}