diff --git a/package-lock.json b/package-lock.json index e57739170d..b87e67b8a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "ws": "^8.17.0", "zigbee-herdsman": "0.49.0", "zigbee-herdsman-converters": "19.43.0", - "zigbee2mqtt-frontend": "0.6.168" + "zigbee2mqtt-frontend": "0.7.0" }, "bin": { "zigbee2mqtt": "cli.js" @@ -9665,9 +9665,9 @@ } }, "node_modules/zigbee2mqtt-frontend": { - "version": "0.6.168", - "resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.168.tgz", - "integrity": "sha512-ZbYVT1UKLlmwnIR3LtCQ8ceJU3P3LBni6iG1IpJPXNy29bK+ILvCjj5GDCwMSXhvbQCuc2WSdih6va21nchV/w==", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.7.0.tgz", + "integrity": "sha512-fYDMR89WUCM+7PPpulO/Ca83gKPgOuXjk0xUET1fMDlhLpjiJeckWYxbwyjpZ1yMeklm70U/Q+IfMMZthbZq4g==", "engines": { "node": ">=18" } diff --git a/package.json b/package.json index ffaec714d2..2c4c07d7b6 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "ws": "^8.17.0", "zigbee-herdsman": "0.49.0", "zigbee-herdsman-converters": "19.43.0", - "zigbee2mqtt-frontend": "0.6.168" + "zigbee2mqtt-frontend": "0.7.0" }, "devDependencies": { "@babel/core": "^7.24.5",