fix(deps): update dependency @cfworker/json-schema to v3.0.1 (#918)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-11-15 21:46:02 +01:00 committed by GitHub
parent 17896c01b5
commit dbb79671d0
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": "3.0.0", "@cfworker/json-schema": "3.0.1",
"clipboard": "2.0.11", "clipboard": "2.0.11",
"flexsearch": "0.7.43", "flexsearch": "0.7.43",
"katex": "0.16.11", "katex": "0.16.11",
@ -364,9 +364,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@cfworker/json-schema": { "node_modules/@cfworker/json-schema": {
"version": "3.0.0", "version": "3.0.1",
"resolved": "https://registry.npmjs.org/@cfworker/json-schema/-/json-schema-3.0.0.tgz", "resolved": "https://registry.npmjs.org/@cfworker/json-schema/-/json-schema-3.0.1.tgz",
"integrity": "sha512-OY3ZlEWVvDrazJhi2oKQ9i0BXXyo83MQMwrvbbKDP7m95jUjFWChow5y5rO75d5E6ssEUQRDmJL6AwfeJf8giw==", "integrity": "sha512-fjgm7yhAaUVp7Lp4WGTiuBXzXgUoKWxVEFEte0YWdPIo6tWMxL3Jv7zrGSaxd/4fihLaRJEUsK1aMkGdAEcqUg==",
"license": "MIT" "license": "MIT"
}, },
"node_modules/@chevrotain/cst-dts-gen": { "node_modules/@chevrotain/cst-dts-gen": {

View File

@ -34,7 +34,7 @@
"node": ">=18 <=22" "node": ">=18 <=22"
}, },
"dependencies": { "dependencies": {
"@cfworker/json-schema": "3.0.0", "@cfworker/json-schema": "3.0.1",
"clipboard": "2.0.11", "clipboard": "2.0.11",
"flexsearch": "0.7.43", "flexsearch": "0.7.43",
"katex": "0.16.11", "katex": "0.16.11",