Update zigbee-herdsman-converters to 15.0.21 (#16123)

* Update zigbee-herdsman-converters to 15.0.21

* Fix tests

Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
This commit is contained in:
github-actions[bot]
2023-01-12 17:34:49 +00:00
committed by GitHub
co-authored by Koenkk Koen Kanters
parent f600066134
commit 1d8b19dce9
3 changed files with 9 additions and 9 deletions
+7 -7
View File
@@ -34,7 +34,7 @@
"winston-transport": "^4.5.0",
"ws": "^8.12.0",
"zigbee-herdsman": "0.14.87",
"zigbee-herdsman-converters": "15.0.20",
"zigbee-herdsman-converters": "15.0.21",
"zigbee2mqtt-frontend": "0.6.122"
},
"bin": {
@@ -9040,9 +9040,9 @@
}
},
"node_modules/zigbee-herdsman-converters": {
"version": "15.0.20",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-15.0.20.tgz",
"integrity": "sha512-rxWxG68rjSuRX2+SxjRFjwqBMO1g3uRKQgRjTLUTDAq6cs8AYxwohpv+rxb6fv0Q4VhOfbTCHaH0DiCf0+1EvA==",
"version": "15.0.21",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-15.0.21.tgz",
"integrity": "sha512-4NlQ9TiBW5Pl8woh2O+6x1jxRYOnkGNI2Dpyc0EQ/9UW2NcebJrMhYsh9J7cqlNyJTHNuAvBCR07JCp/RhZs3w==",
"dependencies": {
"axios": "^1.2.2",
"buffer-crc32": "^0.2.13",
@@ -15681,9 +15681,9 @@
}
},
"zigbee-herdsman-converters": {
"version": "15.0.20",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-15.0.20.tgz",
"integrity": "sha512-rxWxG68rjSuRX2+SxjRFjwqBMO1g3uRKQgRjTLUTDAq6cs8AYxwohpv+rxb6fv0Q4VhOfbTCHaH0DiCf0+1EvA==",
"version": "15.0.21",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-15.0.21.tgz",
"integrity": "sha512-4NlQ9TiBW5Pl8woh2O+6x1jxRYOnkGNI2Dpyc0EQ/9UW2NcebJrMhYsh9J7cqlNyJTHNuAvBCR07JCp/RhZs3w==",
"requires": {
"axios": "^1.2.2",
"buffer-crc32": "^0.2.13",
+1 -1
View File
@@ -60,7 +60,7 @@
"winston-transport": "^4.5.0",
"ws": "^8.12.0",
"zigbee-herdsman": "0.14.87",
"zigbee-herdsman-converters": "15.0.20",
"zigbee-herdsman-converters": "15.0.21",
"zigbee2mqtt-frontend": "0.6.122"
},
"devDependencies": {
+1 -1
View File
File diff suppressed because one or more lines are too long