From a2e3f60de3f8c816d4820c827f681bc028556899 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 31 Oct 2021 22:45:37 +0800 Subject: [PATCH] Update zigbee2mqtt-frontend to 0.6.28 (#9425) 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 3236555f4..e8a4afaab 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -23175,9 +23175,9 @@ } }, "zigbee2mqtt-frontend": { - "version": "0.6.26", - "resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.26.tgz", - "integrity": "sha512-24WQgzaeFLPXDTuHSjC7VU1kU1nX9tgFAx7M9Bzjm2f/vXp8qDe0S6WTys2m3qc5m4dkpktoLJqjB5F3ZlyqMw==" + "version": "0.6.28", + "resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.28.tgz", + "integrity": "sha512-7BURYiuz1f4nSUd7KebHFl5THPiUp4FROUj9eowHP4qfxbLBlgAg1hT1Yl4fD3nLOmZgLc4dEQDr+JapzWcN8A==" } } } diff --git a/package.json b/package.json index b336883b4..6d6f91fa5 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "ws": "^8.2.3", "zigbee-herdsman": "0.13.164", "zigbee-herdsman-converters": "14.0.302", - "zigbee2mqtt-frontend": "0.6.26" + "zigbee2mqtt-frontend": "0.6.28" }, "devDependencies": { "@babel/core": "^7.15.5",