Update zigbee-herdsman-converters to 15.0.20 (#16106)

* Update zigbee-herdsman-converters to 15.0.20

* 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 08:37:17 +00:00
committed by GitHub
co-authored by Koenkk Koen Kanters
parent 328b9fbd60
commit cf9640bd59
3 changed files with 10 additions and 10 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.19",
"zigbee-herdsman-converters": "15.0.20",
"zigbee2mqtt-frontend": "0.6.122"
},
"bin": {
@@ -9040,9 +9040,9 @@
}
},
"node_modules/zigbee-herdsman-converters": {
"version": "15.0.19",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-15.0.19.tgz",
"integrity": "sha512-5rq0oRIJzo8jNLGkhx/0/WPZDAMp0tfBiWKrt8u7/XqM8wxFkL/i8smhG05J0krVe4r28CB8eAFvLP1HezLKGA==",
"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==",
"dependencies": {
"axios": "^1.2.2",
"buffer-crc32": "^0.2.13",
@@ -15681,9 +15681,9 @@
}
},
"zigbee-herdsman-converters": {
"version": "15.0.19",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-15.0.19.tgz",
"integrity": "sha512-5rq0oRIJzo8jNLGkhx/0/WPZDAMp0tfBiWKrt8u7/XqM8wxFkL/i8smhG05J0krVe4r28CB8eAFvLP1HezLKGA==",
"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==",
"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.19",
"zigbee-herdsman-converters": "15.0.20",
"zigbee2mqtt-frontend": "0.6.122"
},
"devDependencies": {
+2 -2
View File
File diff suppressed because one or more lines are too long