@homebridge-plugins/homebridge-tuya 2.5.0 → 2.5.1

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 +10 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.5.1] - (2026.7.22)
4
+
5
+ ### Fixed
6
+ - Resolved security issues detected by npm audit by applying automated fixes with npm audit fix.
7
+ - node_modules/brace-expansion v1.1.15 -> v1.1.16
8
+ - node_modules/js-yaml v4.2.0 -> 4.3.0
9
+ - node_modules/rimraf/node_modules/brace-expansion v5.0.6 -> 5.0.7
10
+ - node_modules/tar v7.5.16 -> 7.5.21
11
+
12
+
3
13
  ## [2.5.0] - (2026.7.12)
4
14
 
5
15
  ### Added
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@homebridge-plugins/homebridge-tuya",
3
3
  "displayName": "Homebridge Tuya",
4
- "version": "2.5.0",
4
+ "version": "2.5.1",
5
5
  "description": "Forked from 0x5e/homebridge-tuya-platform, with a focus on fixing bugs and adding new device support.",
6
6
  "license": "MIT",
7
7
  "repository": {