fix(deps): update dependency katex to v0.15.6 (#413)
parent
3e12161c99
commit
5b05b7d68a
|
@ -12,7 +12,7 @@
|
||||||
"@cfworker/json-schema": "1.12.3",
|
"@cfworker/json-schema": "1.12.3",
|
||||||
"clipboard": "2.0.11",
|
"clipboard": "2.0.11",
|
||||||
"flexsearch": "0.7.21",
|
"flexsearch": "0.7.21",
|
||||||
"katex": "0.15.3",
|
"katex": "0.15.6",
|
||||||
"mermaid": "9.1.1",
|
"mermaid": "9.1.1",
|
||||||
"store2": "2.13.2"
|
"store2": "2.13.2"
|
||||||
},
|
},
|
||||||
|
@ -6867,9 +6867,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/katex": {
|
"node_modules/katex": {
|
||||||
"version": "0.15.3",
|
"version": "0.15.6",
|
||||||
"resolved": "https://registry.npmjs.org/katex/-/katex-0.15.3.tgz",
|
"resolved": "https://registry.npmjs.org/katex/-/katex-0.15.6.tgz",
|
||||||
"integrity": "sha512-Al6V7RJsmjklT9QItyHWGaQCt+NYTle1bZwB1e9MR/tLoIT1MXaHy9UpfGSB7eaqDgjjqqRxQOaQGrALCrEyBQ==",
|
"integrity": "sha512-UpzJy4yrnqnhXvRPhjEuLA4lcPn6eRngixW7Q3TJErjg3Aw2PuLFBzTkdUb89UtumxjhHTqL3a5GDGETMSwgJA==",
|
||||||
"funding": [
|
"funding": [
|
||||||
"https://opencollective.com/katex",
|
"https://opencollective.com/katex",
|
||||||
"https://github.com/sponsors/katex"
|
"https://github.com/sponsors/katex"
|
||||||
|
@ -17688,9 +17688,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"katex": {
|
"katex": {
|
||||||
"version": "0.15.3",
|
"version": "0.15.6",
|
||||||
"resolved": "https://registry.npmjs.org/katex/-/katex-0.15.3.tgz",
|
"resolved": "https://registry.npmjs.org/katex/-/katex-0.15.6.tgz",
|
||||||
"integrity": "sha512-Al6V7RJsmjklT9QItyHWGaQCt+NYTle1bZwB1e9MR/tLoIT1MXaHy9UpfGSB7eaqDgjjqqRxQOaQGrALCrEyBQ==",
|
"integrity": "sha512-UpzJy4yrnqnhXvRPhjEuLA4lcPn6eRngixW7Q3TJErjg3Aw2PuLFBzTkdUb89UtumxjhHTqL3a5GDGETMSwgJA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"commander": "^8.0.0"
|
"commander": "^8.0.0"
|
||||||
}
|
}
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
"@cfworker/json-schema": "1.12.3",
|
"@cfworker/json-schema": "1.12.3",
|
||||||
"clipboard": "2.0.11",
|
"clipboard": "2.0.11",
|
||||||
"flexsearch": "0.7.21",
|
"flexsearch": "0.7.21",
|
||||||
"katex": "0.15.3",
|
"katex": "0.15.6",
|
||||||
"mermaid": "9.1.1",
|
"mermaid": "9.1.1",
|
||||||
"store2": "2.13.2"
|
"store2": "2.13.2"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue