mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-05 04:40:43 +00:00
fix(deps): update dependency katex to v0.16.2 (#300)
This commit is contained in:
parent
0c1fad2cfa
commit
0345c47b7c
14
package-lock.json
generated
14
package-lock.json
generated
@ -10,7 +10,7 @@
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"clipboard": "2.0.11",
|
||||
"katex": "0.16.1",
|
||||
"katex": "0.16.2",
|
||||
"mermaid": "9.1.6",
|
||||
"store2": "2.14.2"
|
||||
},
|
||||
@ -7092,9 +7092,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/katex": {
|
||||
"version": "0.16.1",
|
||||
"resolved": "https://registry.npmjs.org/katex/-/katex-0.16.1.tgz",
|
||||
"integrity": "sha512-UBMAkwVv0kG5StxdAegSSCPSUb8oXO5WIIMm/c9GP+7gR3BNcmdNnmA3FIgJlsKKjRyapWFQj27h9+CNjbxVIw==",
|
||||
"version": "0.16.2",
|
||||
"resolved": "https://registry.npmjs.org/katex/-/katex-0.16.2.tgz",
|
||||
"integrity": "sha512-70DJdQAyh9EMsthw3AaQlDyFf54X7nWEUIa5W+rq8XOpEk//w5Th7/8SqFqpvi/KZ2t6MHUj4f9wLmztBmAYQA==",
|
||||
"funding": [
|
||||
"https://opencollective.com/katex",
|
||||
"https://github.com/sponsors/katex"
|
||||
@ -18154,9 +18154,9 @@
|
||||
}
|
||||
},
|
||||
"katex": {
|
||||
"version": "0.16.1",
|
||||
"resolved": "https://registry.npmjs.org/katex/-/katex-0.16.1.tgz",
|
||||
"integrity": "sha512-UBMAkwVv0kG5StxdAegSSCPSUb8oXO5WIIMm/c9GP+7gR3BNcmdNnmA3FIgJlsKKjRyapWFQj27h9+CNjbxVIw==",
|
||||
"version": "0.16.2",
|
||||
"resolved": "https://registry.npmjs.org/katex/-/katex-0.16.2.tgz",
|
||||
"integrity": "sha512-70DJdQAyh9EMsthw3AaQlDyFf54X7nWEUIa5W+rq8XOpEk//w5Th7/8SqFqpvi/KZ2t6MHUj4f9wLmztBmAYQA==",
|
||||
"requires": {
|
||||
"commander": "^8.0.0"
|
||||
}
|
||||
|
@ -31,7 +31,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"clipboard": "2.0.11",
|
||||
"katex": "0.16.1",
|
||||
"katex": "0.16.2",
|
||||
"mermaid": "9.1.6",
|
||||
"store2": "2.14.2"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user