Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dxdc committed Oct 31, 2021
1 parent 43c7d94 commit a9c8fde
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
"url": "https://github.com/dxdc/node-red-contrib-join-wait/issues"
},
"dependencies": {
"jsonata": "^1.8.4",
"jsonata": "^1.8.5",
"node-persist": "^2.1.0"
},
"description": "Waits for incoming messages from different input paths to arrive within a fixed time window.",
"devDependencies": {
"@types/node-red": "^1.1.1",
"eslint": "^7.31.0",
"eslint": "^8.1.0",
"eslint-plugin-mocha": "^9.0.0",
"markdown-spellcheck": "^1.3.1",
"mocha": "^9.0.3",
"node-red": "^2.0.3",
"mocha": "^9.1.3",
"node-red": "^2.1.3",
"node-red-node-test-helper": "^0.2.7",
"nyc": "^15.1.0",
"prettier": "^2.3.2",
"prettier": "^2.4.1",
"rimraf": "^3.0.2"
},
"homepage": "https://github.com/dxdc/node-red-contrib-join-wait#readme",
Expand Down Expand Up @@ -57,5 +57,5 @@
"spellcheck": "mdspell -r -n *.md",
"test": "mocha \"test/**/*_spec.js\""
},
"version": "0.5.2"
"version": "0.5.3"
}

0 comments on commit a9c8fde

Please sign in to comment.