1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Update MQTT to latest to fix Node 8 URL breakage

This commit is contained in:
Nick O'Leary 2020-11-25 21:05:31 +00:00
parent 3999690062
commit 2f86bb1ca5
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -56,7 +56,7 @@
"memorystore": "1.6.4", "memorystore": "1.6.4",
"mime": "2.4.6", "mime": "2.4.6",
"moment-timezone": "0.5.32", "moment-timezone": "0.5.32",
"mqtt": "4.2.5", "mqtt": "4.2.6",
"multer": "1.4.2", "multer": "1.4.2",
"mustache": "4.0.1", "mustache": "4.0.1",
"node-red-admin": "^0.2.6", "node-red-admin": "^0.2.6",
@ -104,7 +104,7 @@
"grunt-simple-nyc": "^3.0.1", "grunt-simple-nyc": "^3.0.1",
"http-proxy": "1.18.1", "http-proxy": "1.18.1",
"jsdoc-nr-template": "github:node-red/jsdoc-nr-template", "jsdoc-nr-template": "github:node-red/jsdoc-nr-template",
"marked": "1.2.4", "marked": "1.2.5",
"minami": "1.2.3", "minami": "1.2.3",
"mocha": "^5.2.0", "mocha": "^5.2.0",
"node-red-node-test-helper": "^0.2.5", "node-red-node-test-helper": "^0.2.5",