From b2a64ea06696f99555fd618e4b81ab761883e095 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 May 2021 23:38:22 +0800 Subject: [PATCH] Update zigbee2mqtt-frontend to 0.4.2 (#7331) 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 0357baad6..0fcb46c21 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -28091,9 +28091,9 @@ } }, "zigbee2mqtt-frontend": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.4.1.tgz", - "integrity": "sha512-rYlL1l6rRxBoDBuxMuLpeI1ZsV3u3y8wsioESnfIBC6sDgDjXcgOO9zoqjtA+x6GEN6kv4KSICamB6F/LzGuHg==" + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.4.2.tgz", + "integrity": "sha512-wBvz+01TuMgqGQUG7Y+dUTaQWtnMw5s2MSiqCEj5maUUJbc45xCIdOcgkqfIjrfC3ifGhxji3KMfrz5qbHOBkw==" } } } diff --git a/package.json b/package.json index 0cf7c5b7d..2380b8643 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "ws": "^7.3.1", "zigbee-herdsman": "0.13.92", "zigbee-herdsman-converters": "14.0.137", - "zigbee2mqtt-frontend": "0.4.1" + "zigbee2mqtt-frontend": "0.4.2" }, "devDependencies": { "eslint": "*",