mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 17:56:30 -05:00
Update dependency katex to v0.13.20
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
a601afe618
commit
32b167b072
2 changed files with 6 additions and 6 deletions
|
@ -115,7 +115,7 @@
|
|||
"i18next-browser-languagedetector": "6.1.2",
|
||||
"i18next-resources-to-backend": "1.0.0",
|
||||
"js-yaml": "4.1.0",
|
||||
"katex": "0.13.19",
|
||||
"katex": "0.13.20",
|
||||
"luxon": "2.0.2",
|
||||
"markdown-it": "12.2.0",
|
||||
"markdown-it-abbr": "1.0.4",
|
||||
|
@ -200,6 +200,6 @@
|
|||
},
|
||||
"resolutions": {
|
||||
"cypress": "7.7.0",
|
||||
"katex": "0.13.19"
|
||||
"katex": "0.13.20"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9294,10 +9294,10 @@ jsprim@^1.2.2:
|
|||
array-includes "^3.1.3"
|
||||
object.assign "^4.1.2"
|
||||
|
||||
katex@0.13.19, katex@^0.12.0:
|
||||
version "0.13.19"
|
||||
resolved "https://registry.yarnpkg.com/katex/-/katex-0.13.19.tgz#017e4c6aade5c50b99d18908393ed4e1df5a3f4a"
|
||||
integrity sha512-5a3eZvdSfdQStJhNDM3JuEOtI9U3N+KzmutLNf76YHosZeA6bcas45O4AwQQ2oVh5xHs5jiUBn5t+s2Cue+bGw==
|
||||
katex@0.13.20, katex@^0.12.0:
|
||||
version "0.13.20"
|
||||
resolved "https://registry.yarnpkg.com/katex/-/katex-0.13.20.tgz#8bb5d3a1b3383c428b36274385444c747b1fba1f"
|
||||
integrity sha512-nGuuanV0idsPpWy3LKtTYSbqHwPOr9qxXuoJ/1l5fTLA2RYXVknpqElxgudXeaMz55OnxW2KhY7BV1greb08zg==
|
||||
dependencies:
|
||||
commander "^6.0.0"
|
||||
|
||||
|
|
Loading…
Reference in a new issue