diff --git a/package-lock.json b/package-lock.json index c6fba325..130bbb8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "highlight.js": "^11.5", "hugo-installer": "^4.0.1", "instant.page": "^5.1", - "katex": "^0.16", + "katex": "^0.17", "lazysizes": "^5.3", "markdownlint-cli2": "^0.18.1", "netlify-plugin-submit-sitemap": "^0.4.0", @@ -6239,9 +6239,9 @@ } }, "node_modules/katex": { - "version": "0.16.22", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.22.tgz", - "integrity": "sha512-XCHRdUw4lf3SKBaJe4EvgqIuWwkPSo9XoeO8GjQW94Bp7TWv9hNhzZjZ+OH9yf1UmLygb7DIT5GSFQiyt16zYg==", + "version": "0.17.0", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.17.0.tgz", + "integrity": "sha512-Vdw0ATsQ9V+LuegM/BTwQqV/6cTl5lbGcIrU+BCgLxyf6bo38ybOr372tuSIxir3CN720flu1meYR6XzNMwQnw==", "dev": true, "funding": [ "https://opencollective.com/katex", @@ -6838,6 +6838,33 @@ "url": "https://opencollective.com/unified" } }, + "node_modules/micromark-extension-math/node_modules/commander": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", + "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 12" + } + }, + "node_modules/micromark-extension-math/node_modules/katex": { + "version": "0.16.47", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.47.tgz", + "integrity": "sha512-Eeo8Ys1doU1z+x8AZsPpQu+p/QcZBI5PeOo7QGQdy2x2m0MU/hYagBbGOmXwr5KVbEfVuWv9LpnQWeehogurjg==", + "dev": true, + "funding": [ + "https://opencollective.com/katex", + "https://github.com/sponsors/katex" + ], + "license": "MIT", + "dependencies": { + "commander": "^8.3.0" + }, + "bin": { + "katex": "cli.js" + } + }, "node_modules/micromark-factory-destination": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz", diff --git a/package.json b/package.json index 113491e2..e1818e6d 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "highlight.js": "^11.5", "hugo-installer": "^4.0.1", "instant.page": "^5.1", - "katex": "^0.16", + "katex": "^0.17", "lazysizes": "^5.3", "markdownlint-cli2": "^0.18.1", "netlify-plugin-submit-sitemap": "^0.4.0",