Skip to content

Commit 61e8f90

Browse files
committed
Release 1.5.1
And minor update of dependencies
1 parent 1484b85 commit 61e8f90

File tree

2 files changed

+123
-84
lines changed

2 files changed

+123
-84
lines changed

package-lock.json

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

package.json

Lines changed: 6 additions & 6 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.5.0",
3+
"version": "1.5.1",
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",
@@ -40,16 +40,16 @@
4040
"dependencies": {
4141
"ajv": "^8.12.0",
4242
"ajv-formats": "^2.1.1",
43-
"jsonata": "^2.0.0",
44-
"node-fetch": "^2.6.7",
43+
"jsonata": "^2.0.1",
44+
"node-fetch": "^2.6.9",
4545
"node-red-contrib-mock-cli": "^1.2.2"
4646
},
4747
"devDependencies": {
48-
"eslint": "^8.31.0",
48+
"eslint": "^8.33.0",
4949
"eslint-config-standard": "^17.0.0",
5050
"eslint-plugin-html": "^7.1.0",
51-
"eslint-plugin-import": "^2.26.0",
52-
"eslint-plugin-n": "^15.6.0",
51+
"eslint-plugin-import": "^2.27.5",
52+
"eslint-plugin-n": "^15.6.1",
5353
"eslint-plugin-promise": "^6.1.1"
5454
},
5555
"scripts": {

0 commit comments

Comments
 (0)