fix(deps): update dependency katex to v0.15.6 (#413)

uci-hugo-doc
renovate[bot] 2022-05-21 13:20:44 +02:00 committed by GitHub
parent 3e12161c99
commit 5b05b7d68a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -12,7 +12,7 @@
"@cfworker/json-schema": "1.12.3",
"clipboard": "2.0.11",
"flexsearch": "0.7.21",
"katex": "0.15.3",
"katex": "0.15.6",
"mermaid": "9.1.1",
"store2": "2.13.2"
},
@ -6867,9 +6867,9 @@
}
},
"node_modules/katex": {
"version": "0.15.3",
"resolved": "https://registry.npmjs.org/katex/-/katex-0.15.3.tgz",
"integrity": "sha512-Al6V7RJsmjklT9QItyHWGaQCt+NYTle1bZwB1e9MR/tLoIT1MXaHy9UpfGSB7eaqDgjjqqRxQOaQGrALCrEyBQ==",
"version": "0.15.6",
"resolved": "https://registry.npmjs.org/katex/-/katex-0.15.6.tgz",
"integrity": "sha512-UpzJy4yrnqnhXvRPhjEuLA4lcPn6eRngixW7Q3TJErjg3Aw2PuLFBzTkdUb89UtumxjhHTqL3a5GDGETMSwgJA==",
"funding": [
"https://opencollective.com/katex",
"https://github.com/sponsors/katex"
@ -17688,9 +17688,9 @@
}
},
"katex": {
"version": "0.15.3",
"resolved": "https://registry.npmjs.org/katex/-/katex-0.15.3.tgz",
"integrity": "sha512-Al6V7RJsmjklT9QItyHWGaQCt+NYTle1bZwB1e9MR/tLoIT1MXaHy9UpfGSB7eaqDgjjqqRxQOaQGrALCrEyBQ==",
"version": "0.15.6",
"resolved": "https://registry.npmjs.org/katex/-/katex-0.15.6.tgz",
"integrity": "sha512-UpzJy4yrnqnhXvRPhjEuLA4lcPn6eRngixW7Q3TJErjg3Aw2PuLFBzTkdUb89UtumxjhHTqL3a5GDGETMSwgJA==",
"requires": {
"commander": "^8.0.0"
}

View File

@ -33,7 +33,7 @@
"@cfworker/json-schema": "1.12.3",
"clipboard": "2.0.11",
"flexsearch": "0.7.21",
"katex": "0.15.3",
"katex": "0.15.6",
"mermaid": "9.1.1",
"store2": "2.13.2"
},