Update jsonschema version

Fixes bug in `uniqueItems` property.
This commit is contained in:
Andrew Eisenberg 2023-05-02 14:26:17 -07:00
parent ece3cbc8ec
commit ef88842204
11 changed files with 602 additions and 180 deletions

5
node_modules/.package-lock.json generated vendored
View file

@ -4146,8 +4146,9 @@
}
},
"node_modules/jsonschema": {
"version": "1.2.6",
"integrity": "sha512-SqhURKZG07JyKKeo/ir24QnS4/BV7a6gQy93bUSe4lUdNp0QNpIz2c9elWJQ9dpc5cQYY6cvCzgRwy0MQCLyqA==",
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/jsonschema/-/jsonschema-1.4.1.tgz",
"integrity": "sha512-S6cATIPVv1z0IlxdN+zUk5EPjkGCdnhN4wVSBlvoUO1tOLJootbo9CquNJmbIh4yikWHiUedhRYrNPn1arpEmQ==",
"engines": {
"node": "*"
}