Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrstegeman committed Oct 12, 2020
1 parent 976f426 commit 8385a86
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
}
}

0 comments on commit 8385a86

Please sign in to comment.