From cee9eb1e26d5cd9b159590e4a4e2ba5b69e09bbd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Jul 2021 23:51:53 +0800 Subject: [PATCH] Update zigbee2mqtt-frontend to 0.5.18 (#8182) Co-authored-by: nurikk --- npm-shrinkwrap.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 080127ca..f67954d7 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -30439,9 +30439,9 @@ } }, "zigbee2mqtt-frontend": { - "version": "0.5.16", - "resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.5.16.tgz", - "integrity": "sha512-9BVjPGN9FP29h8i7s9DUKb1LZ/gOaBvm6IpT+DscaDJzYDt6fBYEwq7Dpw+PpI5AMuTpfDhJCa3TQgixxfheKA==" + "version": "0.5.18", + "resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.5.18.tgz", + "integrity": "sha512-PeNWDYlTw/h7YPHJvAjoZWKz/N4XU60d/cE6RZX14udetMn21qC0UsNaANUcRqiljW/aa9mfMcSzR33CEqVAdQ==" } } } diff --git a/package.json b/package.json index 8c27871e..ef13fb9f 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "ws": "^7.5.2", "zigbee-herdsman": "0.13.124", "zigbee-herdsman-converters": "14.0.207", - "zigbee2mqtt-frontend": "0.5.16" + "zigbee2mqtt-frontend": "0.5.18" }, "devDependencies": { "@babel/core": "^7.14.6",