From 16398b7810d2eb2c405ed41f9d41ae2134de7f01 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 11:36:57 +0000 Subject: [PATCH] Update zigbee2mqtt-frontend to 0.6.117 (#14995) Co-authored-by: nurikk --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 08d43b436..0ed05b17e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "ws": "^8.10.0", "zigbee-herdsman": "0.14.73", "zigbee-herdsman-converters": "14.0.667", - "zigbee2mqtt-frontend": "0.6.115" + "zigbee2mqtt-frontend": "0.6.117" }, "bin": { "zigbee2mqtt": "cli.js" @@ -9354,9 +9354,9 @@ } }, "node_modules/zigbee2mqtt-frontend": { - "version": "0.6.115", - "resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.115.tgz", - "integrity": "sha512-ViEhUBri/xz+llKqK5JhhorK5m2UepXMrlmmcit5pVdFJ9WC19MFik5mJGWdUVnv1tT3XZxLyAfP5re3omAcpA==" + "version": "0.6.117", + "resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.117.tgz", + "integrity": "sha512-wl5fRc7nPj4HUMHpwfuwZc0XriOfFUrUQ3/SnSXLUERX7f/he+8GiZBNnyCY/Yefj2+S2hIq9f7+Nwn7R9YBJg==" } }, "dependencies": { @@ -16202,9 +16202,9 @@ } }, "zigbee2mqtt-frontend": { - "version": "0.6.115", - "resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.115.tgz", - "integrity": "sha512-ViEhUBri/xz+llKqK5JhhorK5m2UepXMrlmmcit5pVdFJ9WC19MFik5mJGWdUVnv1tT3XZxLyAfP5re3omAcpA==" + "version": "0.6.117", + "resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.117.tgz", + "integrity": "sha512-wl5fRc7nPj4HUMHpwfuwZc0XriOfFUrUQ3/SnSXLUERX7f/he+8GiZBNnyCY/Yefj2+S2hIq9f7+Nwn7R9YBJg==" } } } diff --git a/package.json b/package.json index 47dee09fc..3fb89e113 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "ws": "^8.10.0", "zigbee-herdsman": "0.14.73", "zigbee-herdsman-converters": "14.0.667", - "zigbee2mqtt-frontend": "0.6.115" + "zigbee2mqtt-frontend": "0.6.117" }, "devDependencies": { "@babel/core": "^7.20.2",