chore(deps): update dependency json-schema to 0.4.0 [security]

This commit is contained in:
Renovate Bot 2022-02-11 21:55:15 +00:00
parent 6f41e2c261
commit ed0fd4f726
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B

10
package-lock.json generated
View File

@ -23721,9 +23721,7 @@
"dev": true
},
"json-schema": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz",
"integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=",
"version": "0.4.0",
"dev": true
},
"json-schema-traverse": {
@ -23780,14 +23778,12 @@
}
},
"jsprim": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz",
"integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=",
"version": "1.4.2",
"dev": true,
"requires": {
"assert-plus": "1.0.0",
"extsprintf": "1.3.0",
"json-schema": "0.2.3",
"json-schema": "0.4.0",
"verror": "1.10.0"
}
},