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-05-21 14:20:44 +0300
committerGitHub <noreply@github.com>2022-05-21 14:20:44 +0300
commit5b05b7d68a69e0980363f71e0624e38d3b65284a (patch)
tree7b0c85ab3e1c129ce7033fedc37973bac9351e02
parent3e12161c996b599a5e1b9fd8d7dc7c20a754e380 (diff)
fix(deps): update dependency katex to v0.15.6 (#413)v0.29.6
-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 8d5fef2..dd49fb1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -12,7 +12,7 @@
"@cfworker/json-schema": "1.12.3",
"clipboard": "2.0.11",
"flexsearch": "0.7.21",
- "katex": "0.15.3",
+ "katex": "0.15.6",
"mermaid": "9.1.1",
"store2": "2.13.2"
},
@@ -6867,9 +6867,9 @@
}
},
"node_modules/katex": {
- "version": "0.15.3",
- "resolved": "https://registry.npmjs.org/katex/-/katex-0.15.3.tgz",
- "integrity": "sha512-Al6V7RJsmjklT9QItyHWGaQCt+NYTle1bZwB1e9MR/tLoIT1MXaHy9UpfGSB7eaqDgjjqqRxQOaQGrALCrEyBQ==",
+ "version": "0.15.6",
+ "resolved": "https://registry.npmjs.org/katex/-/katex-0.15.6.tgz",
+ "integrity": "sha512-UpzJy4yrnqnhXvRPhjEuLA4lcPn6eRngixW7Q3TJErjg3Aw2PuLFBzTkdUb89UtumxjhHTqL3a5GDGETMSwgJA==",
"funding": [
"https://opencollective.com/katex",
"https://github.com/sponsors/katex"
@@ -17688,9 +17688,9 @@
}
},
"katex": {
- "version": "0.15.3",
- "resolved": "https://registry.npmjs.org/katex/-/katex-0.15.3.tgz",
- "integrity": "sha512-Al6V7RJsmjklT9QItyHWGaQCt+NYTle1bZwB1e9MR/tLoIT1MXaHy9UpfGSB7eaqDgjjqqRxQOaQGrALCrEyBQ==",
+ "version": "0.15.6",
+ "resolved": "https://registry.npmjs.org/katex/-/katex-0.15.6.tgz",
+ "integrity": "sha512-UpzJy4yrnqnhXvRPhjEuLA4lcPn6eRngixW7Q3TJErjg3Aw2PuLFBzTkdUb89UtumxjhHTqL3a5GDGETMSwgJA==",
"requires": {
"commander": "^8.0.0"
}
diff --git a/package.json b/package.json
index a66224d..f2e1361 100644
--- a/package.json
+++ b/package.json
@@ -33,7 +33,7 @@
"@cfworker/json-schema": "1.12.3",
"clipboard": "2.0.11",
"flexsearch": "0.7.21",
- "katex": "0.15.3",
+ "katex": "0.15.6",
"mermaid": "9.1.1",
"store2": "2.13.2"
},