From 8f88c4d26c8d50138c71f64cf897510667a1e2cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 17:14:11 +0000 Subject: [PATCH] Update zigbee-herdsman to 0.14.112 (#17523) Co-authored-by: Koenkk --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index f65dfbf0..32e0833d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "zigbee2mqtt", - "version": "1.30.4", + "version": "1.30.4-dev", "license": "GPL-3.0", "dependencies": { "ajv": "^8.12.0", @@ -33,7 +33,7 @@ "winston-syslog": "^2.7.0", "winston-transport": "^4.5.0", "ws": "^8.13.0", - "zigbee-herdsman": "0.14.111", + "zigbee-herdsman": "0.14.112", "zigbee-herdsman-converters": "15.0.100", "zigbee2mqtt-frontend": "0.6.127" }, @@ -9152,9 +9152,9 @@ } }, "node_modules/zigbee-herdsman": { - "version": "0.14.111", - "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.14.111.tgz", - "integrity": "sha512-gN3CzIos/Z9/cHIApz1ppqmicZsaQl2Ub+lIqhaxP2ht8BFKWC5OJctB6JRSPCp1tNlItfsmXJ/9PaYygqahDg==", + "version": "0.14.112", + "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.14.112.tgz", + "integrity": "sha512-rL6/5kXex4CQWt5z0stQfalP+yjfV1uUOxmhS3Vuvgc82Ugyt9EabgI+bV+bXCgMNVMwNTBu12VbvZ3JEhlRMw==", "dependencies": { "@serialport/bindings-cpp": "^10.8.0", "@serialport/parser-delimiter": "^10.5.0", @@ -15878,9 +15878,9 @@ "dev": true }, "zigbee-herdsman": { - "version": "0.14.111", - "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.14.111.tgz", - "integrity": "sha512-gN3CzIos/Z9/cHIApz1ppqmicZsaQl2Ub+lIqhaxP2ht8BFKWC5OJctB6JRSPCp1tNlItfsmXJ/9PaYygqahDg==", + "version": "0.14.112", + "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.14.112.tgz", + "integrity": "sha512-rL6/5kXex4CQWt5z0stQfalP+yjfV1uUOxmhS3Vuvgc82Ugyt9EabgI+bV+bXCgMNVMwNTBu12VbvZ3JEhlRMw==", "requires": { "@serialport/bindings-cpp": "^10.8.0", "@serialport/parser-delimiter": "^10.5.0", diff --git a/package.json b/package.json index aa42e0c6..77f7bd47 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "winston-syslog": "^2.7.0", "winston-transport": "^4.5.0", "ws": "^8.13.0", - "zigbee-herdsman": "0.14.111", + "zigbee-herdsman": "0.14.112", "zigbee-herdsman-converters": "15.0.100", "zigbee2mqtt-frontend": "0.6.127" },