Merge pull request #2969 from node-red/ajv-update

Update ajv to 8.2.0 - drop support for JSON-Schema draft-04
This commit is contained in:
Nick O'Leary
2021-05-27 12:17:51 +01:00
committed by GitHub
4 changed files with 7 additions and 8 deletions

View File

@@ -26,7 +26,7 @@
}
],
"dependencies": {
"ajv": "6.12.6",
"ajv": "8.2.0",
"async-mutex": "0.3.1",
"basic-auth": "2.0.1",
"bcryptjs": "2.4.3",