Update zigbee2mqtt-frontend to 0.6.16 (#9076)

Co-authored-by: nurikk <nurikk@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-10-08 21:14:09 +08:00 committed by GitHub
parent 9907e59fa7
commit ea550a8fcf
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

@ -23358,9 +23358,9 @@
} }
}, },
"zigbee2mqtt-frontend": { "zigbee2mqtt-frontend": {
"version": "0.6.15", "version": "0.6.16",
"resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.15.tgz", "resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.16.tgz",
"integrity": "sha512-dSxRTy2reHdaXH5ubdkTlKHVfmZAUUcTFhjQR7MFZmR006yQMtENSwlxpcfDd1GTGp3deBY3+vL5t0z2pxqbHQ==" "integrity": "sha512-EicXkxVLX7rfPQGpuVdHIyZfFuN1kgTDbUvGMLhpsbu8dvnTA1ORo8wpG9yYfzG7KrF7KQIWo52gKsm+Lh6yLg=="
} }
} }
} }

View File

@ -58,7 +58,7 @@
"ws": "^8.2.3", "ws": "^8.2.3",
"zigbee-herdsman": "0.13.154", "zigbee-herdsman": "0.13.154",
"zigbee-herdsman-converters": "14.0.269", "zigbee-herdsman-converters": "14.0.269",
"zigbee2mqtt-frontend": "0.6.15" "zigbee2mqtt-frontend": "0.6.16"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.15.5", "@babel/core": "^7.15.5",