From 8f75dd865276196881f8c13eef2dccaf804388a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 13:29:20 +0800 Subject: [PATCH] Update zigbee2mqtt-frontend to 0.5.27 (#8485) 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 9bd79516e..2d7a31988 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -25992,9 +25992,9 @@ } }, "zigbee2mqtt-frontend": { - "version": "0.5.26", - "resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.5.26.tgz", - "integrity": "sha512-hahRcO1fLqgxBYRH1Y9O9KEZ+q36gfoxERNwDv06eB7KRxsW7JZDvW6cr+UFSr39vEft1F/+z8c1rKpN5m4OJw==" + "version": "0.5.27", + "resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.5.27.tgz", + "integrity": "sha512-xxUQoRgqWQ+kAVe/Q4AfnpZHJC8aDuS17b7ymIKF40FeVbHLP6aBhpZyjSQ2BnjDi1Plg8sx286W1L0ADPUrOw==" } } } diff --git a/package.json b/package.json index e967ac6d7..1182f97e1 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "ws": "^8.2.0", "zigbee-herdsman": "0.13.132", "zigbee-herdsman-converters": "14.0.228", - "zigbee2mqtt-frontend": "0.5.26" + "zigbee2mqtt-frontend": "0.5.27" }, "devDependencies": { "@babel/core": "^7.15.0",