Skip to content

Commit

Permalink
Bump Deps (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-j-davies committed Dec 30, 2021
1 parent ee9bc53 commit f1bfd6c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# node-red-contrib-zwave-js Change Log

- 6.4.1

**Changes**
- Bump ZWJS to 8.9.2
- Bump Express to 4.17.2
- Bump Winston-Transports to 4.4.1
- Bump ESLint to 8.5.0


- 6.4.0

**Fixes**
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "node-red-contrib-zwave-js",
"version": "6.4.0",
"version": "6.4.1",
"license": "MIT",
"description": "An extremely powerful, easy to use, and feature rich Z-Wave node for Node Red, based on Z-Wave JS.",
"dependencies": {
"express": "^4.17.1",
"express": "^4.17.2",
"limiter": "^2.1.0",
"lodash": "^4.17.21",
"serialport": "9.2.8",
"winston": "^3.3.3",
"winston-transport": "^4.4.0",
"zwave-js": "^8.8.2",
"winston-transport": "^4.4.1",
"zwave-js": "^8.9.2",
"ip": "^1.1.5"
},
"devDependencies": {
"eslint": "^8.3.0",
"prettier": "^2.5.0"
"eslint": "^8.5.0",
"prettier": "^2.5.1"
},
"engines": {
"node": ">=12.22.2",
Expand Down

0 comments on commit f1bfd6c

Please sign in to comment.