@homebridge-plugins/homebridge-meross 10.10.1 → 10.10.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 +6 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  All notable changes to homebridge-meross will be documented in this file.
4
4
 
5
+ ## v10.10.2 (2025-07-24)
6
+
7
+ ### Other Changes
8
+
9
+ - dependency updates
10
+
5
11
  ## v10.10.1 (2025-07-18)
6
12
 
7
13
  ### Other Changes
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@homebridge-plugins/homebridge-meross",
3
3
  "alias": "Meross",
4
4
  "type": "module",
5
- "version": "10.10.1",
5
+ "version": "10.10.2",
6
6
  "description": "Homebridge plugin to integrate Meross devices into HomeKit.",
7
7
  "author": {
8
8
  "name": "bwp91",
@@ -57,13 +57,13 @@
57
57
  },
58
58
  "dependencies": {
59
59
  "@homebridge/plugin-ui-utils": "^2.1.0",
60
- "axios": "^1.10.0",
60
+ "axios": "^1.11.0",
61
61
  "mqtt": "^5.13.3",
62
62
  "node-persist": "^4.0.4",
63
63
  "p-queue": "^8.1.0",
64
64
  "p-timeout": "^6.1.4"
65
65
  },
66
66
  "devDependencies": {
67
- "@antfu/eslint-config": "^4.17.0"
67
+ "@antfu/eslint-config": "^4.19.0"
68
68
  }
69
69
  }