fix(ignore): update zigbee2mqtt-frontend to 0.6.140 (#19413)

Co-authored-by: nurikk <nurikk@users.noreply.github.com>
This commit is contained in:
Koen Kanters
2023-10-24 19:53:24 +00:00
committed by GitHub
co-authored by nurikk
parent 4d8c6b2856
commit 0e55b382ba
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -35,7 +35,7 @@
"ws": "^8.14.2",
"zigbee-herdsman": "0.20.0",
"zigbee-herdsman-converters": "15.101.0",
"zigbee2mqtt-frontend": "0.6.139"
"zigbee2mqtt-frontend": "0.6.140"
},
"bin": {
"zigbee2mqtt": "cli.js"
@@ -9932,9 +9932,9 @@
}
},
"node_modules/zigbee2mqtt-frontend": {
"version": "0.6.139",
"resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.139.tgz",
"integrity": "sha512-e3z48K4qC2JN2t4LqOCvKM5bn+dbBuE5wZKf5H6VPqKZFh3Z9cnMKcbtQ8q5K9k2HKowQYCdBE8SSYHSJwr8xA==",
"version": "0.6.140",
"resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.140.tgz",
"integrity": "sha512-ibc21gcNaH//GbfNfXFtwfYcHuklDQyNrE5tAV50zvSRArTjvYKBLL5pBGpPhYc7PJean8uIKf7OU/F8+2IDng==",
"engines": {
"node": ">=18"
}
@@ -17137,9 +17137,9 @@
}
},
"zigbee2mqtt-frontend": {
"version": "0.6.139",
"resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.139.tgz",
"integrity": "sha512-e3z48K4qC2JN2t4LqOCvKM5bn+dbBuE5wZKf5H6VPqKZFh3Z9cnMKcbtQ8q5K9k2HKowQYCdBE8SSYHSJwr8xA=="
"version": "0.6.140",
"resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.140.tgz",
"integrity": "sha512-ibc21gcNaH//GbfNfXFtwfYcHuklDQyNrE5tAV50zvSRArTjvYKBLL5pBGpPhYc7PJean8uIKf7OU/F8+2IDng=="
}
}
}
+1 -1
View File
@@ -63,7 +63,7 @@
"ws": "^8.14.2",
"zigbee-herdsman": "0.20.0",
"zigbee-herdsman-converters": "15.101.0",
"zigbee2mqtt-frontend": "0.6.139"
"zigbee2mqtt-frontend": "0.6.140"
},
"devDependencies": {
"@babel/core": "^7.23.2",