mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-23 02:06:29 -05:00
Update dependency katex to v0.13.19
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
ba14bb4149
commit
76e54e001e
2 changed files with 6 additions and 6 deletions
|
@ -115,7 +115,7 @@
|
||||||
"i18next-browser-languagedetector": "6.1.2",
|
"i18next-browser-languagedetector": "6.1.2",
|
||||||
"i18next-resources-to-backend": "1.0.0",
|
"i18next-resources-to-backend": "1.0.0",
|
||||||
"js-yaml": "4.1.0",
|
"js-yaml": "4.1.0",
|
||||||
"katex": "0.13.18",
|
"katex": "0.13.19",
|
||||||
"luxon": "2.0.2",
|
"luxon": "2.0.2",
|
||||||
"markdown-it": "12.2.0",
|
"markdown-it": "12.2.0",
|
||||||
"markdown-it-abbr": "1.0.4",
|
"markdown-it-abbr": "1.0.4",
|
||||||
|
@ -200,6 +200,6 @@
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"cypress": "7.7.0",
|
"cypress": "7.7.0",
|
||||||
"katex": "0.13.18"
|
"katex": "0.13.19"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9293,10 +9293,10 @@ jsprim@^1.2.2:
|
||||||
array-includes "^3.1.3"
|
array-includes "^3.1.3"
|
||||||
object.assign "^4.1.2"
|
object.assign "^4.1.2"
|
||||||
|
|
||||||
katex@0.13.18, katex@^0.12.0:
|
katex@0.13.19, katex@^0.12.0:
|
||||||
version "0.13.18"
|
version "0.13.19"
|
||||||
resolved "https://registry.yarnpkg.com/katex/-/katex-0.13.18.tgz#ba89e8e4b70cc2325e25e019a62b9fe71e5c2931"
|
resolved "https://registry.yarnpkg.com/katex/-/katex-0.13.19.tgz#017e4c6aade5c50b99d18908393ed4e1df5a3f4a"
|
||||||
integrity sha512-a3dC4NSVSDU3O1WZbTnOiA8rVNJ2lSiomOl0kmckCIGObccIHXof7gAseIY0o1gjEspe+34ZeSEX2D1ChFKIvA==
|
integrity sha512-5a3eZvdSfdQStJhNDM3JuEOtI9U3N+KzmutLNf76YHosZeA6bcas45O4AwQQ2oVh5xHs5jiUBn5t+s2Cue+bGw==
|
||||||
dependencies:
|
dependencies:
|
||||||
commander "^6.0.0"
|
commander "^6.0.0"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue