From 610f77714f084e6958e32b18e72fd1ae3559a8e0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2020 05:53:24 +0800 Subject: [PATCH] Update zigbee2mqtt-frontend to 0.2.10 (#4425) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- 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 9cf853001..d0e3c2eb6 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -20672,9 +20672,9 @@ } }, "zigbee2mqtt-frontend": { - "version": "0.2.9", - "resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.2.9.tgz", - "integrity": "sha512-blK23IJ8vF6t86+7o/83rTovpNtuL/4uIEGW2Ei48guFDHOr0j+biNI4qTaRGHl+TzzxVKH2x2R/PX8tXceK3Q==" + "version": "0.2.10", + "resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.2.10.tgz", + "integrity": "sha512-PZWnI5xsS1/OyVFEydOr6RlY3aY4dnnQ7xuLck6dmTHm5qCVunC1zinYrJtQczGoWnb6MJAIYpc6qS012FTNvQ==" } } } diff --git a/package.json b/package.json index 6d0fd397a..90e9926e7 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "ws": "^7.3.1", "zigbee-herdsman": "0.13.8", "zigbee-herdsman-converters": "12.0.191", - "zigbee2mqtt-frontend": "0.2.9" + "zigbee2mqtt-frontend": "0.2.10" }, "devDependencies": { "eslint": "*",