Update zigbee2mqtt-frontend to 0.6.39 (#9789)

Co-authored-by: nurikk <nurikk@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-11-22 14:03:18 +00:00 committed by GitHub
parent 35876616ef
commit 9128838534
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": { "zigbee2mqtt-frontend": {
"version": "0.6.37", "version": "0.6.39",
"resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.37.tgz", "resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.39.tgz",
"integrity": "sha512-PeIETGzC4N1aNS0fu0J2K0x3PyE1/q3Mqw17qgZNIKsOVqhVuasUvRC5vcJ840d0Wty9zBrhKVBMIgzEV8VWig==" "integrity": "sha512-o53/IdvCcQc47plsqsCpozF06bPVBhNQmUC1Dj4StFysMW2+8c4/dpfjKCHSDFGeTjwBf/f7EIc736QW/yvH9Q=="
} }
} }
} }

View File

@ -59,7 +59,7 @@
"ws": "^8.2.3", "ws": "^8.2.3",
"zigbee-herdsman": "0.13.172", "zigbee-herdsman": "0.13.172",
"zigbee-herdsman-converters": "14.0.325", "zigbee-herdsman-converters": "14.0.325",
"zigbee2mqtt-frontend": "0.6.37" "zigbee2mqtt-frontend": "0.6.39"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.16.0", "@babel/core": "^7.16.0",