fix(deps): update dependency katex to v0.16.4 (#553)
This commit is contained in:
parent
21da7191a3
commit
8a5e030dc8
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -12,7 +12,7 @@
|
|||
"@cfworker/json-schema": "1.12.5",
|
||||
"clipboard": "2.0.11",
|
||||
"flexsearch": "0.7.31",
|
||||
"katex": "0.16.3",
|
||||
"katex": "0.16.4",
|
||||
"lodash": "4.17.21",
|
||||
"mermaid": "9.2.2",
|
||||
"store2": "2.14.2"
|
||||
|
@ -6258,9 +6258,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/katex": {
|
||||
"version": "0.16.3",
|
||||
"resolved": "https://registry.npmjs.org/katex/-/katex-0.16.3.tgz",
|
||||
"integrity": "sha512-3EykQddareoRmbtNiNEDgl3IGjryyrp2eg/25fHDEnlHymIDi33bptkMv6K4EOC2LZCybLW/ZkEo6Le+EM9pmA==",
|
||||
"version": "0.16.4",
|
||||
"resolved": "https://registry.npmjs.org/katex/-/katex-0.16.4.tgz",
|
||||
"integrity": "sha512-WudRKUj8yyBeVDI4aYMNxhx5Vhh2PjpzQw1GRu/LVGqL4m1AxwD1GcUp0IMbdJaf5zsjtj8ghP0DOQRYhroNkw==",
|
||||
"funding": [
|
||||
"https://opencollective.com/katex",
|
||||
"https://github.com/sponsors/katex"
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
"@cfworker/json-schema": "1.12.5",
|
||||
"clipboard": "2.0.11",
|
||||
"flexsearch": "0.7.31",
|
||||
"katex": "0.16.3",
|
||||
"katex": "0.16.4",
|
||||
"lodash": "4.17.21",
|
||||
"mermaid": "9.2.2",
|
||||
"store2": "2.14.2"
|
||||
|
|
Loading…
Reference in a new issue