From 41f9361922a2f809685586391ced0f6c1ad07c8e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Dec 2021 11:45:25 +0000 Subject: [PATCH] Update zigbee2mqtt-frontend to 0.6.49 (#9975) 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 a77fa09e1..8f54eb628 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -22890,9 +22890,9 @@ } }, "zigbee2mqtt-frontend": { - "version": "0.6.48", - "resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.48.tgz", - "integrity": "sha512-0bxxcy3xOIYqDBplb+e0JdkkwkyLNBcfXn0PkKHNN8oiizTQryRuInNxqHj3rYKNpUvWNy2djnsRUGzKSfEpLQ==" + "version": "0.6.49", + "resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.49.tgz", + "integrity": "sha512-A76TUACgmZ7n0yukoXf0YaMYaD1T4HEikZTKiG4Z/7JiivcySMxt5ePYAd8iJWSWSlHnAWwlCKuUyQYHCy9Hww==" } } } diff --git a/package.json b/package.json index 9845ec58e..3d47a0162 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "ws": "^8.3.0", "zigbee-herdsman": "0.13.176", "zigbee-herdsman-converters": "14.0.336", - "zigbee2mqtt-frontend": "0.6.48" + "zigbee2mqtt-frontend": "0.6.49" }, "devDependencies": { "@babel/core": "^7.16.0",