From 225919bb234352d12bce1ad58d3e666cc14c2d11 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Wed, 10 Jul 2019 19:04:54 +0200 Subject: [PATCH] Update zigbee-herdsman to 0.1.6. https://github.com/Koenkk/zigbee2mqtt/issues/1710 --- npm-shrinkwrap.json | 26 +++++++++++++------------- package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 30bf03771..980062e3d 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -14,14 +14,14 @@ } }, "@babel/core": { - "version": "7.5.0", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.5.0.tgz", - "integrity": "sha512-6Isr4X98pwXqHvtigw71CKgmhL1etZjPs5A67jL/w0TkLM9eqmFR40YrnJvEc1WnMZFsskjsmid8bHZyxKEAnw==", + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.5.4.tgz", + "integrity": "sha512-+DaeBEpYq6b2+ZmHx3tHspC+ZRflrvLqwfv8E3hNr5LVQoyBnL8RPKSBCg+rK2W2My9PWlujBiqd0ZPsR9Q6zQ==", "dev": true, "requires": { "@babel/code-frame": "^7.0.0", "@babel/generator": "^7.5.0", - "@babel/helpers": "^7.5.0", + "@babel/helpers": "^7.5.4", "@babel/parser": "^7.5.0", "@babel/template": "^7.4.4", "@babel/traverse": "^7.5.0", @@ -115,9 +115,9 @@ } }, "@babel/helpers": { - "version": "7.5.1", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.5.1.tgz", - "integrity": "sha512-rVOTDv8sH8kNI72Unenusxw6u+1vEepZgLxeV+jHkhsQlYhzVhzL1EpfoWT7Ub3zpWSv2WV03V853dqsnyoQzA==", + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.5.4.tgz", + "integrity": "sha512-6LJ6xwUEJP51w0sIgKyfvFMJvIb9mWAfohJp0+m6eHJigkFdcH8duZ1sfhn0ltJRzwUIT/yqqhdSfRpCpL7oow==", "dev": true, "requires": { "@babel/template": "^7.4.4", @@ -3807,9 +3807,9 @@ } }, "lodash": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==", + "version": "4.17.14", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.14.tgz", + "integrity": "sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==", "dev": true }, "lodash.sortby": { @@ -5970,9 +5970,9 @@ } }, "zigbee-herdsman": { - "version": "0.1.15", - "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.1.15.tgz", - "integrity": "sha512-ZaKJs/Mz3mL/K8gDLYHpOn454B6ZOiLkL1ORtdE4gFu9GS3T699RL5iCgvjp8+FJNJYeQ7OVxTm7IDWky1TFnw==", + "version": "0.1.16", + "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.1.16.tgz", + "integrity": "sha512-qzcSnjl0JXBtm/6I9GqWxCXih/O5N3LLJrP76EJaLFqAzJLarNawis9YFtx+2B1ghUTVR1ljAUUSyEAKf8ktmA==", "requires": { "busyman": "^0.3.0", "concentrate": "^0.2.3", diff --git a/package.json b/package.json index 07351d168..f2259f539 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "rimraf": "*", "semver": "*", "winston": "2.4.2", - "zigbee-herdsman": "0.1.15", + "zigbee-herdsman": "0.1.16", "zigbee-shepherd-converters": "10.1.2", "deep-diff": "*" },