From 8c12551ac82543feb9168bb08c0d68ca0fae9bde Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 Oct 2021 12:40:46 +0800 Subject: [PATCH] Update zigbee2mqtt-frontend to 0.6.21 (#9288) 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 7b25991d2..00244b60e 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -23175,9 +23175,9 @@ } }, "zigbee2mqtt-frontend": { - "version": "0.6.20", - "resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.20.tgz", - "integrity": "sha512-ThjkiLrQ1nBkuR4o8rOFZB3ke8SjipE2z5+6igD5t2888tEuJsSrqn4S7sHNCHCgYpILcthz+vp0qLxB5xNSyQ==" + "version": "0.6.21", + "resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.21.tgz", + "integrity": "sha512-JzyR/Ez62BplGMMLsS38t+205v3H/CvAJlHH5rRTV3RiNld3tTQJnrV1drffw0FYua+I1PNCHbDwLAxJM2/3NA==" } } } diff --git a/package.json b/package.json index 81aa0262c..ab29dbcb9 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "ws": "^8.2.3", "zigbee-herdsman": "0.13.161", "zigbee-herdsman-converters": "14.0.289", - "zigbee2mqtt-frontend": "0.6.20" + "zigbee2mqtt-frontend": "0.6.21" }, "devDependencies": { "@babel/core": "^7.15.5",