Skip to content
This repository was archived by the owner on Jun 6, 2019. It is now read-only.

Commit 9c00038

Browse files
committed
Upgrade WebSocket module to address security vulnerabilities
1 parent ec91809 commit 9c00038

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

samples/ocf-realsense/demo1/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"express": "^4.14.0",
1010
"jpeg-turbo": "^0.4.0",
1111
"node-person": "^0.10.0",
12-
"ws": "^1.1.1",
12+
"ws": "^7.0.0",
1313
"colors": "1.1.2"
1414
}
1515
}

samples/ocf-realsense/demo2/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"express": "^4.14.0",
1010
"jpeg-turbo": "^0.4.0",
1111
"node-person": "^0.10.0",
12-
"ws": "^1.1.1",
13-
"colors": "1.1.2"
12+
"ws": "^7.0.0",
13+
"colors": "^1.1.2"
1414
}
1515
}

0 commit comments

Comments
 (0)