fix(deps): update dependency @cfworker/json-schema to v1.12.5 (#512)

This commit is contained in:
renovate[bot] 2022-10-04 09:11:48 +02:00 committed by GitHub
parent fea5e2c2ed
commit 3a6849a4b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -9,7 +9,7 @@
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"@cfworker/json-schema": "1.12.4",
"@cfworker/json-schema": "1.12.5",
"clipboard": "2.0.11",
"flexsearch": "0.7.31",
"katex": "0.16.2",
@ -404,9 +404,9 @@
"integrity": "sha512-mgmE7XBYY/21erpzhexk4Cj1cyTQ9LzvnTxtzM17BJ7ERMNE6W72mQRo0I1Ud8eFJ+RVVIcBNhLFZ3GX4XFz5w=="
},
"node_modules/@cfworker/json-schema": {
"version": "1.12.4",
"resolved": "https://registry.npmjs.org/@cfworker/json-schema/-/json-schema-1.12.4.tgz",
"integrity": "sha512-Uixq/lBfvw9Gwj68OP/breqzpWOPgxE+38z/LJB01exvaGhi9hlPoSSNWddClYFg7jTVwrDzCXCefyDFOexMZw=="
"version": "1.12.5",
"resolved": "https://registry.npmjs.org/@cfworker/json-schema/-/json-schema-1.12.5.tgz",
"integrity": "sha512-k+ungOs1TxSfNfmfOxkwaiNL2EgRQjhk2SRweMYoKkBJZUYsGsY+XYpe2KpuS9EyjZWjZhq8QvVM+gwi3g1+hQ=="
},
"node_modules/@colors/colors": {
"version": "1.5.0",
@ -10970,9 +10970,9 @@
"integrity": "sha512-mgmE7XBYY/21erpzhexk4Cj1cyTQ9LzvnTxtzM17BJ7ERMNE6W72mQRo0I1Ud8eFJ+RVVIcBNhLFZ3GX4XFz5w=="
},
"@cfworker/json-schema": {
"version": "1.12.4",
"resolved": "https://registry.npmjs.org/@cfworker/json-schema/-/json-schema-1.12.4.tgz",
"integrity": "sha512-Uixq/lBfvw9Gwj68OP/breqzpWOPgxE+38z/LJB01exvaGhi9hlPoSSNWddClYFg7jTVwrDzCXCefyDFOexMZw=="
"version": "1.12.5",
"resolved": "https://registry.npmjs.org/@cfworker/json-schema/-/json-schema-1.12.5.tgz",
"integrity": "sha512-k+ungOs1TxSfNfmfOxkwaiNL2EgRQjhk2SRweMYoKkBJZUYsGsY+XYpe2KpuS9EyjZWjZhq8QvVM+gwi3g1+hQ=="
},
"@colors/colors": {
"version": "1.5.0",

View file

@ -31,7 +31,7 @@
"node": ">=16.15 <=18"
},
"dependencies": {
"@cfworker/json-schema": "1.12.4",
"@cfworker/json-schema": "1.12.5",
"clipboard": "2.0.11",
"flexsearch": "0.7.31",
"katex": "0.16.2",