From b93c3325d192d503ba0fdca8d72697ccce9684bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 16:06:10 +0000 Subject: [PATCH] chore(deps-dev): bump mqtt from 4.3.8 to 5.3.5 Bumps [mqtt](https://github.com/mqttjs/MQTT.js) from 4.3.8 to 5.3.5. - [Release notes](https://github.com/mqttjs/MQTT.js/releases) - [Changelog](https://github.com/mqttjs/MQTT.js/blob/main/CHANGELOG.md) - [Commits](https://github.com/mqttjs/MQTT.js/commits/v5.3.5) --- 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 80d0b82..36362f8 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "aedes": "^0.51.0", "license-checker": "^25.0.1", "markdownlint-cli": "^0.32.1", - "mqtt": "^4.3.7", + "mqtt": "^5.3.5", "pre-commit": "^1.2.2", "qlobber": "^7.0.1", "release-it": "^15.2.0",