From 8385a86a3c2d557655607ae41c9f0a6103116f26 Mon Sep 17 00:00:00 2001 From: Michael Stegeman Date: Mon, 12 Oct 2020 12:02:35 -0800 Subject: [PATCH] Update dependencies. --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 22b66eb..4430ad3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hap-controller", - "version": "0.3.5", + "version": "0.3.6", "description": "Library to implement a HAP (HomeKit) controller", "main": "lib/index.js", "directories": { @@ -26,18 +26,18 @@ }, "homepage": "https://github.com/mrstegeman/hap-controller-node#readme", "dependencies": { - "@abandonware/noble": "^1.9.2-9", + "@abandonware/noble": "^1.9.2-10", "dnssd": "^0.4.1", "fast-srp-hap": "^2.0.2", "hkdf": "0.0.2", "http-parser-js": "^0.5.2", - "libsodium-wrappers": "^0.7.6", - "uuid": "^8.2.0" + "libsodium-wrappers": "^0.7.8", + "uuid": "^8.3.1" }, "devDependencies": { "babel-eslint": "^10.1.0", - "eslint": "^7.5.0", + "eslint": "^7.11.0", "event-to-promise": "^0.8.0", - "jest": "^26.1.0" + "jest": "^26.5.3" } }