Merge pull request #727 from TriliumNext/renovate/katex-0.x

fix(deps): update dependency katex to v0.16.14
This commit is contained in:
Elian Doran 2024-12-09 23:19:36 +02:00 committed by GitHub
commit 35eee82da5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 5 deletions

10
package-lock.json generated
View File

@ -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"
}

View File

@ -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",