diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fb52224..49314204 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # node-red-contrib-zwave-js Change Log + - 9.0.4 + + **Maintenance Release** + - Update dependencies + - 9.0.3 diff --git a/package.json b/package.json index 6f80d3bb..5561c9a2 100644 --- a/package.json +++ b/package.json @@ -1,18 +1,18 @@ { "name": "node-red-contrib-zwave-js", - "version": "9.0.3", + "version": "9.0.4", "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", "lodash": "^4.17.21", - "winston": "^3.11.0", - "winston-transport": "^4.6.0", - "zwave-js": "^12.4.0" + "winston": "^3.13.0", + "winston-transport": "^4.7.0", + "zwave-js": "^12.5.6" }, "devDependencies": { - "eslint": "^8.55.0", - "prettier": "^3.1.0" + "eslint": "^9.1.1", + "prettier": "^3.2.5" }, "scripts": { "validate": "node-red-dev validate -o validation_result.json"