Skip to content

Commit eda80e7

Browse files
committed
Update dependencies
1 parent c3aced0 commit eda80e7

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-contrib-json-multi-schema",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "Generic JSON data pipeline tools, with dynamic transformation (using JSONata rules), resolving JSON Schema (using JSONata rules), and then validation (using JSON Schema). For Node-RED and for command-line.",
55
"main": "index.js",
66
"readmeFilename": "readme.md",
@@ -33,13 +33,13 @@
3333
"url": "https://github.com/alexandrainst/node-red-contrib-json-multi-schema.git"
3434
},
3535
"dependencies": {
36-
"ajv": "^6.12.2",
36+
"ajv": "^6.12.3",
3737
"jsonata": "^1.8.3",
3838
"node-fetch": "^2.6.0",
39-
"node-red-contrib-mock-cli": "^1.0.8"
39+
"node-red-contrib-mock-cli": "^1.0.9"
4040
},
4141
"devDependencies": {
42-
"jshint": "^2.11.1"
42+
"jshint": "^2.12.0"
4343
},
4444
"jshintConfig": {
4545
"esversion": 8,

0 commit comments

Comments
 (0)