Update zigbee-herdsman-converters to 13.0.7 (#5143)

Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2020-11-30 19:46:01 +01:00 committed by GitHub
parent 8b508971db
commit 15d04eda7c
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

@ -14539,9 +14539,9 @@
} }
}, },
"zigbee-herdsman-converters": { "zigbee-herdsman-converters": {
"version": "13.0.6", "version": "13.0.7",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-13.0.6.tgz", "resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-13.0.7.tgz",
"integrity": "sha512-zQwYAGucdXVHK101fKDfh4KOwWNVYXua7+Ud6kX7zzfhG5eMxCkSZIbIq+G4/R+79TUJc0YGq218w/bHxc0nCg==", "integrity": "sha512-aHqcbkQmoSkBth4s94//wJm2UO+0YFQkIndRBbz1XAIdNeHDhUVA6ZT1B1DgJZEbF/HRW8ZZLC+biSF6h/1HvQ==",
"requires": { "requires": {
"axios": "^0.21.0", "axios": "^0.21.0",
"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.37", "zigbee-herdsman": "0.13.37",
"zigbee-herdsman-converters": "13.0.6", "zigbee-herdsman-converters": "13.0.7",
"zigbee2mqtt-frontend": "0.2.98" "zigbee2mqtt-frontend": "0.2.98"
}, },
"devDependencies": { "devDependencies": {