From e1a4cf314d54d553d04fa3d3d26782ce090d3d5a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 22 Jun 2021 05:29:39 +0000 Subject: [PATCH] Bump mqtt from 1.14.1 to 4.2.8 Bumps [mqtt](https://github.com/mqttjs/MQTT.js) from 1.14.1 to 4.2.8. - [Release notes](https://github.com/mqttjs/MQTT.js/releases) - [Changelog](https://github.com/mqttjs/MQTT.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/mqttjs/MQTT.js/compare/v1.14.1...v4.2.8) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 65a7398..d1c314e 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,6 @@ "author": "lorenzo romagnoli", "license": "GPL-2.0", "dependencies": { - "mqtt": "^1.12.0" + "mqtt": "^4.2.8" } }