This commit is contained in:
Koen Kanters
2019-07-10 19:04:54 +02:00
parent 74b8340afb
commit 225919bb23
2 changed files with 14 additions and 14 deletions
+13 -13
View File
@@ -14,14 +14,14 @@
}
},
"@babel/core": {
"version": "7.5.0",
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.5.0.tgz",
"integrity": "sha512-6Isr4X98pwXqHvtigw71CKgmhL1etZjPs5A67jL/w0TkLM9eqmFR40YrnJvEc1WnMZFsskjsmid8bHZyxKEAnw==",
"version": "7.5.4",
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.5.4.tgz",
"integrity": "sha512-+DaeBEpYq6b2+ZmHx3tHspC+ZRflrvLqwfv8E3hNr5LVQoyBnL8RPKSBCg+rK2W2My9PWlujBiqd0ZPsR9Q6zQ==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.0.0",
"@babel/generator": "^7.5.0",
"@babel/helpers": "^7.5.0",
"@babel/helpers": "^7.5.4",
"@babel/parser": "^7.5.0",
"@babel/template": "^7.4.4",
"@babel/traverse": "^7.5.0",
@@ -115,9 +115,9 @@
}
},
"@babel/helpers": {
"version": "7.5.1",
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.5.1.tgz",
"integrity": "sha512-rVOTDv8sH8kNI72Unenusxw6u+1vEepZgLxeV+jHkhsQlYhzVhzL1EpfoWT7Ub3zpWSv2WV03V853dqsnyoQzA==",
"version": "7.5.4",
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.5.4.tgz",
"integrity": "sha512-6LJ6xwUEJP51w0sIgKyfvFMJvIb9mWAfohJp0+m6eHJigkFdcH8duZ1sfhn0ltJRzwUIT/yqqhdSfRpCpL7oow==",
"dev": true,
"requires": {
"@babel/template": "^7.4.4",
@@ -3807,9 +3807,9 @@
}
},
"lodash": {
"version": "4.17.11",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz",
"integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==",
"version": "4.17.14",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.14.tgz",
"integrity": "sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==",
"dev": true
},
"lodash.sortby": {
@@ -5970,9 +5970,9 @@
}
},
"zigbee-herdsman": {
"version": "0.1.15",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.1.15.tgz",
"integrity": "sha512-ZaKJs/Mz3mL/K8gDLYHpOn454B6ZOiLkL1ORtdE4gFu9GS3T699RL5iCgvjp8+FJNJYeQ7OVxTm7IDWky1TFnw==",
"version": "0.1.16",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.1.16.tgz",
"integrity": "sha512-qzcSnjl0JXBtm/6I9GqWxCXih/O5N3LLJrP76EJaLFqAzJLarNawis9YFtx+2B1ghUTVR1ljAUUSyEAKf8ktmA==",
"requires": {
"busyman": "^0.3.0",
"concentrate": "^0.2.3",
+1 -1
View File
@@ -43,7 +43,7 @@
"rimraf": "*",
"semver": "*",
"winston": "2.4.2",
"zigbee-herdsman": "0.1.15",
"zigbee-herdsman": "0.1.16",
"zigbee-shepherd-converters": "10.1.2",
"deep-diff": "*"
},