Skip to content

Commit

Permalink
update bonjour-hap dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
donavanbecker committed Jun 24, 2024
1 parent e69e417 commit ddd6de7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@ All notable changes to `hap-nodejs` will be documented in this file. This projec

- Implement warning messages for invalid characters in names (#1009) (@NorthernMan54)
- Mitigate event emitter "memory leak" warnings when a significant number of camera streaming events occur simultaneously (#1037) (@hjdhjd)
- Updated dependencies
- AdaptiveLightingController fix & improvement (#1038) (@Shaquu)
- Minor fixes to recording logging and one change in logging. (#1040) (@hjdhjd)
- Fix Build Issues (#1041) (@NorthernMan54)
- Updated dependencies

### Homebridge Dependencies

- `bonjour-hap` @ `v3.7.3`

## v0.12.2 (2024-05-31)

Expand Down
9 changes: 5 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"dependencies": {
"@homebridge/ciao": "^1.2.0",
"@homebridge/dbus-native": "^0.6.0",
"bonjour-hap": "^3.7.2",
"bonjour-hap": "^3.7.3",
"debug": "^4.3.5",
"fast-srp-hap": "^2.0.4",
"futoin-hkdf": "^1.5.3",
Expand Down

0 comments on commit ddd6de7

Please sign in to comment.