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

github.com/thegeeklab/hugo-geekblog.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-29 21:52:27 +0300
committerGitHub <noreply@github.com>2022-08-29 21:52:27 +0300
commite167bf12cbf916e70f7c25c3bd9bc5ed71234b3f (patch)
tree0055af3aa927e8b7f9594391aeb683e50fc93104
parenteea4b01467b8079e59bb0992290e9a81288160f1 (diff)
fix(deps): update dependency katex to v0.16.1 (#297)
-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 30fea99..c869f6d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"clipboard": "2.0.11",
- "katex": "0.16.0",
+ "katex": "0.16.1",
"mermaid": "9.1.6",
"store2": "2.14.2"
},
@@ -7092,9 +7092,9 @@
}
},
"node_modules/katex": {
- "version": "0.16.0",
- "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.0.tgz",
- "integrity": "sha512-wPRB4iUPysfH97wTgG5/tRLYxmKVq6Q4jRAWRVOUxXB1dsiv4cvcNjqabHkrOvJHM1Bpk3WrgmllSO1vIvP24w==",
+ "version": "0.16.1",
+ "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.1.tgz",
+ "integrity": "sha512-UBMAkwVv0kG5StxdAegSSCPSUb8oXO5WIIMm/c9GP+7gR3BNcmdNnmA3FIgJlsKKjRyapWFQj27h9+CNjbxVIw==",
"funding": [
"https://opencollective.com/katex",
"https://github.com/sponsors/katex"
@@ -18148,9 +18148,9 @@
}
},
"katex": {
- "version": "0.16.0",
- "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.0.tgz",
- "integrity": "sha512-wPRB4iUPysfH97wTgG5/tRLYxmKVq6Q4jRAWRVOUxXB1dsiv4cvcNjqabHkrOvJHM1Bpk3WrgmllSO1vIvP24w==",
+ "version": "0.16.1",
+ "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.1.tgz",
+ "integrity": "sha512-UBMAkwVv0kG5StxdAegSSCPSUb8oXO5WIIMm/c9GP+7gR3BNcmdNnmA3FIgJlsKKjRyapWFQj27h9+CNjbxVIw==",
"requires": {
"commander": "^8.0.0"
}
diff --git a/package.json b/package.json
index dee568e..e66941d 100644
--- a/package.json
+++ b/package.json
@@ -31,7 +31,7 @@
},
"dependencies": {
"clipboard": "2.0.11",
- "katex": "0.16.0",
+ "katex": "0.16.1",
"mermaid": "9.1.6",
"store2": "2.14.2"
},