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

github.com/peaceiris/hugo-theme-iris.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-20 05:49:19 +0300
committerGitHub <noreply@github.com>2022-05-20 05:49:19 +0300
commitdfa8c30bc8fd3bd344c3f25cb0fc6eb601739932 (patch)
treede45765f0b4b767486543b48cf4f08569181e476
parent83051b8a08111cea424c670dc46b9248353fc476 (diff)
deps(npm): bump mathjax from 3.2.0 to 3.2.1 in /exampleSite (#535)
-rw-r--r--exampleSite/package-lock.json14
-rw-r--r--exampleSite/package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/exampleSite/package-lock.json b/exampleSite/package-lock.json
index cfeb542f..0c801e03 100644
--- a/exampleSite/package-lock.json
+++ b/exampleSite/package-lock.json
@@ -11,7 +11,7 @@
"dependencies": {
"bulma": "^0.9.4",
"hotkeys-js": "^3.9.3",
- "mathjax": "^3.2.0",
+ "mathjax": "^3.2.1",
"mermaid": "^9.1.1",
"reveal.js": "^4.0.2"
}
@@ -771,9 +771,9 @@
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
},
"node_modules/mathjax": {
- "version": "3.2.0",
- "resolved": "https://registry.npmjs.org/mathjax/-/mathjax-3.2.0.tgz",
- "integrity": "sha512-PL+rdYRK4Wxif+SQ94zP/L0sv6/oW/1WdQiIx0Jvn9FZaU5W9E6nlIv8liYAXBNPL2Fw/i+o/mZ1212eSzn0Cw=="
+ "version": "3.2.1",
+ "resolved": "https://registry.npmjs.org/mathjax/-/mathjax-3.2.1.tgz",
+ "integrity": "sha512-blUch14trKnfQHjDjy1kdg5bN8jK0bdHbkerQBKCrZ3Anpb81zZ7xnj5J55vsqQoG+Irz3BHBDzRssjeehkzxg=="
},
"node_modules/mermaid": {
"version": "9.1.1",
@@ -1455,9 +1455,9 @@
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
},
"mathjax": {
- "version": "3.2.0",
- "resolved": "https://registry.npmjs.org/mathjax/-/mathjax-3.2.0.tgz",
- "integrity": "sha512-PL+rdYRK4Wxif+SQ94zP/L0sv6/oW/1WdQiIx0Jvn9FZaU5W9E6nlIv8liYAXBNPL2Fw/i+o/mZ1212eSzn0Cw=="
+ "version": "3.2.1",
+ "resolved": "https://registry.npmjs.org/mathjax/-/mathjax-3.2.1.tgz",
+ "integrity": "sha512-blUch14trKnfQHjDjy1kdg5bN8jK0bdHbkerQBKCrZ3Anpb81zZ7xnj5J55vsqQoG+Irz3BHBDzRssjeehkzxg=="
},
"mermaid": {
"version": "9.1.1",
diff --git a/exampleSite/package.json b/exampleSite/package.json
index 566ba79f..d0ad57a8 100644
--- a/exampleSite/package.json
+++ b/exampleSite/package.json
@@ -9,7 +9,7 @@
"dependencies": {
"bulma": "^0.9.4",
"hotkeys-js": "^3.9.3",
- "mathjax": "^3.2.0",
+ "mathjax": "^3.2.1",
"mermaid": "^9.1.1",
"reveal.js": "^4.0.2"
},