diff --git a/package-lock.json b/package-lock.json index 1abec2d89..e77911b6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "zigbee2mqtt", - "version": "1.36.0", + "version": "1.36.0-dev", "license": "GPL-3.0", "dependencies": { "ajv": "^8.12.0", @@ -33,7 +33,7 @@ "winston-syslog": "^2.7.0", "winston-transport": "^4.7.0", "ws": "^8.16.0", - "zigbee-herdsman": "0.35.1", + "zigbee-herdsman": "0.35.2", "zigbee-herdsman-converters": "18.42.0", "zigbee2mqtt-frontend": "0.6.159" }, @@ -9803,9 +9803,9 @@ } }, "node_modules/zigbee-herdsman": { - "version": "0.35.1", - "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.35.1.tgz", - "integrity": "sha512-htilW1T5BPKys5GCSZyX+vRLRcrtvdIYGyUERAIfLbta05uR08gA3+yjLSBMZVJnF7RIBo8Fl8LohrfPn1AZ9A==", + "version": "0.35.2", + "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.35.2.tgz", + "integrity": "sha512-epPp9/VRkN/j07h6yXT1bR58BR+xWhIcFcpZxaIz3uITUPU/mwRhQ11SUIK2mCWNZ+wctqirV3hO+5fMsNiVJQ==", "dependencies": { "@serialport/bindings-cpp": "^12.0.1", "@serialport/parser-delimiter": "^12.0.0", diff --git a/package.json b/package.json index 3b6967964..1d36b95b9 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "winston-syslog": "^2.7.0", "winston-transport": "^4.7.0", "ws": "^8.16.0", - "zigbee-herdsman": "0.35.1", + "zigbee-herdsman": "0.35.2", "zigbee-herdsman-converters": "18.42.0", "zigbee2mqtt-frontend": "0.6.159" },