mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-26 11:43:59 -05:00
Update dependency katex to v0.13.11
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
90ee5f413d
commit
dff05f0240
2 changed files with 6 additions and 6 deletions
|
@ -57,7 +57,7 @@
|
|||
"i18next-browser-languagedetector": "6.1.1",
|
||||
"i18next-http-backend": "1.2.4",
|
||||
"js-yaml": "4.1.0",
|
||||
"katex": "0.13.9",
|
||||
"katex": "0.13.11",
|
||||
"luxon": "1.27.0",
|
||||
"markdown-it": "12.0.6",
|
||||
"markdown-it-abbr": "1.0.4",
|
||||
|
@ -179,6 +179,6 @@
|
|||
},
|
||||
"resolutions": {
|
||||
"cypress": "7.3.0",
|
||||
"katex": "0.13.9"
|
||||
"katex": "0.13.11"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9142,10 +9142,10 @@ jsprim@^1.2.2:
|
|||
array-includes "^3.1.2"
|
||||
object.assign "^4.1.2"
|
||||
|
||||
katex@0.13.9, katex@^0.12.0:
|
||||
version "0.13.9"
|
||||
resolved "https://registry.yarnpkg.com/katex/-/katex-0.13.9.tgz#2b40665b1d287b62df08b195689d15df7689390f"
|
||||
integrity sha512-2rz+tCHtVvQOFfq3iv2/xFOqfQmz6MWTwZ5B34kp9CX99iOT2z6YdjyiTDFm0isXR2ePRi0gF8ERwS+IpNfgNA==
|
||||
katex@0.13.11, katex@^0.12.0:
|
||||
version "0.13.11"
|
||||
resolved "https://registry.yarnpkg.com/katex/-/katex-0.13.11.tgz#66138ebf173f25ef130cd3a3ea3ea1d12a3f1362"
|
||||
integrity sha512-yJBHVIgwlAaapzlbvTpVF/ZOs8UkTj/sd46Fl8+qAf2/UiituPYVeapVD8ADZtqyRg/qNWUKt7gJoyYVWLrcXw==
|
||||
dependencies:
|
||||
commander "^6.0.0"
|
||||
|
||||
|
|
Loading…
Reference in a new issue