fix(ignore): update zigbee-herdsman to 0.23.0 (#19700)

Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
This commit is contained in:
Koen Kanters
2023-11-13 20:34:48 +01:00
committed by GitHub
parent 6587812b72
commit a152bded93
2 changed files with 44 additions and 8 deletions
+43 -7
View File
@@ -33,7 +33,7 @@
"winston-syslog": "^2.7.0",
"winston-transport": "^4.6.0",
"ws": "^8.14.2",
"zigbee-herdsman": "0.22.1",
"zigbee-herdsman": "0.23.0",
"zigbee-herdsman-converters": "15.114.0",
"zigbee2mqtt-frontend": "0.6.143"
},
@@ -9938,9 +9938,9 @@
}
},
"node_modules/zigbee-herdsman": {
"version": "0.22.1",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.22.1.tgz",
"integrity": "sha512-3xok9UrOEsIUa5JM/4KG2sr+FrmxHN9WqSCMeD6WP2BGAkNPXQUf2HyWJLczzV5uPXnVVaiJLQVxiwGonMgy0Q==",
"version": "0.23.0",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.23.0.tgz",
"integrity": "sha512-2uggWvKA7pHltY5M5SzBSianuXeA1pBEYHst/xO588l4ss2m0SU/P2jtPH66Kc9YwcWKVwIhVU3J3q/OGNPKYg==",
"dependencies": {
"@serialport/bindings-cpp": "^12.0.1",
"@serialport/parser-delimiter": "^12.0.0",
@@ -9966,6 +9966,23 @@
"zigbee-herdsman": "^0.22.1"
}
},
"node_modules/zigbee-herdsman-converters/node_modules/zigbee-herdsman": {
"version": "0.22.1",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.22.1.tgz",
"integrity": "sha512-3xok9UrOEsIUa5JM/4KG2sr+FrmxHN9WqSCMeD6WP2BGAkNPXQUf2HyWJLczzV5uPXnVVaiJLQVxiwGonMgy0Q==",
"dependencies": {
"@serialport/bindings-cpp": "^12.0.1",
"@serialport/parser-delimiter": "^12.0.0",
"@serialport/stream": "^12.0.0",
"bonjour-service": "^1.1.1",
"debounce": "^1.2.1",
"debug": "^4.3.4",
"fast-deep-equal": "^3.1.3",
"mixin-deep": "^2.0.1",
"mz": "^2.7.0",
"slip": "^1.0.2"
}
},
"node_modules/zigbee2mqtt-frontend": {
"version": "0.6.143",
"resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.143.tgz",
@@ -17171,9 +17188,9 @@
"dev": true
},
"zigbee-herdsman": {
"version": "0.22.1",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.22.1.tgz",
"integrity": "sha512-3xok9UrOEsIUa5JM/4KG2sr+FrmxHN9WqSCMeD6WP2BGAkNPXQUf2HyWJLczzV5uPXnVVaiJLQVxiwGonMgy0Q==",
"version": "0.23.0",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.23.0.tgz",
"integrity": "sha512-2uggWvKA7pHltY5M5SzBSianuXeA1pBEYHst/xO588l4ss2m0SU/P2jtPH66Kc9YwcWKVwIhVU3J3q/OGNPKYg==",
"requires": {
"@serialport/bindings-cpp": "^12.0.1",
"@serialport/parser-delimiter": "^12.0.0",
@@ -17197,6 +17214,25 @@
"https-proxy-agent": "^7.0.2",
"tar-stream": "^3.1.6",
"zigbee-herdsman": "^0.22.1"
},
"dependencies": {
"zigbee-herdsman": {
"version": "0.22.1",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.22.1.tgz",
"integrity": "sha512-3xok9UrOEsIUa5JM/4KG2sr+FrmxHN9WqSCMeD6WP2BGAkNPXQUf2HyWJLczzV5uPXnVVaiJLQVxiwGonMgy0Q==",
"requires": {
"@serialport/bindings-cpp": "^12.0.1",
"@serialport/parser-delimiter": "^12.0.0",
"@serialport/stream": "^12.0.0",
"bonjour-service": "^1.1.1",
"debounce": "^1.2.1",
"debug": "^4.3.4",
"fast-deep-equal": "^3.1.3",
"mixin-deep": "^2.0.1",
"mz": "^2.7.0",
"slip": "^1.0.2"
}
}
}
},
"zigbee2mqtt-frontend": {
+1 -1
View File
@@ -61,7 +61,7 @@
"winston-syslog": "^2.7.0",
"winston-transport": "^4.6.0",
"ws": "^8.14.2",
"zigbee-herdsman": "0.22.1",
"zigbee-herdsman": "0.23.0",
"zigbee-herdsman-converters": "15.114.0",
"zigbee2mqtt-frontend": "0.6.143"
},