Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thegeeklab/hugo-geekdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-08-30 02:50:04 +0300
committerGitHub <noreply@github.com>2022-08-30 02:50:04 +0300
commit2a40b5c457ba04af0aa3cbdb78f914437c3f3eb9 (patch)
tree1eb89a0c6bc3c1a549f08a39b56af701096696c6
parent621c093fa7afab751a088c6d28e6468972b4618c (diff)
fix(deps): update dependency katex to v0.16.2renovate/katex-0.x
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 2103f20..cef9900 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -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"
}
diff --git a/package.json b/package.json
index e39bf22..873824d 100644
--- a/package.json
+++ b/package.json
@@ -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"
},