From 2550ca5978797bb7e492fdb954e58b427bd689d4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Dec 2022 16:55:52 +0000 Subject: [PATCH] Update zigbee2mqtt-frontend to 0.6.120 (#15717) 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 5db6ad4ac..9b7ce42e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "ws": "^8.11.0", "zigbee-herdsman": "0.14.83", "zigbee-herdsman-converters": "15.0.4", - "zigbee2mqtt-frontend": "0.6.119" + "zigbee2mqtt-frontend": "0.6.120" }, "bin": { "zigbee2mqtt": "cli.js" @@ -9035,9 +9035,9 @@ } }, "node_modules/zigbee2mqtt-frontend": { - "version": "0.6.119", - "resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.119.tgz", - "integrity": "sha512-zWEs3UGxtBWd0sWHgd+Y6qUiPa3owmrB5C43GaMZ7ey8i2y/NqwGcRkoHDofIOi0RjwtnFeaL0tI6teLlb4kBw==" + "version": "0.6.120", + "resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.120.tgz", + "integrity": "sha512-GqBjNJLl7GgNmamq0yTxIbqRNwOB+mKH4q0Mz/j6PFfMEEtVhwIfLbrij7chWEt61FsuC4xywauYCmnCdgbeAQ==" } }, "dependencies": { @@ -15659,9 +15659,9 @@ } }, "zigbee2mqtt-frontend": { - "version": "0.6.119", - "resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.119.tgz", - "integrity": "sha512-zWEs3UGxtBWd0sWHgd+Y6qUiPa3owmrB5C43GaMZ7ey8i2y/NqwGcRkoHDofIOi0RjwtnFeaL0tI6teLlb4kBw==" + "version": "0.6.120", + "resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.6.120.tgz", + "integrity": "sha512-GqBjNJLl7GgNmamq0yTxIbqRNwOB+mKH4q0Mz/j6PFfMEEtVhwIfLbrij7chWEt61FsuC4xywauYCmnCdgbeAQ==" } } } diff --git a/package.json b/package.json index 73f298088..90bb9bbb9 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "ws": "^8.11.0", "zigbee-herdsman": "0.14.83", "zigbee-herdsman-converters": "15.0.4", - "zigbee2mqtt-frontend": "0.6.119" + "zigbee2mqtt-frontend": "0.6.120" }, "devDependencies": { "@babel/core": "^7.20.5",