@homebridge-plugins/homebridge-tado 8.7.2 → 8.7.3

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 (2) hide show
  1. package/CHANGELOG.md +3 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ ## v8.7.3 - 2025-11-15
4
+ - Update dependencies due to vulnerability
5
+
3
6
  ## v8.7.2 - 2025-11-08
4
7
  - Add notice about tado X compatibility to documentation (#179)
5
8
  - Use consistent spelling for tado and Apple Home across the entire plugin
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homebridge-plugins/homebridge-tado",
3
- "version": "8.7.2",
3
+ "version": "8.7.3",
4
4
  "description": "Homebridge plugin for controlling tado° devices.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -36,7 +36,7 @@
36
36
  "fakegato-history": "^0.6.7",
37
37
  "form-data": "^4.0.4",
38
38
  "fs-extra": "^11.3.2",
39
- "got": "^14.6.3",
39
+ "got": "^14.6.4",
40
40
  "moment": "^2.30.1"
41
41
  },
42
42
  "devDependencies": {