mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-22 05:00:39 +00:00
fix(deps): update dependency katex to v0.15.3 (#219)
This commit is contained in:
parent
e1d26dfd1f
commit
270329e0e8
14
package-lock.json
generated
14
package-lock.json
generated
@ -10,7 +10,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"clipboard": "2.0.10",
|
"clipboard": "2.0.10",
|
||||||
"katex": "0.15.2",
|
"katex": "0.15.3",
|
||||||
"mermaid": "8.14.0",
|
"mermaid": "8.14.0",
|
||||||
"store2": "2.13.1"
|
"store2": "2.13.1"
|
||||||
},
|
},
|
||||||
@ -6662,9 +6662,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/katex": {
|
"node_modules/katex": {
|
||||||
"version": "0.15.2",
|
"version": "0.15.3",
|
||||||
"resolved": "https://registry.npmjs.org/katex/-/katex-0.15.2.tgz",
|
"resolved": "https://registry.npmjs.org/katex/-/katex-0.15.3.tgz",
|
||||||
"integrity": "sha512-FfZ/f6f8bQdLmJ3McXDNTkKenQkoXkItpW0I9bsG2wgb+8JAY5bwpXFtI8ZVrg5hc1wo1X/UIhdkVMpok46tEQ==",
|
"integrity": "sha512-Al6V7RJsmjklT9QItyHWGaQCt+NYTle1bZwB1e9MR/tLoIT1MXaHy9UpfGSB7eaqDgjjqqRxQOaQGrALCrEyBQ==",
|
||||||
"funding": [
|
"funding": [
|
||||||
"https://opencollective.com/katex",
|
"https://opencollective.com/katex",
|
||||||
"https://github.com/sponsors/katex"
|
"https://github.com/sponsors/katex"
|
||||||
@ -17279,9 +17279,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"katex": {
|
"katex": {
|
||||||
"version": "0.15.2",
|
"version": "0.15.3",
|
||||||
"resolved": "https://registry.npmjs.org/katex/-/katex-0.15.2.tgz",
|
"resolved": "https://registry.npmjs.org/katex/-/katex-0.15.3.tgz",
|
||||||
"integrity": "sha512-FfZ/f6f8bQdLmJ3McXDNTkKenQkoXkItpW0I9bsG2wgb+8JAY5bwpXFtI8ZVrg5hc1wo1X/UIhdkVMpok46tEQ==",
|
"integrity": "sha512-Al6V7RJsmjklT9QItyHWGaQCt+NYTle1bZwB1e9MR/tLoIT1MXaHy9UpfGSB7eaqDgjjqqRxQOaQGrALCrEyBQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"commander": "^8.0.0"
|
"commander": "^8.0.0"
|
||||||
}
|
}
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"clipboard": "2.0.10",
|
"clipboard": "2.0.10",
|
||||||
"katex": "0.15.2",
|
"katex": "0.15.3",
|
||||||
"mermaid": "8.14.0",
|
"mermaid": "8.14.0",
|
||||||
"store2": "2.13.1"
|
"store2": "2.13.1"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user