Update zigbee2mqtt-frontend to 0.5.21 (#8286)

Co-authored-by: nurikk <nurikk@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-08-07 15:22:25 +08:00 committed by GitHub
parent 1b2398f13f
commit 08fa79d6d8
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

@ -30447,9 +30447,9 @@
} }
}, },
"zigbee2mqtt-frontend": { "zigbee2mqtt-frontend": {
"version": "0.5.19", "version": "0.5.21",
"resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.5.19.tgz", "resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.5.21.tgz",
"integrity": "sha512-p+bCElBHaydb/l7yT3fKaaUGBntfrAN4jz5xFVQRryrx9k5p54t/AAv/cNj55TNe9T90D3UrYsazEsmi3fbkHw==" "integrity": "sha512-Ro7Bp9IJ8csuSQPPH0DZUFjsf+7M8Iy0+Wr7/Mvfr98gwta1HWzb5QMSuVxfIROcDe6lIm94klqMSpa8nx8NPg=="
} }
} }
} }

View File

@ -57,7 +57,7 @@
"ws": "^7.5.2", "ws": "^7.5.2",
"zigbee-herdsman": "0.13.126", "zigbee-herdsman": "0.13.126",
"zigbee-herdsman-converters": "14.0.215", "zigbee-herdsman-converters": "14.0.215",
"zigbee2mqtt-frontend": "0.5.19" "zigbee2mqtt-frontend": "0.5.21"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.14.6", "@babel/core": "^7.14.6",