fix(ignore): update zigbee2mqtt-frontend to 0.6.137 (#19165)

Co-authored-by: nurikk <nurikk@users.noreply.github.com>
This commit is contained in:
Koen Kanters
2023-10-04 12:47:48 +00:00
committed by GitHub
co-authored by nurikk
parent 8cda915637
commit b261f2c6c1
2 changed files with 11 additions and 8 deletions
+10 -7
View File
@@ -35,7 +35,7 @@
"ws": "^8.14.2",
"zigbee-herdsman": "0.19.0",
"zigbee-herdsman-converters": "15.87.0",
"zigbee2mqtt-frontend": "0.6.136"
"zigbee2mqtt-frontend": "0.6.137"
},
"bin": {
"zigbee2mqtt": "cli.js"
@@ -9909,9 +9909,12 @@
}
},
"node_modules/zigbee2mqtt-frontend": {
"version": "0.6.136",
"resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.136.tgz",
"integrity": "sha512-RAUVx8zdbsK9I4yz41oF6EpDL0vt1JOHPhL3YARx/BwvhXQT/mqVMbXuSfQ5TjB6ipP4iT4LGFHTMzmYl+5KsA=="
"version": "0.6.137",
"resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.137.tgz",
"integrity": "sha512-qxZ9EjCov2o0Z2WEYrpmKixXg4O+n+cNw49Rh+G+OGX02tCGEjwvFYrNYkA8S+SHaxlKVwZobFKlTliUthdXoQ==",
"engines": {
"node": ">=18"
}
}
},
"dependencies": {
@@ -17089,9 +17092,9 @@
}
},
"zigbee2mqtt-frontend": {
"version": "0.6.136",
"resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.136.tgz",
"integrity": "sha512-RAUVx8zdbsK9I4yz41oF6EpDL0vt1JOHPhL3YARx/BwvhXQT/mqVMbXuSfQ5TjB6ipP4iT4LGFHTMzmYl+5KsA=="
"version": "0.6.137",
"resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.137.tgz",
"integrity": "sha512-qxZ9EjCov2o0Z2WEYrpmKixXg4O+n+cNw49Rh+G+OGX02tCGEjwvFYrNYkA8S+SHaxlKVwZobFKlTliUthdXoQ=="
}
}
}
+1 -1
View File
@@ -61,7 +61,7 @@
"ws": "^8.14.2",
"zigbee-herdsman": "0.19.0",
"zigbee-herdsman-converters": "15.87.0",
"zigbee2mqtt-frontend": "0.6.136"
"zigbee2mqtt-frontend": "0.6.137"
},
"devDependencies": {
"@babel/core": "^7.23.0",