Bump mqtt from 5.13.2 to 5.13.3

Bumps [mqtt](https://github.com/mqttjs/MQTT.js) from 5.13.2 to 5.13.3.
- [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.13.2...v5.13.3)

---
updated-dependencies:
- dependency-name: mqtt
  dependency-version: 5.13.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-07-18 20:48:14 +00:00 committed by GitHub
parent 772faa550b
commit 2ae9b82f8b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -15,7 +15,7 @@
"compression": "^1.8.1", "compression": "^1.8.1",
"cors": "^2.8.5", "cors": "^2.8.5",
"express": "^5.0.0", "express": "^5.0.0",
"mqtt": "^5.13.2", "mqtt": "^5.13.3",
"protobufjs": "^7.5.3" "protobufjs": "^7.5.3"
}, },
"devDependencies": { "devDependencies": {
@ -4365,9 +4365,9 @@
} }
}, },
"node_modules/mqtt": { "node_modules/mqtt": {
"version": "5.13.2", "version": "5.13.3",
"resolved": "https://registry.npmjs.org/mqtt/-/mqtt-5.13.2.tgz", "resolved": "https://registry.npmjs.org/mqtt/-/mqtt-5.13.3.tgz",
"integrity": "sha512-21E15qjFMNEddowGtLiMw4wXfzZxd3Iv+q+zC+tJSmY0flEreNgov+8SKrYcapA+pjClaqj+IgJW0jsJsHkmVQ==", "integrity": "sha512-91x03kh1+vBBA51OMNbEw2fymXfaUjpHkC0NcMckg9Vf6ee/GrM/HXfE8XeeziHQpJL8adr+9ThTbN5v/WmrRA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@types/readable-stream": "^4.0.18", "@types/readable-stream": "^4.0.18",

View file

@ -15,7 +15,7 @@
"compression": "^1.8.1", "compression": "^1.8.1",
"cors": "^2.8.5", "cors": "^2.8.5",
"express": "^5.0.0", "express": "^5.0.0",
"mqtt": "^5.13.2", "mqtt": "^5.13.3",
"protobufjs": "^7.5.3" "protobufjs": "^7.5.3"
}, },
"devDependencies": { "devDependencies": {