diff --git a/package-lock.json b/package-lock.json index b20f82c..eaa817a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "markdown-it-sub": "^1.0.0", "markdown-it-sup": "^1.0.0", "markdown-it-table-of-contents": "^0.4.4", - "mathjax": "^3.0.1", + "mathjax": "^3.2.2", "mathjax-full": "^3.0.1", "string": "git+ssh://git@github.com/hackmdio/string.js.git#a68176b3d", "swr": "^1.3.0", @@ -7264,9 +7264,10 @@ } }, "node_modules/mathjax": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/mathjax/-/mathjax-3.0.1.tgz", - "integrity": "sha512-hrwOeKm3b1X4zpvLRSX89y3MZLRJTq0bSGIbo5M6BANOeGlL2z8Y8mZaKRFJ/WY4qcIrHp3f+Q9RWIaldOCUVg==" + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/mathjax/-/mathjax-3.2.2.tgz", + "integrity": "sha512-Bt+SSVU8eBG27zChVewOicYs7Xsdt40qm4+UpHyX7k0/O9NliPc+x77k1/FEsPsjKPZGJvtRZM1vO+geW0OhGw==", + "license": "Apache-2.0" }, "node_modules/mathjax-full": { "version": "3.0.1", @@ -15917,9 +15918,9 @@ } }, "mathjax": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/mathjax/-/mathjax-3.0.1.tgz", - "integrity": "sha512-hrwOeKm3b1X4zpvLRSX89y3MZLRJTq0bSGIbo5M6BANOeGlL2z8Y8mZaKRFJ/WY4qcIrHp3f+Q9RWIaldOCUVg==" + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/mathjax/-/mathjax-3.2.2.tgz", + "integrity": "sha512-Bt+SSVU8eBG27zChVewOicYs7Xsdt40qm4+UpHyX7k0/O9NliPc+x77k1/FEsPsjKPZGJvtRZM1vO+geW0OhGw==" }, "mathjax-full": { "version": "3.0.1", diff --git a/package.json b/package.json index 2e1de11..4da6251 100644 --- a/package.json +++ b/package.json @@ -350,7 +350,7 @@ "markdown-it-sub": "^1.0.0", "markdown-it-sup": "^1.0.0", "markdown-it-table-of-contents": "^0.4.4", - "mathjax": "^3.0.1", + "mathjax": "^3.2.2", "mathjax-full": "^3.0.1", "string": "git+ssh://git@github.com/hackmdio/string.js.git#a68176b3d", "swr": "^1.3.0",