zigbee-herdsman 0.14.104 → 0.14.105

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.
@@ -17,7 +17,7 @@ jobs:
17
17
  - run: rm -rf package-lock.json
18
18
  - run: npx npm-check-updates -u -x serialport # serialport is currently broken: https://github.com/Koenkk/zigbee-herdsman/issues/540
19
19
  - run: npm install
20
- - uses: peter-evans/create-pull-request@v4
20
+ - uses: peter-evans/create-pull-request@v5
21
21
  with:
22
22
  commit-message: Update dependencies
23
23
  branch: "update_deps"
package/package.json CHANGED
@@ -84,7 +84,7 @@
84
84
  "eslint": "node_modules/.bin/eslint . --ext .ts --max-warnings=0",
85
85
  "docs": "typedoc --tsconfig typedoc-tsconfig.json"
86
86
  },
87
- "version": "0.14.104",
87
+ "version": "0.14.105",
88
88
  "jest": {
89
89
  "coverageThreshold": {
90
90
  "global": {