Update zigbee-herdsman-converters to 13.0.28 (#5360)

* Update zigbee-herdsman-converters to 13.0.28

* Update otaUpdate.js

Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
This commit is contained in:
github-actions[bot] 2020-12-20 21:55:39 +01:00 committed by GitHub
parent 5e226efe9d
commit fb4b014940
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ const logger = require('../util/logger');
const stringify = require('json-stable-stringify-without-jsonify');
const utils = require('../util/utils');
const legacyTopicRegex = new RegExp(`^${settings.get().mqtt.base_topic}/bridge/ota_update/.+$`);
const tradfriOTA = require('zigbee-herdsman-converters/ota/tradfri');
const tradfriOTA = require('zigbee-herdsman-converters/lib/ota/tradfri');
const topicRegex =
new RegExp(`^${settings.get().mqtt.base_topic}/bridge/request/device/ota_update/(update|check)`, 'i');

6
npm-shrinkwrap.json generated
View File

@ -14475,9 +14475,9 @@
}
},
"zigbee-herdsman-converters": {
"version": "13.0.27",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-13.0.27.tgz",
"integrity": "sha512-jNc4avH4Waopr0KiuUI7lP79kYPcbp4CvM1Q71fKxgZYFHaHPAuvnl/ca5V4O4B1i53xfCF3letaq8gNH0UlEQ==",
"version": "13.0.28",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-13.0.28.tgz",
"integrity": "sha512-OrAGzK7B2FH7FZajVmCtocgI/NLLwVm9QqvQy6eFByUFP7HOYXbJ2KFcvXFFQewXIdjsxAGul/YjiuzxD9z2JQ==",
"requires": {
"axios": "^0.21.0",
"buffer-crc32": "^0.2.13",

View File

@ -52,7 +52,7 @@
"winston-syslog": "^2.4.4",
"ws": "^7.3.1",
"zigbee-herdsman": "0.13.41",
"zigbee-herdsman-converters": "13.0.27",
"zigbee-herdsman-converters": "13.0.28",
"zigbee2mqtt-frontend": "0.2.108"
},
"devDependencies": {