From cb47efe3febd7b3b4d91b6a5c6e1a17a70437095 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 21 Aug 2021 16:04:47 +0800 Subject: [PATCH] Update zigbee2mqtt-frontend to 0.5.26 (#8459) 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 479d78390..5b88eb77c 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -27440,9 +27440,9 @@ } }, "zigbee2mqtt-frontend": { - "version": "0.5.25", - "resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.5.25.tgz", - "integrity": "sha512-ExK9Uy9NgvlfKANiZs6Bsv3ug256wpKy2i93HywNBXP3KDT/KP+vXJg+wL4Az2bGMBasojjQJ5vsP4m43tGDSQ==" + "version": "0.5.26", + "resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.5.26.tgz", + "integrity": "sha512-hahRcO1fLqgxBYRH1Y9O9KEZ+q36gfoxERNwDv06eB7KRxsW7JZDvW6cr+UFSr39vEft1F/+z8c1rKpN5m4OJw==" } } } diff --git a/package.json b/package.json index c350c60ac..259cd4213 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "ws": "^8.1.0", "zigbee-herdsman": "0.13.132", "zigbee-herdsman-converters": "14.0.226", - "zigbee2mqtt-frontend": "0.5.25" + "zigbee2mqtt-frontend": "0.5.26" }, "devDependencies": { "@babel/core": "^7.15.0",