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

This commit is contained in:
renovate[bot] 2022-05-21 13:20:37 +02:00 committed by GitHub
parent c5006c14c2
commit 2796380994
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

@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"clipboard": "2.0.11",
"katex": "0.15.3",
"katex": "0.15.6",
"mermaid": "9.1.1",
"store2": "2.13.2"
},
@ -6855,9 +6855,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"
@ -17666,9 +17666,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

@ -31,7 +31,7 @@
},
"dependencies": {
"clipboard": "2.0.11",
"katex": "0.15.3",
"katex": "0.15.6",
"mermaid": "9.1.1",
"store2": "2.13.2"
},