From fd24c8186e6ab96a6e0ee1a561d4567940c8d7cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 18:06:26 +0000 Subject: [PATCH] Update zigbee-herdsman to 0.14.50 (#13753) Co-authored-by: Koenkk --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e28c85d2..c8e2551d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "winston-syslog": "^2.6.0", "winston-transport": "^4.5.0", "ws": "^8.8.1", - "zigbee-herdsman": "0.14.49", + "zigbee-herdsman": "0.14.50", "zigbee-herdsman-converters": "14.0.608", "zigbee2mqtt-frontend": "0.6.109" }, @@ -9934,9 +9934,9 @@ } }, "node_modules/zigbee-herdsman": { - "version": "0.14.49", - "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.14.49.tgz", - "integrity": "sha512-I99xtNhzkTXzmjq3bAPwxEaca5FjsR83WryIttIyR8NOVXEL5aQIiu+BRFhMs2lmvJEciGv0vhf/gZdZVq/UwA==", + "version": "0.14.50", + "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.14.50.tgz", + "integrity": "sha512-DxuQvtovCLvR3YT679oREoaqJ3OUTm6Yv/dMfL1yVM0LyGSnIO5OPCsX8bkzOvWR5ndjM4FwxCe8pPGI5+GqzQ==", "dependencies": { "debounce": "^1.2.1", "debug": "^4.3.4", @@ -17283,9 +17283,9 @@ "dev": true }, "zigbee-herdsman": { - "version": "0.14.49", - "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.14.49.tgz", - "integrity": "sha512-I99xtNhzkTXzmjq3bAPwxEaca5FjsR83WryIttIyR8NOVXEL5aQIiu+BRFhMs2lmvJEciGv0vhf/gZdZVq/UwA==", + "version": "0.14.50", + "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.14.50.tgz", + "integrity": "sha512-DxuQvtovCLvR3YT679oREoaqJ3OUTm6Yv/dMfL1yVM0LyGSnIO5OPCsX8bkzOvWR5ndjM4FwxCe8pPGI5+GqzQ==", "requires": { "debounce": "^1.2.1", "debug": "^4.3.4", diff --git a/package.json b/package.json index db46c73b..ab07c32c 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "winston-syslog": "^2.6.0", "winston-transport": "^4.5.0", "ws": "^8.8.1", - "zigbee-herdsman": "0.14.49", + "zigbee-herdsman": "0.14.50", "zigbee-herdsman-converters": "14.0.608", "zigbee2mqtt-frontend": "0.6.109" },