From cd8a51122110438767705bd9a1c33deaab7b6226 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2020 05:10:13 +0000 Subject: [PATCH] Bump mqtt from 4.2.0 to 4.2.1 Bumps [mqtt](https://github.com/mqttjs/MQTT.js) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/mqttjs/MQTT.js/releases) - [Commits](https://github.com/mqttjs/MQTT.js/compare/v4.2.0...v4.2.1) 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 8b34250..cddada3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -507,9 +507,9 @@ "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" }, "mqtt": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/mqtt/-/mqtt-4.2.0.tgz", - "integrity": "sha512-CGMLigAKCp0hknWPM15yuZRbVrfQjZCG9Wn3GXDEfY2chDmUi5GT3UQ3OhTtMi7fELYb2s4Q/QiWv+dECQ7ZQg==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/mqtt/-/mqtt-4.2.1.tgz", + "integrity": "sha512-Iv893r+jWlo5GkNcPOfCGwW8M49IixwHiKLFFYTociEymSibUVCORVEjPXWPGzSxhn7BdlUeHicbRmWiv0Crkg==", "requires": { "base64-js": "^1.3.0", "commist": "^1.0.0",