Update zigbee-herdsman-converters to 14.0.131 (#7276)

Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-05-01 14:15:31 +02:00 committed by GitHub
parent 43ff2daebe
commit fae2e4851c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
npm-shrinkwrap.json generated
View File

@ -14759,15 +14759,15 @@
} }
}, },
"zigbee-herdsman-converters": { "zigbee-herdsman-converters": {
"version": "14.0.129", "version": "14.0.131",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-14.0.129.tgz", "resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-14.0.131.tgz",
"integrity": "sha512-S2O/9JA9SvIT/X1CPRd21yFeG80uA12/ApORHy3Zy5ZUlS3v6sW3hGCU72J0JzLjQb6PJEQqeQHY+dJ13xoatQ==", "integrity": "sha512-lR2SHl2tbU1AhJxbKZ2GyV349YQu/zveQdCVqZguXEWICWFVzkQ2kDu/aLLd/jmxnp8015/mrQoeCOaIHC/zRA==",
"requires": { "requires": {
"axios": "^0.21.1", "axios": "^0.21.1",
"buffer-crc32": "^0.2.13", "buffer-crc32": "^0.2.13",
"https-proxy-agent": "^5.0.0", "https-proxy-agent": "^5.0.0",
"tar-stream": "^2.2.0", "tar-stream": "^2.2.0",
"zigbee-herdsman": "^0.13.91" "zigbee-herdsman": "^0.13.92"
}, },
"dependencies": { "dependencies": {
"@babel/code-frame": { "@babel/code-frame": {
@ -19921,9 +19921,9 @@
} }
}, },
"zigbee-herdsman": { "zigbee-herdsman": {
"version": "0.13.91", "version": "0.13.92",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.91.tgz", "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.92.tgz",
"integrity": "sha512-XyHBh2N8TUgPAG0bUYfqbmljbqdhk6dhWEdw4fYwi7t6ttvn9hsKPI/5KEGvfigTvqo7pRDJ1MqNJqGLaw0cPw==", "integrity": "sha512-JqS9AORMvY6rYBGmJ7qEhG23CU1bAzzGf8e6eMpiULzG2CUD1DBOnOfRtQ6hWQr8lyA5nfHKOP/BuCwvnzKnCQ==",
"requires": { "requires": {
"@serialport/bindings": "9.0.4", "@serialport/bindings": "9.0.4",
"debounce": "^1.2.0", "debounce": "^1.2.0",

View File

@ -53,7 +53,7 @@
"winston-syslog": "^2.4.4", "winston-syslog": "^2.4.4",
"ws": "^7.3.1", "ws": "^7.3.1",
"zigbee-herdsman": "0.13.92", "zigbee-herdsman": "0.13.92",
"zigbee-herdsman-converters": "14.0.129", "zigbee-herdsman-converters": "14.0.131",
"zigbee2mqtt-frontend": "0.4.0" "zigbee2mqtt-frontend": "0.4.0"
}, },
"devDependencies": { "devDependencies": {