diff --git a/package-lock.json b/package-lock.json index 2baad6d..e3e0146 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "license": "MIT", "dependencies": { - "katex": "^0.16.11", + "katex": "^0.16.15", "markdown-it-texmath": "^1.0.0" }, "devDependencies": { @@ -3613,9 +3613,9 @@ } }, "node_modules/katex": { - "version": "0.16.11", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.11.tgz", - "integrity": "sha512-RQrI8rlHY92OLf3rho/Ts8i/XvjgguEjOkO1BEXcU3N8BqPpSzBNwV/G0Ukr+P/l3ivvJUE/Fa/CwbS6HesGNQ==", + "version": "0.16.15", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.15.tgz", + "integrity": "sha512-yE9YJIEAk2aZ+FL/G8r+UGw0CTUzEA8ZFy6E+8tc3spHUKq3qBnzCkI1CQwGoI9atJhVyFPEypQsTY7mJ1Pi9w==", "funding": [ "https://opencollective.com/katex", "https://github.com/sponsors/katex" diff --git a/package.json b/package.json index 71f777c..079e951 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "vuepress": "2.0.0-rc.18" }, "dependencies": { - "katex": "^0.16.11", + "katex": "^0.16.15", "markdown-it-texmath": "^1.0.0" } }