From 1439f4c6ace962f8b14ec43a8b418ca12a4db27f Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Fri, 25 Aug 2023 09:46:49 +0200 Subject: [PATCH] fix(ignore): update zigbee-herdsman to 0.18.4 (#18727) 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 cefc14c55..0af09b1fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "winston-syslog": "^2.7.0", "winston-transport": "^4.5.0", "ws": "^8.13.0", - "zigbee-herdsman": "0.18.3", + "zigbee-herdsman": "0.18.4", "zigbee-herdsman-converters": "15.61.0", "zigbee2mqtt-frontend": "0.6.133" }, @@ -9766,9 +9766,9 @@ } }, "node_modules/zigbee-herdsman": { - "version": "0.18.3", - "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.18.3.tgz", - "integrity": "sha512-+3MpyaLO3g+GZg81unkxO41qMBHEdWGs9xs2yf6SQCwghJ1MV3cZBNDWHIWWqGyNbeqHSHNUFuhxhe649cyJDw==", + "version": "0.18.4", + "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.18.4.tgz", + "integrity": "sha512-G/zwv008pKKHZ8G6WuFum3VV4mrKGnlPkik+TCRucA1qp9DLw2VJCU36a9BTQZffa94eCAvwgmSqMZRauKomww==", "dependencies": { "@serialport/bindings-cpp": "^12.0.1", "@serialport/parser-delimiter": "^11.0.1", @@ -16878,9 +16878,9 @@ "dev": true }, "zigbee-herdsman": { - "version": "0.18.3", - "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.18.3.tgz", - "integrity": "sha512-+3MpyaLO3g+GZg81unkxO41qMBHEdWGs9xs2yf6SQCwghJ1MV3cZBNDWHIWWqGyNbeqHSHNUFuhxhe649cyJDw==", + "version": "0.18.4", + "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.18.4.tgz", + "integrity": "sha512-G/zwv008pKKHZ8G6WuFum3VV4mrKGnlPkik+TCRucA1qp9DLw2VJCU36a9BTQZffa94eCAvwgmSqMZRauKomww==", "requires": { "@serialport/bindings-cpp": "^12.0.1", "@serialport/parser-delimiter": "^11.0.1", diff --git a/package.json b/package.json index 80a87b208..47c869a10 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.18.3", + "zigbee-herdsman": "0.18.4", "zigbee-herdsman-converters": "15.61.0", "zigbee2mqtt-frontend": "0.6.133" },