Update zigbee2mqtt-frontend to 0.6.41 (#9875)

Co-authored-by: nurikk <nurikk@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-11-28 15:19:05 +00:00 committed by GitHub
parent 65f7fc0532
commit b07450d413
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
npm-shrinkwrap.json generated
View File

@ -22968,9 +22968,9 @@
}
},
"zigbee2mqtt-frontend": {
"version": "0.6.40",
"resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.40.tgz",
"integrity": "sha512-zZmV+KbcYhDaPNm4rr0zKfgqk+eql8946EtvLSzIRqJ320uufcl85BWxtSu4GhglX0HLrlAayRg0eG1RVx3Clw=="
"version": "0.6.41",
"resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.41.tgz",
"integrity": "sha512-eB80lRkvpvAGmpwdVSQi1CrtnJwnXRdXgi20rAqlQJXzWO4f0npTzgY0FsaCtHZKM4da5l/pBLbutCLmxAOa4w=="
}
}
}

View File

@ -59,7 +59,7 @@
"ws": "^8.2.3",
"zigbee-herdsman": "0.13.174",
"zigbee-herdsman-converters": "14.0.332",
"zigbee2mqtt-frontend": "0.6.40"
"zigbee2mqtt-frontend": "0.6.41"
},
"devDependencies": {
"@babel/core": "^7.16.0",