Skip to content

Commit

Permalink
release(4.2.3): secure connection bugfix (#1191)
Browse files Browse the repository at this point in the history
* release(4.2.3): secure connection bugfix

* fix package.json
  • Loading branch information
Yoseph Maguire committed Oct 27, 2020
1 parent 298dbb2 commit 2de81e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mqtt",
"description": "A library for the MQTT protocol",
"version": "4.2.2",
"version": "4.2.3",
"contributors": [
"Adam Rudd <adamvrr@gmail.com>",
"Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)",
Expand Down Expand Up @@ -68,13 +68,13 @@
"help-me": "^1.0.1",
"inherits": "^2.0.3",
"minimist": "^1.2.5",
"mqtt-packet": "^6.3.2",
"mqtt-packet": "^6.6.0",
"pump": "^3.0.0",
"readable-stream": "^3.6.0",
"reinterval": "^1.1.0",
"split2": "^3.1.0",
"ws": "^7.3.1",
"xtend": "^4.0.1"
"xtend": "^4.0.2"
},
"devDependencies": {
"@types/node": "^10.0.0",
Expand Down

0 comments on commit 2de81e6

Please sign in to comment.