chore(deps-dev): bump mqtt from 5.0.5 to 5.1.0

Bumps [mqtt](https://github.com/mqttjs/MQTT.js) from 5.0.5 to 5.1.0.
- [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.5...v5.1.0)

---
updated-dependencies:
- dependency-name: mqtt
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-10-06 00:12:20 +00:00
committed by GitHub
parent b6e82f805c
commit a38d4bbccb
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@nestjs/core",
"version": "10.1.3",
"version": "10.2.7",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@nestjs/core",
"version": "10.1.3",
"version": "10.2.7",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
@@ -106,7 +106,7 @@
"merge-graphql-schemas": "1.7.8",
"mocha": "10.2.0",
"mongoose": "7.5.4",
"mqtt": "5.0.5",
"mqtt": "5.1.0",
"multer": "1.4.4",
"mysql2": "3.6.1",
"nats": "2.17.0",
@@ -20665,9 +20665,9 @@
}
},
"node_modules/mqtt": {
"version": "5.0.5",
"resolved": "https://registry.npmjs.org/mqtt/-/mqtt-5.0.5.tgz",
"integrity": "sha512-Ahbzk7nddvYg0aOezbYl/d9o8wcEbZw1NjiH+CmGObxiHsG4HgL7+IaRkph5yxwH679GVMAwtfsyUY2dFBSVSw==",
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/mqtt/-/mqtt-5.1.0.tgz",
"integrity": "sha512-diOpTxlECz1/ld6NNN2T7ZlNqNwGCo8KfROyXMeBX/ZMULdAo6VvWUDXY8Esh5DhMWR/wM+lfSYXv4OHJ8MUiw==",
"dev": true,
"dependencies": {
"@types/readable-stream": "^4.0.1",
@@ -20693,7 +20693,7 @@
"mqtt_sub": "build/bin/sub.js"
},
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
}
},
"node_modules/mqtt-packet": {

View File

@@ -154,7 +154,7 @@
"merge-graphql-schemas": "1.7.8",
"mocha": "10.2.0",
"mongoose": "7.5.4",
"mqtt": "5.0.5",
"mqtt": "5.1.0",
"multer": "1.4.4",
"mysql2": "3.6.1",
"nats": "2.17.0",