From 93a3b413ce0cb0b4830cf1659be711f4a9ec10f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 02:12:13 +0000 Subject: [PATCH] Bump mqtt from 5.5.3 to 5.5.4 Bumps [mqtt](https://github.com/mqttjs/MQTT.js) from 5.5.3 to 5.5.4. - [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/compare/v5.5.3...v5.5.4) --- updated-dependencies: - dependency-name: mqtt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5b030ad..73c0908 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3124,9 +3124,9 @@ } }, "node_modules/mqtt": { - "version": "5.5.3", - "resolved": "https://registry.npmjs.org/mqtt/-/mqtt-5.5.3.tgz", - "integrity": "sha512-R5fTibItlB5kvikTrU29ZgImvAch2ihKMyuvN3CJqd6nsZuearCSv3IGqxEdsSIXxflK6lGDgFmqnsnyJqzYtQ==", + "version": "5.5.4", + "resolved": "https://registry.npmjs.org/mqtt/-/mqtt-5.5.4.tgz", + "integrity": "sha512-odO09EheOHFo8Bv6yM2iEtsM75t06tGZfyq5TrQboQmOYEzX053WqvygNPCCxqQ+iSYAuQxGpsx1f5WUtF8bCw==", "dependencies": { "@types/readable-stream": "^4.0.5", "@types/ws": "^8.5.9",