fix(ignore): update zigbee2mqtt-frontend to 0.6.148 (#20034)

Co-authored-by: nurikk <nurikk@users.noreply.github.com>
This commit is contained in:
Koen Kanters
2023-12-05 10:21:50 +01:00
committed by GitHub
co-authored by nurikk
parent e60b94b553
commit ffcb8202f0
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -35,7 +35,7 @@
"ws": "^8.14.2",
"zigbee-herdsman": "0.25.3",
"zigbee-herdsman-converters": "16.0.2",
"zigbee2mqtt-frontend": "0.6.147"
"zigbee2mqtt-frontend": "0.6.148"
},
"bin": {
"zigbee2mqtt": "cli.js"
@@ -9977,9 +9977,9 @@
}
},
"node_modules/zigbee2mqtt-frontend": {
"version": "0.6.147",
"resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.147.tgz",
"integrity": "sha512-Flm6/ZhDZ/wYIctI9ADEBWKBr7PRI1tEc5wZxyIYpu2a2xtE4+LT9wUguPcvIuaYDZCy0OrcOmUMIKZxsLs0Ow==",
"version": "0.6.148",
"resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.148.tgz",
"integrity": "sha512-GLYLdF2OtlDsuct+kmPV0hWA4XnA+Rvod+tYWX0+9289xNtupEwyVXX4LloXrGRp8j+hhkpU4u56Ag8rq9OkSw==",
"engines": {
"node": ">=18"
}
@@ -17214,9 +17214,9 @@
}
},
"zigbee2mqtt-frontend": {
"version": "0.6.147",
"resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.147.tgz",
"integrity": "sha512-Flm6/ZhDZ/wYIctI9ADEBWKBr7PRI1tEc5wZxyIYpu2a2xtE4+LT9wUguPcvIuaYDZCy0OrcOmUMIKZxsLs0Ow=="
"version": "0.6.148",
"resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.148.tgz",
"integrity": "sha512-GLYLdF2OtlDsuct+kmPV0hWA4XnA+Rvod+tYWX0+9289xNtupEwyVXX4LloXrGRp8j+hhkpU4u56Ag8rq9OkSw=="
}
}
}
+1 -1
View File
@@ -63,7 +63,7 @@
"ws": "^8.14.2",
"zigbee-herdsman": "0.25.3",
"zigbee-herdsman-converters": "16.0.2",
"zigbee2mqtt-frontend": "0.6.147"
"zigbee2mqtt-frontend": "0.6.148"
},
"devDependencies": {
"@babel/core": "^7.23.5",