Update zigbee-shepherd-converters to 9.0.3

This commit is contained in:
Koen Kanters
2019-05-07 19:25:47 +02:00
parent d8d78af4ec
commit 68d2d0a73d
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -6547,9 +6547,9 @@
"integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c="
},
"uglify-js": {
"version": "3.5.10",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.5.10.tgz",
"integrity": "sha512-/GTF0nosyPLbdJBd+AwYiZ+Hu5z8KXWnO0WCGt1BQ/u9Iamhejykqmz5o1OHJ53+VAk6xVxychonnApDjuqGsw==",
"version": "3.5.11",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.5.11.tgz",
"integrity": "sha512-izPJg8RsSyqxbdnqX36ExpbH3K7tDBsAU/VfNv89VkMFy3z39zFjunQGsSHOlGlyIfGLGprGeosgQno3bo2/Kg==",
"dev": true,
"optional": true,
"requires": {
@@ -7017,9 +7017,9 @@
}
},
"zigbee-shepherd-converters": {
"version": "9.0.2",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-9.0.2.tgz",
"integrity": "sha512-cvY4Dqo9OQHw7aJF8VfXh3HHH8FRVoSlMnNoQPN3+DBmZEuKNqsG6H/xc+MVv4Y49CfePk1/wBzaELBDaEflFQ==",
"version": "9.0.3",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-9.0.3.tgz",
"integrity": "sha512-95uQacCrQgQIKUbAQRmSV8ZmW+rHvFrFfxUxKpMfNFe2601bNJ5QPgdaI+cNH+7oLoxpzIaxSczaJtmVw++X+Q==",
"requires": {
"chai": "*",
"debounce": "*",
+1 -1
View File
@@ -46,7 +46,7 @@
"zcl-id": "git+https://github.com/Koenkk/zcl-id.git#4fa75c92424cd070a3bf6e1f4640b1e3ad8f802d",
"ziee": "*",
"zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#566cba295119cb334a7a7d939b4741e59415ed80",
"zigbee-shepherd-converters": "9.0.2",
"zigbee-shepherd-converters": "9.0.3",
"deep-diff": "*",
"zive": "*"
},