diff --git a/package-lock.json b/package-lock.json index 49b7f6caf3..e6da9fb4d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "winston-syslog": "^2.7.1", "winston-transport": "^4.7.1", "ws": "^8.18.0", - "zigbee-herdsman": "2.1.0", + "zigbee-herdsman": "2.1.1", "zigbee-herdsman-converters": "20.17.0", "zigbee2mqtt-frontend": "0.7.4" }, @@ -10358,9 +10358,9 @@ } }, "node_modules/zigbee-herdsman": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-2.1.0.tgz", - "integrity": "sha512-EiAks3JOq73LImDdZfkLeLbW4GcoGmHkiFYMhM0W6DnHF81YM/ndUX3a17n1GG5jfDmCpySUOzyCHto3GzHi2Q==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-2.1.1.tgz", + "integrity": "sha512-Y5aYy/nbAfu4E/Bvcv60KHDaJe5pkxa5exkY/HUnl9tWkeJPDMi2xkJhINMH/ZH2VrmbWxMLX4vHAddxSTc+MQ==", "license": "MIT", "dependencies": { "@serialport/bindings-cpp": "^12.0.1", diff --git a/package.json b/package.json index 55ba5f2b0c..30219a371e 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "winston-syslog": "^2.7.1", "winston-transport": "^4.7.1", "ws": "^8.18.0", - "zigbee-herdsman": "2.1.0", + "zigbee-herdsman": "2.1.1", "zigbee-herdsman-converters": "20.17.0", "zigbee2mqtt-frontend": "0.7.4" },