From 88b65625deb25cf200bc9145e67fce1db5fc5ca9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 31 May 2022 14:58:08 +0000 Subject: [PATCH] Update zigbee-herdsman to 0.14.34 (#12658) Co-authored-by: Koenkk --- npm-shrinkwrap.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 24fd9c6f..59c910ea 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -33,7 +33,7 @@ "winston-syslog": "^2.5.0", "winston-transport": "^4.5.0", "ws": "^8.7.0", - "zigbee-herdsman": "0.14.33", + "zigbee-herdsman": "0.14.34", "zigbee-herdsman-converters": "14.0.530", "zigbee2mqtt-frontend": "0.6.97" }, @@ -9733,12 +9733,12 @@ } }, "node_modules/zigbee-herdsman": { - "version": "0.14.33", - "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.14.33.tgz", - "integrity": "sha512-TIaiKD4J79dCy9CgVgz8xT3buz9/GhG3wSl9teR2ydmb8AnnYxOx9dwYtVjS0uQD09Z0q5lOwD8XI2m5DKpmUA==", + "version": "0.14.34", + "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.14.34.tgz", + "integrity": "sha512-ZUoIxfDeQzPIdYzEwYWiEH3ZwD3yRyddFmZCMPOAW5NXIK0lZU4UvfqSmHRUyRXTxtJWk6FTFsomwNBSwkk58Q==", "dependencies": { "debounce": "^1.2.1", - "debug": "^4.3.3", + "debug": "^4.3.4", "fast-deep-equal": "^3.1.3", "mixin-deep": "^2.0.1", "mz": "^2.7.0", @@ -16910,12 +16910,12 @@ "dev": true }, "zigbee-herdsman": { - "version": "0.14.33", - "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.14.33.tgz", - "integrity": "sha512-TIaiKD4J79dCy9CgVgz8xT3buz9/GhG3wSl9teR2ydmb8AnnYxOx9dwYtVjS0uQD09Z0q5lOwD8XI2m5DKpmUA==", + "version": "0.14.34", + "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.14.34.tgz", + "integrity": "sha512-ZUoIxfDeQzPIdYzEwYWiEH3ZwD3yRyddFmZCMPOAW5NXIK0lZU4UvfqSmHRUyRXTxtJWk6FTFsomwNBSwkk58Q==", "requires": { "debounce": "^1.2.1", - "debug": "^4.3.3", + "debug": "^4.3.4", "fast-deep-equal": "^3.1.3", "mixin-deep": "^2.0.1", "mz": "^2.7.0", diff --git a/package.json b/package.json index 05d7f5a9..a1a06345 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "winston-syslog": "^2.5.0", "winston-transport": "^4.5.0", "ws": "^8.7.0", - "zigbee-herdsman": "0.14.33", + "zigbee-herdsman": "0.14.34", "zigbee-herdsman-converters": "14.0.530", "zigbee2mqtt-frontend": "0.6.97" },