From d0507b6faddb74d6c589ea74fa1ab96cdbf5f913 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 13:36:23 +0200 Subject: [PATCH] chore(deps-dev): bump mqtt from 4.3.7 to 5.0.0 (#882) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e9ef8998..a2b6b3ac 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "duplexify": "^4.1.2", "license-checker": "^25.0.1", "markdownlint-cli": "^0.33.0", - "mqtt": "^4.3.7", + "mqtt": "^5.0.0", "mqtt-connection": "^4.1.0", "pre-commit": "^1.2.2", "proxyquire": "^2.1.3",