diff --git a/package-lock.json b/package-lock.json index e5abf928c3..89c9f6b369 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "ws": "^8.17.0", "zigbee-herdsman": "0.48.0", "zigbee-herdsman-converters": "19.41.0", - "zigbee2mqtt-frontend": "0.6.167" + "zigbee2mqtt-frontend": "0.6.168" }, "bin": { "zigbee2mqtt": "cli.js" @@ -9665,9 +9665,9 @@ } }, "node_modules/zigbee2mqtt-frontend": { - "version": "0.6.167", - "resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.167.tgz", - "integrity": "sha512-NtJKxuRQH5WwfGhX0nb5W1AcReVbGAwPOqt4aYPNm6tmz8OOE45lEjXCSdi5soprhwZUDPVFj5INmD6Owp3SQw==", + "version": "0.6.168", + "resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.168.tgz", + "integrity": "sha512-ZbYVT1UKLlmwnIR3LtCQ8ceJU3P3LBni6iG1IpJPXNy29bK+ILvCjj5GDCwMSXhvbQCuc2WSdih6va21nchV/w==", "engines": { "node": ">=18" } diff --git a/package.json b/package.json index e60b399c37..ae111a6abe 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "ws": "^8.17.0", "zigbee-herdsman": "0.48.0", "zigbee-herdsman-converters": "19.41.0", - "zigbee2mqtt-frontend": "0.6.167" + "zigbee2mqtt-frontend": "0.6.168" }, "devDependencies": { "@babel/core": "^7.24.5",