fix(deps): update dependency @cfworker/json-schema to v2 (#865)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-08-19 10:11:44 +02:00 committed by GitHub
parent 9dd7af89f1
commit 25ff35987c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "1.0.0", "version": "1.0.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@cfworker/json-schema": "1.12.8", "@cfworker/json-schema": "2.0.0",
"clipboard": "2.0.11", "clipboard": "2.0.11",
"flexsearch": "0.7.43", "flexsearch": "0.7.43",
"katex": "0.16.11", "katex": "0.16.11",
@ -362,9 +362,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@cfworker/json-schema": { "node_modules/@cfworker/json-schema": {
"version": "1.12.8", "version": "2.0.0",
"resolved": "https://registry.npmjs.org/@cfworker/json-schema/-/json-schema-1.12.8.tgz", "resolved": "https://registry.npmjs.org/@cfworker/json-schema/-/json-schema-2.0.0.tgz",
"integrity": "sha512-hi//AkiNRh5e8yLtpmRHnboHX051bow36+sn68f7yB163vOd3EDpUzUKH/wuNETFAyZAovsAHGAyMt+6oVb2Xg==", "integrity": "sha512-n2EgK/4okzMRK1hqnNcYTFwcPsU+Ar2XVPeMROR6LRcqlpNzLZVSFRzQU1R+UbgCEw3uyfiDIGe4JDh9w/PurQ==",
"license": "MIT" "license": "MIT"
}, },
"node_modules/@colors/colors": { "node_modules/@colors/colors": {

View File

@ -33,7 +33,7 @@
"node": ">=18 <=20" "node": ">=18 <=20"
}, },
"dependencies": { "dependencies": {
"@cfworker/json-schema": "1.12.8", "@cfworker/json-schema": "2.0.0",
"clipboard": "2.0.11", "clipboard": "2.0.11",
"flexsearch": "0.7.43", "flexsearch": "0.7.43",
"katex": "0.16.11", "katex": "0.16.11",