dependabot npm(deps): bump mqtt from 4.3.2 to 4.3.3
Bumps mqtt from 4.3.2 to 4.3.3.
Release notes
Sourced from mqtt's releases.
v4.3.3
What's Changed
- Removed collections.js dependency from number-allocator. by
@redboltz
in mqttjs/MQTT.js#1394- Fix #1372. by
@redboltz
in mqttjs/MQTT.js#1393- release(1.5.2022): 4.3.3 by
@YoDaMa
in mqttjs/MQTT.js#1395Full Changelog: https://github.com/mqttjs/MQTT.js/compare/v4.3.2...v4.3.3
Changelog
Sourced from mqtt's changelog.
4.3.3
fix(publish): call callback when messageId available (#1393)
fix: remove collections.js depdendency from number-allocator (#1394)
PR
fix(dependencies): update collections (#1386)