fix(deps): update dependency katex to v0.16.2 (#487)

This commit is contained in:
renovate[bot] 2022-08-30 09:08:48 +02:00 committed by GitHub
parent a45cd45d43
commit b765bdf561
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -12,7 +12,7 @@
"@cfworker/json-schema": "1.12.4",
"clipboard": "2.0.11",
"flexsearch": "0.7.21",
"katex": "0.16.1",
"katex": "0.16.2",
"mermaid": "9.1.5",
"store2": "2.14.2"
},
@ -7142,9 +7142,9 @@
}
},
"node_modules/katex": {
"version": "0.16.1",
"resolved": "https://registry.npmjs.org/katex/-/katex-0.16.1.tgz",
"integrity": "sha512-UBMAkwVv0kG5StxdAegSSCPSUb8oXO5WIIMm/c9GP+7gR3BNcmdNnmA3FIgJlsKKjRyapWFQj27h9+CNjbxVIw==",
"version": "0.16.2",
"resolved": "https://registry.npmjs.org/katex/-/katex-0.16.2.tgz",
"integrity": "sha512-70DJdQAyh9EMsthw3AaQlDyFf54X7nWEUIa5W+rq8XOpEk//w5Th7/8SqFqpvi/KZ2t6MHUj4f9wLmztBmAYQA==",
"funding": [
"https://opencollective.com/katex",
"https://github.com/sponsors/katex"
@ -18244,9 +18244,9 @@
}
},
"katex": {
"version": "0.16.1",
"resolved": "https://registry.npmjs.org/katex/-/katex-0.16.1.tgz",
"integrity": "sha512-UBMAkwVv0kG5StxdAegSSCPSUb8oXO5WIIMm/c9GP+7gR3BNcmdNnmA3FIgJlsKKjRyapWFQj27h9+CNjbxVIw==",
"version": "0.16.2",
"resolved": "https://registry.npmjs.org/katex/-/katex-0.16.2.tgz",
"integrity": "sha512-70DJdQAyh9EMsthw3AaQlDyFf54X7nWEUIa5W+rq8XOpEk//w5Th7/8SqFqpvi/KZ2t6MHUj4f9wLmztBmAYQA==",
"requires": {
"commander": "^8.0.0"
}

View File

@ -34,7 +34,7 @@
"@cfworker/json-schema": "1.12.4",
"clipboard": "2.0.11",
"flexsearch": "0.7.21",
"katex": "0.16.1",
"katex": "0.16.2",
"mermaid": "9.1.5",
"store2": "2.14.2"
},