Skip to content

Commit 2932121

Browse files
Update dependencies
1 parent 3e29353 commit 2932121

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# node-red-contrib-zwave-js Change Log
22

3+
- 9.1.3
4+
5+
**Maintenance Release**
6+
- Update dependencies
7+
38
- 9.1.2
49

510
**Bug Fixes**

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "node-red-contrib-zwave-js",
3-
"version": "9.1.2",
3+
"version": "9.1.3",
44
"license": "MIT",
55
"description": "The most powerful, high performing and highly polished Z-Wave node for Node-RED based on Z-Wave JS. If you want a fully featured Z-Wave framework in your Node-RED instance, you have found it.",
66
"dependencies": {
7-
"limiter": "^2.1.0",
7+
"limiter": "^3.0.0",
88
"lodash": "^4.17.21",
99
"winston": "^3.17.0",
1010
"winston-transport": "^4.9.0",
11-
"zwave-js": "^14.3.7"
11+
"zwave-js": "^14.3.8"
1212
},
1313
"devDependencies": {
14-
"eslint": "^9.15.0",
15-
"prettier": "^3.3.3"
14+
"eslint": "^9.19.0",
15+
"prettier": "^3.4.2"
1616
},
1717
"scripts": {
1818
"validate": "node-red-dev validate -o validation_result.json"

0 commit comments

Comments
 (0)