fix(ignore): update zigbee2mqtt-frontend to 0.6.154 (#21188)

Co-authored-by: nurikk <1525421+nurikk@users.noreply.github.com>
This commit is contained in:
Koen Kanters
2024-02-03 13:14:17 +01:00
committed by GitHub
parent 7295955397
commit 2db07236db
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -35,7 +35,7 @@
"ws": "^8.16.0",
"zigbee-herdsman": "0.33.7",
"zigbee-herdsman-converters": "18.27.0",
"zigbee2mqtt-frontend": "0.6.153"
"zigbee2mqtt-frontend": "0.6.154"
},
"bin": {
"zigbee2mqtt": "cli.js"
@@ -9838,9 +9838,9 @@
}
},
"node_modules/zigbee2mqtt-frontend": {
"version": "0.6.153",
"resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.153.tgz",
"integrity": "sha512-eE2lfZMro5hU9N2hqm65V+AAshYJ4hsI+8/yAuaOxjFlHjngq6qY62skdaXEeUKpdXZQ1RHV2a/7+eD4re/KJw==",
"version": "0.6.154",
"resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.154.tgz",
"integrity": "sha512-BkDN//MlHFpgm/o4Qcr+NuU2uH8cFc0cqUpZvuZ0kWY15goPX4hnMhiZYLvIxkJVDTpFkCuNoxWWUeRLk+ZM5w==",
"engines": {
"node": ">=18"
}
+1 -1
View File
@@ -61,7 +61,7 @@
"ws": "^8.16.0",
"zigbee-herdsman": "0.33.7",
"zigbee-herdsman-converters": "18.27.0",
"zigbee2mqtt-frontend": "0.6.153"
"zigbee2mqtt-frontend": "0.6.154"
},
"devDependencies": {
"@babel/core": "^7.23.7",