diff --git a/package-lock.json b/package-lock.json index 776ea6b50..57c0366f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "Apache-2.0", "dependencies": { - "@homebridge/ciao": "^2.0.0-alpha.1", + "@homebridge/ciao": "^2.0.0-alpha.3", "@homebridge/dbus-native": "^0.6.0", "bonjour-hap": "^3.7.3", "debug": "^4.3.5", @@ -799,9 +799,9 @@ } }, "node_modules/@homebridge/ciao": { - "version": "2.0.0-alpha.1", - "resolved": "https://registry.npmjs.org/@homebridge/ciao/-/ciao-2.0.0-alpha.1.tgz", - "integrity": "sha512-f9YijBll6gGEQfqqwMYgiBpdNvMMcGUX8w2jFVhKFbMfpijHAvT08RJhBNFVNdy4ficjxEypZLtutZ21LMKQQQ==", + "version": "2.0.0-alpha.3", + "resolved": "https://registry.npmjs.org/@homebridge/ciao/-/ciao-2.0.0-alpha.3.tgz", + "integrity": "sha512-RYp1fz8BN+FmI/f891Zyd4+7uwMB8rEFtmsSAYAgn8jp8OAob5SqbGTVMfrzzY5bLLqqB8t3qZeT7+h7RZTg+w==", "license": "MIT", "dependencies": { "debug": "^4.3.5", diff --git a/package.json b/package.json index 714b3441e..4485ca188 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@types" ], "dependencies": { - "@homebridge/ciao": "^2.0.0-alpha.1", + "@homebridge/ciao": "^2.0.0-alpha.3", "@homebridge/dbus-native": "^0.6.0", "bonjour-hap": "^3.7.3", "debug": "^4.3.5",