fix(ignore): update zigbee2mqtt-frontend to 0.6.152 (#21003)

Co-authored-by: nurikk <nurikk@users.noreply.github.com>
This commit is contained in:
Koen Kanters
2024-01-25 11:15:44 +00:00
committed by GitHub
co-authored by nurikk
parent 416e561b32
commit a858798054
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.2",
"zigbee-herdsman-converters": "18.20.0",
"zigbee2mqtt-frontend": "0.6.151"
"zigbee2mqtt-frontend": "0.6.152"
},
"bin": {
"zigbee2mqtt": "cli.js"
@@ -9838,9 +9838,9 @@
}
},
"node_modules/zigbee2mqtt-frontend": {
"version": "0.6.151",
"resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.151.tgz",
"integrity": "sha512-l1EP7r+tz/k0tY+xPum7l5yd2khhHr5YrdJan8L00/BoktjSZ5jbHYdlh5RDqP711g44gkSTM2EPIaE2+I3GcQ==",
"version": "0.6.152",
"resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.152.tgz",
"integrity": "sha512-Nl8E6e1DLlI+DpIlIKRsygs3cdEmTPSIvA/oH/JK3JJ4jGZcNnOGe3hBPL95jv1Z/ZPS2huSn0PX7fnxu8zT4g==",
"engines": {
"node": ">=18"
}
+1 -1
View File
@@ -61,7 +61,7 @@
"ws": "^8.16.0",
"zigbee-herdsman": "0.33.2",
"zigbee-herdsman-converters": "18.20.0",
"zigbee2mqtt-frontend": "0.6.151"
"zigbee2mqtt-frontend": "0.6.152"
},
"devDependencies": {
"@babel/core": "^7.23.7",