Skip to content

Commit 9ece310

Browse files
Update ws to 1.1.1, fix DoS & remote mem exposure vulnerabilities
1 parent 35e786c commit 9ece310

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/in-memory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = InMemory
22

3-
var uuid = require('node')
3+
var uuid = require('uuid')
44

55
function InMemory (opts) {
66
opts = opts || {}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"debug": "^2.2.0",
2525
"run-parallel": "^1.1.4",
2626
"uuid": "^3.0.1",
27-
"ws": "^0.8.0"
27+
"ws": "^1.1.1"
2828
},
2929
"devDependencies": {
3030
"chai": "^3.3.0",

0 commit comments

Comments
 (0)