Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-j-davies committed Jan 29, 2025
1 parent 3e29353 commit 2932121
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# node-red-contrib-zwave-js Change Log

- 9.1.3

**Maintenance Release**
- Update dependencies

- 9.1.2

**Bug Fixes**
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "node-red-contrib-zwave-js",
"version": "9.1.2",
"version": "9.1.3",
"license": "MIT",
"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.",
"dependencies": {
"limiter": "^2.1.0",
"limiter": "^3.0.0",
"lodash": "^4.17.21",
"winston": "^3.17.0",
"winston-transport": "^4.9.0",
"zwave-js": "^14.3.7"
"zwave-js": "^14.3.8"
},
"devDependencies": {
"eslint": "^9.15.0",
"prettier": "^3.3.3"
"eslint": "^9.19.0",
"prettier": "^3.4.2"
},
"scripts": {
"validate": "node-red-dev validate -o validation_result.json"
Expand Down

0 comments on commit 2932121

Please sign in to comment.