fix(ignore): update zigbee-herdsman to 2.1.5 (#24433)

This commit is contained in:
Koen Kanters
2024-10-21 21:51:21 +02:00
committed by GitHub
parent eb606a5b98
commit 64778650d3
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -33,7 +33,7 @@
"winston-syslog": "^2.7.1",
"winston-transport": "^4.8.0",
"ws": "^8.18.0",
"zigbee-herdsman": "2.1.4",
"zigbee-herdsman": "2.1.5",
"zigbee-herdsman-converters": "20.31.0",
"zigbee2mqtt-frontend": "0.7.4"
},
@@ -10379,16 +10379,16 @@
}
},
"node_modules/zigbee-herdsman": {
"version": "2.1.4",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-2.1.4.tgz",
"integrity": "sha512-0S3+S5gvMqNszrdg8VVjT3S308kxsjrLpxNeqiSDL0jniU6sskPzLIm39Vf3NXjhqoh+x2aJaYafT4x2yNsY2w==",
"version": "2.1.5",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-2.1.5.tgz",
"integrity": "sha512-Eolr7RSzunPFkJ3wigaBMECiUYEhG4eoGJddd1GWytAMdgGF35BBMfu33D0uOoycaOSMzM0eczOQcsoqOY0EPw==",
"license": "MIT",
"dependencies": {
"@serialport/bindings-cpp": "^12.0.1",
"@serialport/parser-delimiter": "^12.0.0",
"@serialport/stream": "^12.0.0",
"bonjour-service": "^1.2.1",
"debounce": "^2.1.1",
"debounce": "^2.2.0",
"fast-deep-equal": "^3.1.3",
"mixin-deep": "^2.0.1",
"slip": "^1.0.2"
+1 -1
View File
@@ -61,7 +61,7 @@
"winston-syslog": "^2.7.1",
"winston-transport": "^4.8.0",
"ws": "^8.18.0",
"zigbee-herdsman": "2.1.4",
"zigbee-herdsman": "2.1.5",
"zigbee-herdsman-converters": "20.31.0",
"zigbee2mqtt-frontend": "0.7.4"
},