Update zigbee2mqtt-frontend to 0.3.38 (#6131)

Co-authored-by: nurikk <nurikk@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2021-02-07 00:38:44 +08:00
committed by GitHub
parent 5889588a8a
commit 9114bc91ed
2 changed files with 4 additions and 6 deletions
+3 -5
View File
@@ -26573,7 +26573,6 @@
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz",
"integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==",
"requires": {
"ansi-styles": "^4.0.0",
"astral-regex": "^2.0.0",
"is-fullwidth-code-point": "^3.0.0"
},
@@ -26946,7 +26945,6 @@
"resolved": "https://registry.npmjs.org/table/-/table-6.0.7.tgz",
"integrity": "sha512-rxZevLGTUzWna/qBLObOe16kB2RTnnbhciwgPbMMlazz1yZGVEgnZK762xyVdVznhqxrfCeBMmMkgOOaPwjH7g==",
"requires": {
"ajv": "^7.0.2",
"lodash": "^4.17.20",
"slice-ansi": "^4.0.0",
"string-width": "^4.2.0"
@@ -27635,9 +27633,9 @@
}
},
"zigbee2mqtt-frontend": {
"version": "0.3.37",
"resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.3.37.tgz",
"integrity": "sha512-5lVMBZNDKarMhndzZm8EesV9Vn5+3yw5pfcdq25xOFEftWPvMgA11fWZXWLdmCrF+Khe/RlpBUdNaHisDRCQPQ=="
"version": "0.3.38",
"resolved": "https://registry.npmjs.org/zigbee2mqtt-frontend/-/zigbee2mqtt-frontend-0.3.38.tgz",
"integrity": "sha512-6wtOcZcHJlFuXU1BXBQcU4f4T5+9Yt0RTpj+wipGeSbVgjAqmJRS8cfRYHFLc2vxNE7SoCtY6hJSmw7SoDpaJw=="
}
}
}
+1 -1
View File
@@ -54,7 +54,7 @@
"ws": "^7.3.1",
"zigbee-herdsman": "0.13.64",
"zigbee-herdsman-converters": "14.0.47",
"zigbee2mqtt-frontend": "0.3.37"
"zigbee2mqtt-frontend": "0.3.38"
},
"devDependencies": {
"eslint": "*",