fix(ignore): update zigbee-herdsman-converters to 19.19.1 (#22171)

* fix(ignore): update zigbee-herdsman-converters to 19.19.1

* fix(configure): pass definition to function call (#22154)

* Pass definition to configure

* fix test

---------

Co-authored-by: Koen Kanters <koenkanters94@gmail.com>

---------

Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com>
Co-authored-by: Sergei Salimov <32013287+mrskycriper@users.noreply.github.com>
This commit is contained in:
Koen Kanters
2024-04-10 22:02:12 +02:00
committed by GitHub
co-authored by Koenkk Sergei Salimov
parent a210c238f1
commit f774753213
6 changed files with 8 additions and 9 deletions
+4 -4
View File
@@ -34,7 +34,7 @@
"winston-transport": "^4.7.0",
"ws": "^8.16.0",
"zigbee-herdsman": "0.42.1",
"zigbee-herdsman-converters": "19.19.0",
"zigbee-herdsman-converters": "19.19.1",
"zigbee2mqtt-frontend": "0.6.162"
},
"bin": {
@@ -9802,9 +9802,9 @@
}
},
"node_modules/zigbee-herdsman-converters": {
"version": "19.19.0",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-19.19.0.tgz",
"integrity": "sha512-cwIwB+W2TW28SEafCgGzXGFhDsobYb/9gvMMZ7lYODJO7gZfYT67xUlFghKIzrbY6ejcV6b8nCJQ75IVNeaMPg==",
"version": "19.19.1",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-19.19.1.tgz",
"integrity": "sha512-w9iVzH6/l7Mnz/Ow/OJmjK+xLu/pdTp/97WAiIBVy5j3Wx0aVN/BnLiLvE+kaBP1GBVxsFLfKogRzhBOPWMoLQ==",
"dependencies": {
"axios": "^1.6.8",
"buffer-crc32": "^1.0.0",