From 68d2d0a73dc06673e7798a63a3b5d7f37fb35ec9 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Tue, 7 May 2019 19:25:47 +0200 Subject: [PATCH] Update zigbee-shepherd-converters to 9.0.3 --- npm-shrinkwrap.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index a2595f95..b16a3c42 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -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": "*", diff --git a/package.json b/package.json index ef1cb419..7b372a38 100644 --- a/package.json +++ b/package.json @@ -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": "*" },