From b38aded24d904f60204eb70471b4e3ddfb828a74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 01:29:06 +0000 Subject: [PATCH] chore(deps): bump mqtt from 5.0.0 to 5.0.2 Bumps [mqtt](https://github.com/mqttjs/MQTT.js) from 5.0.0 to 5.0.2. - [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.0.0...v5.0.2) --- updated-dependencies: - dependency-name: mqtt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 18f21bf2..ea8120b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "js-yaml": "^4.1.0", "lodash.clonedeep": "^4.5.0", "luxon": "^3.3.0", - "mqtt": "^5.0.0", + "mqtt": "^5.0.2", "pg": "^8.11.1", "posthog-node": "^3.1.1", "prom-client": "^14.2.0", @@ -2647,9 +2647,9 @@ } }, "node_modules/mqtt": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/mqtt/-/mqtt-5.0.0.tgz", - "integrity": "sha512-chIdEUb5Ky/ArqlNJnB7XrkLfOHjCbuYhBSvVdmfEbmk90E11RCiO5EcQaE6bDkxVGitLVDMrRJWwpv0s+ug4w==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/mqtt/-/mqtt-5.0.2.tgz", + "integrity": "sha512-JctWQpxjVVjn5LqAAhfgutMNMbHZf+puG9LnbWga0wRbWW7QVfHPu4Vz2iDSyHfGpW8HWLF+jb01vySDDzIKnQ==", "dependencies": { "commist": "^3.2.0", "concat-stream": "^2.0.0", @@ -5990,9 +5990,9 @@ "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==" }, "mqtt": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/mqtt/-/mqtt-5.0.0.tgz", - "integrity": "sha512-chIdEUb5Ky/ArqlNJnB7XrkLfOHjCbuYhBSvVdmfEbmk90E11RCiO5EcQaE6bDkxVGitLVDMrRJWwpv0s+ug4w==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/mqtt/-/mqtt-5.0.2.tgz", + "integrity": "sha512-JctWQpxjVVjn5LqAAhfgutMNMbHZf+puG9LnbWga0wRbWW7QVfHPu4Vz2iDSyHfGpW8HWLF+jb01vySDDzIKnQ==", "requires": { "commist": "^3.2.0", "concat-stream": "^2.0.0", diff --git a/package.json b/package.json index d1c40c7d..a140791b 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "js-yaml": "^4.1.0", "lodash.clonedeep": "^4.5.0", "luxon": "^3.3.0", - "mqtt": "^5.0.0", + "mqtt": "^5.0.2", "pg": "^8.11.1", "posthog-node": "^3.1.1", "prom-client": "^14.2.0",