mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
Merge pull request #727 from TriliumNext/renovate/katex-0.x
fix(deps): update dependency katex to v0.16.14
This commit is contained in:
commit
35eee82da5
10
package-lock.json
generated
10
package-lock.json
generated
@ -63,7 +63,7 @@
|
||||
"jquery.fancytree": "2.38.3",
|
||||
"jsdom": "25.0.0",
|
||||
"jsplumb": "2.15.6",
|
||||
"katex": "0.16.11",
|
||||
"katex": "0.16.14",
|
||||
"knockout": "3.5.1",
|
||||
"mark.js": "8.11.1",
|
||||
"marked": "15.0.3",
|
||||
@ -11777,13 +11777,14 @@
|
||||
}
|
||||
},
|
||||
"node_modules/katex": {
|
||||
"version": "0.16.11",
|
||||
"resolved": "https://registry.npmjs.org/katex/-/katex-0.16.11.tgz",
|
||||
"integrity": "sha512-RQrI8rlHY92OLf3rho/Ts8i/XvjgguEjOkO1BEXcU3N8BqPpSzBNwV/G0Ukr+P/l3ivvJUE/Fa/CwbS6HesGNQ==",
|
||||
"version": "0.16.14",
|
||||
"resolved": "https://registry.npmjs.org/katex/-/katex-0.16.14.tgz",
|
||||
"integrity": "sha512-tnUUAL/S+f/w8KrRpCFcCW/msuIlBkOmVnTmvdEK6WCkx6uDPRj3d9SBAP+qB5x0MCeOyUbdbIMtT5cUJD8aRw==",
|
||||
"funding": [
|
||||
"https://opencollective.com/katex",
|
||||
"https://github.com/sponsors/katex"
|
||||
],
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"commander": "^8.3.0"
|
||||
},
|
||||
@ -11795,6 +11796,7 @@
|
||||
"version": "8.3.0",
|
||||
"resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
|
||||
"integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">= 12"
|
||||
}
|
||||
|
@ -106,7 +106,7 @@
|
||||
"jquery.fancytree": "2.38.3",
|
||||
"jsdom": "25.0.0",
|
||||
"jsplumb": "2.15.6",
|
||||
"katex": "0.16.11",
|
||||
"katex": "0.16.14",
|
||||
"knockout": "3.5.1",
|
||||
"mark.js": "8.11.1",
|
||||
"marked": "15.0.3",
|
||||
|
Loading…
x
Reference in New Issue
Block a user