fix(deps): update dependency katex to v0.16.22

This commit is contained in:
renovate[bot] 2025-04-10 18:12:56 +00:00 committed by GitHub
parent 6d45e656cb
commit 64cc32c4fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "trilium", "name": "trilium",
"version": "0.92.6", "version": "0.92.7",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "trilium", "name": "trilium",
"version": "0.92.6", "version": "0.92.7",
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",
"dependencies": { "dependencies": {
"@braintree/sanitize-url": "7.1.1", "@braintree/sanitize-url": "7.1.1",
@ -61,7 +61,7 @@
"jquery.fancytree": "2.38.5", "jquery.fancytree": "2.38.5",
"js-yaml": "4.1.0", "js-yaml": "4.1.0",
"jsdom": "26.0.0", "jsdom": "26.0.0",
"katex": "0.16.21", "katex": "0.16.22",
"marked": "15.0.8", "marked": "15.0.8",
"mime-types": "3.0.1", "mime-types": "3.0.1",
"multer": "1.4.5-lts.2", "multer": "1.4.5-lts.2",
@ -13845,9 +13845,9 @@
} }
}, },
"node_modules/katex": { "node_modules/katex": {
"version": "0.16.21", "version": "0.16.22",
"resolved": "https://registry.npmjs.org/katex/-/katex-0.16.21.tgz", "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.22.tgz",
"integrity": "sha512-XvqR7FgOHtWupfMiigNzmh+MgUVmDGU2kXZm899ZkPfcuoPuFxyHmXsgATDpFZDAXCI8tvinaVcDo8PIIJSo4A==", "integrity": "sha512-XCHRdUw4lf3SKBaJe4EvgqIuWwkPSo9XoeO8GjQW94Bp7TWv9hNhzZjZ+OH9yf1UmLygb7DIT5GSFQiyt16zYg==",
"funding": [ "funding": [
"https://opencollective.com/katex", "https://opencollective.com/katex",
"https://github.com/sponsors/katex" "https://github.com/sponsors/katex"

View File

@ -123,7 +123,7 @@
"jquery.fancytree": "2.38.5", "jquery.fancytree": "2.38.5",
"js-yaml": "4.1.0", "js-yaml": "4.1.0",
"jsdom": "26.0.0", "jsdom": "26.0.0",
"katex": "0.16.21", "katex": "0.16.22",
"marked": "15.0.8", "marked": "15.0.8",
"mime-types": "3.0.1", "mime-types": "3.0.1",
"multer": "1.4.5-lts.2", "multer": "1.4.5-lts.2",