From 282a8e8e853316fa0182f6c35b88685a1d804bf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 12:06:52 +0000 Subject: [PATCH] Bump mqtt from 4.3.7 to 5.0.2 Bumps [mqtt](https://github.com/mqttjs/MQTT.js) from 4.3.7 to 5.0.2. - [Release notes](https://github.com/mqttjs/MQTT.js/releases) - [Changelog](https://github.com/mqttjs/MQTT.js/blob/main/CHANGELOG.OLD.md) - [Commits](https://github.com/mqttjs/MQTT.js/compare/v4.3.7...v5.0.2) --- updated-dependencies: - dependency-name: mqtt dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 85cd433..af4572e 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@alcalzone/release-script-plugin-license": "^3.5.9", "@iobroker/legacy-testing": "^0.3.7", "axios": "^1.4.0", - "mqtt": "^4.3.7", + "mqtt": "^5.0.2", "gulp": "^4.0.2", "mocha": "^10.2.0", "chai": "^4.3.7"