From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 11:21:39 +0000 (+0530) Subject: Bump katex from 0.16.3 to 0.16.4 (#1007) X-Git-Tag: v2.2.3~14 X-Git-Url: https://git.wafflesoft.org/?a=commitdiff_plain;h=7606c9d3256f6aa45536039c64090d322ccd7ad0;p=cinny.git Bump katex from 0.16.3 to 0.16.4 (#1007) Bumps [katex](https://github.com/KaTeX/KaTeX) from 0.16.3 to 0.16.4. - [Release notes](https://github.com/KaTeX/KaTeX/releases) - [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md) - [Commits](https://github.com/KaTeX/KaTeX/compare/v0.16.3...v0.16.4) --- updated-dependencies: - dependency-name: katex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/package-lock.json b/package-lock.json index 4d8dfff..1d318de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "flux": "4.0.3", "formik": "2.2.9", "html-react-parser": "3.0.4", - "katex": "0.16.3", + "katex": "0.16.4", "linkify-html": "4.0.2", "linkifyjs": "4.0.2", "matrix-js-sdk": "21.2.0", @@ -7310,9 +7310,9 @@ } }, "node_modules/katex": { - "version": "0.16.3", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.3.tgz", - "integrity": "sha512-3EykQddareoRmbtNiNEDgl3IGjryyrp2eg/25fHDEnlHymIDi33bptkMv6K4EOC2LZCybLW/ZkEo6Le+EM9pmA==", + "version": "0.16.4", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.4.tgz", + "integrity": "sha512-WudRKUj8yyBeVDI4aYMNxhx5Vhh2PjpzQw1GRu/LVGqL4m1AxwD1GcUp0IMbdJaf5zsjtj8ghP0DOQRYhroNkw==", "funding": [ "https://opencollective.com/katex", "https://github.com/sponsors/katex" diff --git a/package.json b/package.json index 46be021..451439f 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "flux": "4.0.3", "formik": "2.2.9", "html-react-parser": "3.0.4", - "katex": "0.16.3", + "katex": "0.16.4", "linkify-html": "4.0.2", "linkifyjs": "4.0.2", "matrix-js-sdk": "21.2.0",