Skip to content

Commit e5ad7e8

Browse files
committed
Update dependencies
1 parent 021184e commit e5ad7e8

File tree

3 files changed

+28
-29
lines changed

3 files changed

+28
-29
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:12-alpine
1+
FROM node:16-alpine
22

33
WORKDIR /usr/src/app
44

package-lock.json

Lines changed: 23 additions & 24 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.4.2",
3+
"version": "1.4.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",
@@ -38,11 +38,11 @@
3838
"url": "https://github.com/alexandrainst/node-red-contrib-json-multi-schema.git"
3939
},
4040
"dependencies": {
41-
"ajv": "^8.9.0",
41+
"ajv": "^8.10.0",
4242
"ajv-formats": "^2.1.1",
43-
"jsonata": "^1.8.5",
43+
"jsonata": "^1.8.6",
4444
"node-fetch": "^2.6.7",
45-
"node-red-contrib-mock-cli": "^1.1.1"
45+
"node-red-contrib-mock-cli": "^1.2.0"
4646
},
4747
"devDependencies": {
4848
"eslint": "^7.32.0",

0 commit comments

Comments
 (0)