Update zigbee-herdsman-converters to 14.0.8 (#5558)

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] 2021-01-04 21:18:37 +01:00 committed by GitHub
parent 1be15c67cf
commit 90abc2e846
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
npm-shrinkwrap.json generated
View File

@ -14527,9 +14527,9 @@
} }
}, },
"zigbee-herdsman-converters": { "zigbee-herdsman-converters": {
"version": "14.0.6", "version": "14.0.8",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-14.0.6.tgz", "resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-14.0.8.tgz",
"integrity": "sha512-LxHmxPUgGVv73BZmHeZeqdnBcK47IMSFKqcrM6q18BP+sdy4WCWHvsHvoRBJrCr2JRX05SagEV/wSWx8ICsitQ==", "integrity": "sha512-gqD5o7/enrdZcAFVpAjjW7GjHB2x7XK6BoQVzk7anCsnG6IEXZmcIzbxD1IYBqGDYh8C2hjGP+FQ8jMFmtlQ3Q==",
"requires": { "requires": {
"axios": "^0.21.1", "axios": "^0.21.1",
"buffer-crc32": "^0.2.13", "buffer-crc32": "^0.2.13",

View File

@ -52,7 +52,7 @@
"winston-syslog": "^2.4.4", "winston-syslog": "^2.4.4",
"ws": "^7.3.1", "ws": "^7.3.1",
"zigbee-herdsman": "0.13.48", "zigbee-herdsman": "0.13.48",
"zigbee-herdsman-converters": "14.0.6", "zigbee-herdsman-converters": "14.0.8",
"zigbee2mqtt-frontend": "0.3.1" "zigbee2mqtt-frontend": "0.3.1"
}, },
"devDependencies": { "devDependencies": {