homebridge-unifi-protect 7.23.1 → 7.23.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "homebridge-unifi-protect",
3
- "version": "7.23.1",
3
+ "version": "7.23.2",
4
4
  "displayName": "UniFi Protect",
5
5
  "description": "Homebridge UniFi Protect plugin providing complete HomeKit integration for the entire UniFi Protect ecosystem with full support for most features including HomeKit Secure Video, multiple controllers, blazing fast performance, and much more.",
6
6
  "author": {
@@ -81,13 +81,13 @@
81
81
  "dependencies": {
82
82
  "@homebridge/plugin-ui-utils": "2.1.0",
83
83
  "ffmpeg-for-homebridge": "2.1.7",
84
- "homebridge-plugin-utils": "1.29.1",
84
+ "homebridge-plugin-utils": "1.29.2",
85
85
  "undici": "7.15.0",
86
86
  "unifi-protect": "4.27.2"
87
87
  },
88
88
  "devDependencies": {
89
89
  "@stylistic/eslint-plugin": "5.3.1",
90
- "@types/node": "24.3.0",
90
+ "@types/node": "24.3.1",
91
91
  "eslint": "9.34.0",
92
92
  "homebridge": "1.11.0",
93
93
  "shx": "0.4.0",