mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-21 20:50:40 +00:00
fix(deps): update dependency katex to v0.15.6 (#249)
This commit is contained in:
parent
c5006c14c2
commit
2796380994
14
package-lock.json
generated
14
package-lock.json
generated
@ -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"
|
||||
}
|
||||
|
@ -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"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user