fix(ignore): update zigbee2mqtt-frontend to 0.6.161 (#21660)

Co-authored-by: nurikk <1525421+nurikk@users.noreply.github.com>
This commit is contained in:
Koen Kanters
2024-03-03 10:39:49 +01:00
committed by GitHub
parent f24b20b133
commit aaed8ab95e
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -35,7 +35,7 @@
"ws": "^8.16.0",
"zigbee-herdsman": "0.35.2",
"zigbee-herdsman-converters": "18.42.0",
"zigbee2mqtt-frontend": "0.6.159"
"zigbee2mqtt-frontend": "0.6.161"
},
"bin": {
"zigbee2mqtt": "cli.js"
@@ -9834,9 +9834,9 @@
}
},
"node_modules/zigbee2mqtt-frontend": {
"version": "0.6.159",
"resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.159.tgz",
"integrity": "sha512-v4YwrW20dqqfB9Ecri4mf7NsjEiArT9XN4pNf1748bp6nRYCbQY94clWTz8+wWS+6Q3qsaUTE7tUJHdkqGFJeA==",
"version": "0.6.161",
"resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.161.tgz",
"integrity": "sha512-e3dPOeljvl78poxushYVGS0nsoy2cI4IXHD+seD2SzeLfNyDRKXcJ/hgK5ptsAv5iLYa8tQ234isVAEqWL85sw==",
"engines": {
"node": ">=18"
}
+1 -1
View File
@@ -61,7 +61,7 @@
"ws": "^8.16.0",
"zigbee-herdsman": "0.35.2",
"zigbee-herdsman-converters": "18.42.0",
"zigbee2mqtt-frontend": "0.6.159"
"zigbee2mqtt-frontend": "0.6.161"
},
"devDependencies": {
"@babel/core": "^7.23.9",