fix(deps): update dependency @cfworker/json-schema to v1.12.4 (#477)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
0d4195fc9a
commit
aa5217d0da
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -9,7 +9,7 @@
|
|||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@cfworker/json-schema": "1.12.3",
|
||||
"@cfworker/json-schema": "1.12.4",
|
||||
"clipboard": "2.0.11",
|
||||
"flexsearch": "0.7.21",
|
||||
"katex": "0.16.0",
|
||||
|
@ -415,9 +415,9 @@
|
|||
"integrity": "sha512-mgmE7XBYY/21erpzhexk4Cj1cyTQ9LzvnTxtzM17BJ7ERMNE6W72mQRo0I1Ud8eFJ+RVVIcBNhLFZ3GX4XFz5w=="
|
||||
},
|
||||
"node_modules/@cfworker/json-schema": {
|
||||
"version": "1.12.3",
|
||||
"resolved": "https://registry.npmjs.org/@cfworker/json-schema/-/json-schema-1.12.3.tgz",
|
||||
"integrity": "sha512-L27wX0PkCGKadJeNqfpiLrXSfbLoC7xTmnF9OImA3Zr6Vtd9BeZGEOa5SKEzeS+ukkFUtN98Pz77vdEfobeTFg=="
|
||||
"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=="
|
||||
},
|
||||
"node_modules/@colors/colors": {
|
||||
"version": "1.5.0",
|
||||
|
@ -12875,9 +12875,9 @@
|
|||
"integrity": "sha512-mgmE7XBYY/21erpzhexk4Cj1cyTQ9LzvnTxtzM17BJ7ERMNE6W72mQRo0I1Ud8eFJ+RVVIcBNhLFZ3GX4XFz5w=="
|
||||
},
|
||||
"@cfworker/json-schema": {
|
||||
"version": "1.12.3",
|
||||
"resolved": "https://registry.npmjs.org/@cfworker/json-schema/-/json-schema-1.12.3.tgz",
|
||||
"integrity": "sha512-L27wX0PkCGKadJeNqfpiLrXSfbLoC7xTmnF9OImA3Zr6Vtd9BeZGEOa5SKEzeS+ukkFUtN98Pz77vdEfobeTFg=="
|
||||
"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=="
|
||||
},
|
||||
"@colors/colors": {
|
||||
"version": "1.5.0",
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"node": ">=16.15 <=18"
|
||||
},
|
||||
"dependencies": {
|
||||
"@cfworker/json-schema": "1.12.3",
|
||||
"@cfworker/json-schema": "1.12.4",
|
||||
"clipboard": "2.0.11",
|
||||
"flexsearch": "0.7.21",
|
||||
"katex": "0.16.0",
|
||||
|
|
Loading…
Reference in a new issue