@homebridge-plugins/homebridge-tado 8.8.1 → 8.8.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 (2) hide show
  1. package/CHANGELOG.md +3 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ ## v8.8.2 - 2026-03-21
4
+ - Update dependencies due to vulnerability
5
+
3
6
  ## v8.8.1 - 2026-02-14
4
7
  - Update dependencies
5
8
  - Update qs due to vulnerability
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homebridge-plugins/homebridge-tado",
3
- "version": "8.8.1",
3
+ "version": "8.8.2",
4
4
  "description": "Homebridge plugin for controlling tado° devices.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -33,17 +33,17 @@
33
33
  "homebridge": "^1.6.0||^2.0.0-beta.0"
34
34
  },
35
35
  "dependencies": {
36
- "@homebridge/plugin-ui-utils": "^2.2.0",
36
+ "@homebridge/plugin-ui-utils": "^2.2.1",
37
37
  "fakegato-history": "^0.6.7",
38
38
  "form-data": "^4.0.5",
39
- "fs-extra": "^11.3.3",
39
+ "fs-extra": "^11.3.4",
40
40
  "got": "^14.6.6",
41
41
  "moment": "^2.30.1"
42
42
  },
43
43
  "devDependencies": {
44
- "eslint": "^10.0.0",
44
+ "eslint": "^10.1.0",
45
45
  "@eslint/js": "^10.0.1",
46
- "globals": "^17.3.0",
46
+ "globals": "^17.4.0",
47
47
  "prettier": "^3.8.1"
48
48
  }
49
49
  }