This commit is contained in:
Koen Kanters 2019-09-11 21:12:41 +02:00
parent 8b4e0fd865
commit 17f1a865b4
2 changed files with 17 additions and 17 deletions

32
npm-shrinkwrap.json generated
View File

@ -517,9 +517,9 @@
"dev": true
},
"acorn-globals": {
"version": "4.3.3",
"resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-4.3.3.tgz",
"integrity": "sha512-vkR40VwS2SYO98AIeFvzWWh+xyc2qi9s7OoXSFEGIP/rOJKzjnhykaZJNnHdoq4BL2gGxI5EZOU16z896EYnOQ==",
"version": "4.3.4",
"resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-4.3.4.tgz",
"integrity": "sha512-clfQEh21R+D0leSbUdWf3OcfqyaCSAQ8Ryq00bofSekfr9W8u1jyYZo6ir0xu9Gtcf7BjcHJpnbZH7JOCpP60A==",
"dev": true,
"requires": {
"acorn": "^6.0.1",
@ -5274,23 +5274,23 @@
}
},
"string.prototype.trimleft": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/string.prototype.trimleft/-/string.prototype.trimleft-2.0.0.tgz",
"integrity": "sha1-aLaqjhYsaoDnbjqKDC50cYbicf8=",
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/string.prototype.trimleft/-/string.prototype.trimleft-2.1.0.tgz",
"integrity": "sha512-FJ6b7EgdKxxbDxc79cOlok6Afd++TTs5szo+zJTUyow3ycrRfJVE2pq3vcN53XexvKZu/DJMDfeI/qMiZTrjTw==",
"dev": true,
"requires": {
"define-properties": "^1.1.2",
"function-bind": "^1.0.2"
"define-properties": "^1.1.3",
"function-bind": "^1.1.1"
}
},
"string.prototype.trimright": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/string.prototype.trimright/-/string.prototype.trimright-2.0.0.tgz",
"integrity": "sha1-q0pW2AKgH75yk+EehPJNyBZGYd0=",
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/string.prototype.trimright/-/string.prototype.trimright-2.1.0.tgz",
"integrity": "sha512-fXZTSV55dNBwv16uw+hh5jkghxSnc5oHq+5K/gXgizHwAvMetdAJlHqqoFC1FSDVPYWLkAKl2cxpUT41sV7nSg==",
"dev": true,
"requires": {
"define-properties": "^1.1.2",
"function-bind": "^1.0.2"
"define-properties": "^1.1.3",
"function-bind": "^1.1.1"
}
},
"string_decoder": {
@ -5938,9 +5938,9 @@
}
},
"zigbee-herdsman": {
"version": "0.6.5",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.6.5.tgz",
"integrity": "sha512-PUtxDbk2Fc9w6C9tIKuu1vnqWSy3plly+dCSBtQbQQdRs02HsWMW4V1GEH4LR3oyMb7BIyauTNwh6Pau/pUNKA==",
"version": "0.6.6",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.6.6.tgz",
"integrity": "sha512-B0HQYAiufF5SZ+vk+l/ooOz6US979gxqD+2uAYmxhYsj6R0B7Rs/JkERc3MAfo1bVAr5cOxATwteJsoqZxkhlw==",
"requires": {
"debug": "^4.1.1",
"fast-deep-equal": "^2.0.1",

View File

@ -43,7 +43,7 @@
"rimraf": "*",
"semver": "*",
"winston": "2.4.2",
"zigbee-herdsman": "0.6.5",
"zigbee-herdsman": "0.6.6",
"zigbee-herdsman-converters": "11.0.9"
},
"devDependencies": {