fix(ignore): update zigbee2mqtt-frontend to 0.6.142 (#19447)

Co-authored-by: nurikk <nurikk@users.noreply.github.com>
This commit is contained in:
Koen Kanters
2023-10-27 21:43:51 +02:00
committed by GitHub
co-authored by nurikk
parent 2541feac25
commit 6c7be58a3f
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -35,7 +35,7 @@
"ws": "^8.14.2",
"zigbee-herdsman": "0.21.0",
"zigbee-herdsman-converters": "15.103.0",
"zigbee2mqtt-frontend": "0.6.141"
"zigbee2mqtt-frontend": "0.6.142"
},
"bin": {
"zigbee2mqtt": "cli.js"
@@ -9949,9 +9949,9 @@
}
},
"node_modules/zigbee2mqtt-frontend": {
"version": "0.6.141",
"resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.141.tgz",
"integrity": "sha512-ClQ6Hb/rFSrH/94UCip8zmi5GQcQfUfe2Qcp9czE3501gqj81/AMaJzLDCugtquyZAolDMmIN07mqkH0xKh0Hw==",
"version": "0.6.142",
"resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.142.tgz",
"integrity": "sha512-1Si8YPy1IUE2KfbhBGMDVc5EnKXC1v93wCDiK4wQyS3yHHR2MhvE0kW5tFoiclC/xzADFYSRnzSeGUMi7f48mw==",
"engines": {
"node": ">=18"
}
@@ -17173,9 +17173,9 @@
}
},
"zigbee2mqtt-frontend": {
"version": "0.6.141",
"resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.141.tgz",
"integrity": "sha512-ClQ6Hb/rFSrH/94UCip8zmi5GQcQfUfe2Qcp9czE3501gqj81/AMaJzLDCugtquyZAolDMmIN07mqkH0xKh0Hw=="
"version": "0.6.142",
"resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.142.tgz",
"integrity": "sha512-1Si8YPy1IUE2KfbhBGMDVc5EnKXC1v93wCDiK4wQyS3yHHR2MhvE0kW5tFoiclC/xzADFYSRnzSeGUMi7f48mw=="
}
}
}
+1 -1
View File
@@ -63,7 +63,7 @@
"ws": "^8.14.2",
"zigbee-herdsman": "0.21.0",
"zigbee-herdsman-converters": "15.103.0",
"zigbee2mqtt-frontend": "0.6.141"
"zigbee2mqtt-frontend": "0.6.142"
},
"devDependencies": {
"@babel/core": "^7.23.2",