mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-09 23:24:07 -08:00
Add jsonschema
This commit is contained in:
parent
5fa2fcb0d9
commit
49940a9dad
9
package-lock.json
generated
9
package-lock.json
generated
|
@ -41,6 +41,7 @@
|
|||
"jsesc": "~3.0.2",
|
||||
"json5": "~2.2.3",
|
||||
"jsonata": "^2.0.3",
|
||||
"jsonschema": "~1.4.1",
|
||||
"jsonwebtoken": "~9.0.0",
|
||||
"jwt-decode": "~3.1.2",
|
||||
"kafkajs": "^2.2.4",
|
||||
|
@ -13234,6 +13235,14 @@
|
|||
"graceful-fs": "^4.1.6"
|
||||
}
|
||||
},
|
||||
"node_modules/jsonschema": {
|
||||
"version": "1.4.1",
|
||||
"resolved": "https://registry.npmjs.org/jsonschema/-/jsonschema-1.4.1.tgz",
|
||||
"integrity": "sha512-S6cATIPVv1z0IlxdN+zUk5EPjkGCdnhN4wVSBlvoUO1tOLJootbo9CquNJmbIh4yikWHiUedhRYrNPn1arpEmQ==",
|
||||
"engines": {
|
||||
"node": "*"
|
||||
}
|
||||
},
|
||||
"node_modules/jsonwebtoken": {
|
||||
"version": "9.0.0",
|
||||
"resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz",
|
||||
|
|
|
@ -108,6 +108,7 @@
|
|||
"jsesc": "~3.0.2",
|
||||
"json5": "~2.2.3",
|
||||
"jsonata": "^2.0.3",
|
||||
"jsonschema": "~1.4.1",
|
||||
"jsonwebtoken": "~9.0.0",
|
||||
"jwt-decode": "~3.1.2",
|
||||
"kafkajs": "^2.2.4",
|
||||
|
|
Loading…
Reference in a new issue