Skip to content

Commit 2de81e6

Browse files
author
Yoseph Maguire
authored
release(4.2.3): secure connection bugfix (mqttjs#1191)
* release(4.2.3): secure connection bugfix * fix package.json
1 parent 298dbb2 commit 2de81e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 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": "4.2.2",
4+
"version": "4.2.3",
55
"contributors": [
66
"Adam Rudd <adamvrr@gmail.com>",
77
"Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)",
@@ -68,13 +68,13 @@
6868
"help-me": "^1.0.1",
6969
"inherits": "^2.0.3",
7070
"minimist": "^1.2.5",
71-
"mqtt-packet": "^6.3.2",
71+
"mqtt-packet": "^6.6.0",
7272
"pump": "^3.0.0",
7373
"readable-stream": "^3.6.0",
7474
"reinterval": "^1.1.0",
7575
"split2": "^3.1.0",
7676
"ws": "^7.3.1",
77-
"xtend": "^4.0.1"
77+
"xtend": "^4.0.2"
7878
},
7979
"devDependencies": {
8080
"@types/node": "^10.0.0",

0 commit comments

Comments
 (0)