fix(deps): update dependency katex to v0.15.3 (#364)
parent
213985854b
commit
a92fed899b
|
@ -12,7 +12,7 @@
|
|||
"@cfworker/json-schema": "1.12.2",
|
||||
"clipboard": "2.0.10",
|
||||
"flexsearch": "0.7.21",
|
||||
"katex": "0.15.2",
|
||||
"katex": "0.15.3",
|
||||
"mermaid": "8.14.0",
|
||||
"store2": "2.13.1"
|
||||
},
|
||||
|
@ -6660,9 +6660,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/katex": {
|
||||
"version": "0.15.2",
|
||||
"resolved": "https://registry.npmjs.org/katex/-/katex-0.15.2.tgz",
|
||||
"integrity": "sha512-FfZ/f6f8bQdLmJ3McXDNTkKenQkoXkItpW0I9bsG2wgb+8JAY5bwpXFtI8ZVrg5hc1wo1X/UIhdkVMpok46tEQ==",
|
||||
"version": "0.15.3",
|
||||
"resolved": "https://registry.npmjs.org/katex/-/katex-0.15.3.tgz",
|
||||
"integrity": "sha512-Al6V7RJsmjklT9QItyHWGaQCt+NYTle1bZwB1e9MR/tLoIT1MXaHy9UpfGSB7eaqDgjjqqRxQOaQGrALCrEyBQ==",
|
||||
"funding": [
|
||||
"https://opencollective.com/katex",
|
||||
"https://github.com/sponsors/katex"
|
||||
|
@ -17280,9 +17280,9 @@
|
|||
}
|
||||
},
|
||||
"katex": {
|
||||
"version": "0.15.2",
|
||||
"resolved": "https://registry.npmjs.org/katex/-/katex-0.15.2.tgz",
|
||||
"integrity": "sha512-FfZ/f6f8bQdLmJ3McXDNTkKenQkoXkItpW0I9bsG2wgb+8JAY5bwpXFtI8ZVrg5hc1wo1X/UIhdkVMpok46tEQ==",
|
||||
"version": "0.15.3",
|
||||
"resolved": "https://registry.npmjs.org/katex/-/katex-0.15.3.tgz",
|
||||
"integrity": "sha512-Al6V7RJsmjklT9QItyHWGaQCt+NYTle1bZwB1e9MR/tLoIT1MXaHy9UpfGSB7eaqDgjjqqRxQOaQGrALCrEyBQ==",
|
||||
"requires": {
|
||||
"commander": "^8.0.0"
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
"@cfworker/json-schema": "1.12.2",
|
||||
"clipboard": "2.0.10",
|
||||
"flexsearch": "0.7.21",
|
||||
"katex": "0.15.2",
|
||||
"katex": "0.15.3",
|
||||
"mermaid": "8.14.0",
|
||||
"store2": "2.13.1"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue