fix(deps): update dependency katex to v0.14.1 (#223)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
uci-hugo-doc
renovate[bot] 2021-10-30 22:17:42 +02:00 committed by GitHub
parent beee55a775
commit aab5b8314d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -4855,9 +4855,9 @@
"dev": true
},
"katex": {
"version": "0.13.24",
"resolved": "https://registry.npmjs.org/katex/-/katex-0.13.24.tgz",
"integrity": "sha512-jZxYuKCma3VS5UuxOx/rFV1QyGSl3Uy/i0kTJF3HgQ5xMinCQVF8Zd4bMY/9aI9b9A2pjIBOsjSSm68ykTAr8w==",
"version": "0.14.1",
"resolved": "https://registry.npmjs.org/katex/-/katex-0.14.1.tgz",
"integrity": "sha512-CweL2N9NLce3SfRonyqRYahz7skD2/VVhGGrh+d3IytKjKEGg1vwFarLrtCOakwVJoqZxldkEr0eUkUwGkAOTw==",
"requires": {
"commander": "^8.0.0"
}

View File

@ -16,7 +16,7 @@
"dependencies": {
"clipboard": "2.0.8",
"flexsearch": "0.7.21",
"katex": "0.13.24",
"katex": "0.14.1",
"mermaid": "8.13.3"
},
"devDependencies": {