Skip to content

Commit 689d89b

Browse files
author
Yoseph Maguire
authored
Merge pull request mqttjs#1307 from mqttjs/security-update
fix: security vulnerability in ws stream
2 parents d138144 + dda2724 commit 689d89b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mqtt",
33
"description": "A library for the MQTT protocol",
4-
"version": "2.18.8",
4+
"version": "2.18.9",
55
"contributors": [
66
"Adam Rudd <adamvrr@gmail.com>",
77
"Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)"
@@ -33,10 +33,6 @@
3333
"sauce-test": "zuul --server test/browser/server.js --tunnel ngrok -- test/browser/test.js",
3434
"ci": "npm run tslint && npm run typescript-test && npm run test && codecov"
3535
},
36-
"pre-commit": [
37-
"test",
38-
"tslint"
39-
],
4036
"bin": {
4137
"mqtt_pub": "./bin/pub.js",
4238
"mqtt_sub": "./bin/sub.js",
@@ -75,7 +71,7 @@
7571
"readable-stream": "^2.3.6",
7672
"reinterval": "^1.1.0",
7773
"split2": "^2.1.1",
78-
"websocket-stream": "^5.1.2",
74+
"websocket-stream": "~5.2.0",
7975
"xtend": "^4.0.1"
8076
},
8177
"devDependencies": {

0 commit comments

Comments
 (0)