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.6 (#379)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
81b2674778
commit
ed83823f4a
10
package-lock.json
generated
10
package-lock.json
generated
@ -10,7 +10,7 @@
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"clipboard": "2.0.11",
|
||||
"katex": "0.16.4",
|
||||
"katex": "0.16.6",
|
||||
"mermaid": "10.1.0",
|
||||
"store2": "2.14.2"
|
||||
},
|
||||
@ -6351,15 +6351,15 @@
|
||||
}
|
||||
},
|
||||
"node_modules/katex": {
|
||||
"version": "0.16.4",
|
||||
"resolved": "https://registry.npmjs.org/katex/-/katex-0.16.4.tgz",
|
||||
"integrity": "sha512-WudRKUj8yyBeVDI4aYMNxhx5Vhh2PjpzQw1GRu/LVGqL4m1AxwD1GcUp0IMbdJaf5zsjtj8ghP0DOQRYhroNkw==",
|
||||
"version": "0.16.6",
|
||||
"resolved": "https://registry.npmjs.org/katex/-/katex-0.16.6.tgz",
|
||||
"integrity": "sha512-XVB7X8jEogjJ+OY+a9JdE+VOk9i7znela0HP6WaDbpB4sUh8ghrG0Ccluu2MA2tcJbFAViBC9aVXus2UvkEr8A==",
|
||||
"funding": [
|
||||
"https://opencollective.com/katex",
|
||||
"https://github.com/sponsors/katex"
|
||||
],
|
||||
"dependencies": {
|
||||
"commander": "^8.0.0"
|
||||
"commander": "^8.3.0"
|
||||
},
|
||||
"bin": {
|
||||
"katex": "cli.js"
|
||||
|
@ -32,7 +32,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"clipboard": "2.0.11",
|
||||
"katex": "0.16.4",
|
||||
"katex": "0.16.6",
|
||||
"mermaid": "10.1.0",
|
||||
"store2": "2.14.2"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user