@homebridge-plugins/homebridge-tado 8.7.6 → 8.7.7

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 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ ## v8.7.7 - 2026-01-01
4
+ - Update dependencies due to vulnerability
5
+
3
6
  ## v8.7.6 - 2025-12-27
4
7
  - Fix: Error logging for objects
5
8
  - Update dependencies
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "@homebridge-plugins/homebridge-tado",
3
- "version": "8.7.6",
3
+ "version": "8.7.7",
4
4
  "description": "Homebridge plugin for controlling tado° devices.",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
- "eslint": "eslint --fix ."
7
+ "lint": "eslint",
8
+ "lint:fix": "npm run lint -- --fix"
8
9
  },
9
10
  "type": "module",
10
11
  "repository": {
@@ -36,7 +37,7 @@
36
37
  "fakegato-history": "^0.6.7",
37
38
  "form-data": "^4.0.5",
38
39
  "fs-extra": "^11.3.3",
39
- "got": "^14.6.5",
40
+ "got": "^14.6.6",
40
41
  "moment": "^2.30.1"
41
42
  },
42
43
  "devDependencies": {
@@ -48,7 +49,7 @@
48
49
  "eslint-config-prettier": "^10.1.8",
49
50
  "eslint-plugin-import": "^2.32.0",
50
51
  "eslint-plugin-prettier": "^5.5.4",
51
- "globals": "^16.5.0",
52
+ "globals": "^17.0.0",
52
53
  "prettier": "^3.7.4"
53
54
  }
54
55
  }