From f17099085ae051a2f0a01dcd328b47cbc5a0e9da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 01:06:15 +0000 Subject: [PATCH] Bump katex from 0.16.17 to 0.16.18 Bumps [katex](https://github.com/KaTeX/KaTeX) from 0.16.17 to 0.16.18. - [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.17...v0.16.18) --- updated-dependencies: - dependency-name: katex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- kolibri/plugins/perseus_viewer/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/kolibri/plugins/perseus_viewer/package.json b/kolibri/plugins/perseus_viewer/package.json index 78c7b09cd9..05d9fa8d8f 100644 --- a/kolibri/plugins/perseus_viewer/package.json +++ b/kolibri/plugins/perseus_viewer/package.json @@ -36,7 +36,7 @@ "fractional": "^1.0.0", "intersection-observer": "^0.12.0", "jquery": "^2.1.1", - "katex": "^0.16.17", + "katex": "^0.16.18", "lodash.debounce": "^4.0.8", "prop-types": "^15.6.1", "react": "16.14.0", diff --git a/yarn.lock b/yarn.lock index 7e6147ae54..f2e905143d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7733,10 +7733,10 @@ jszip@*, jszip@^3.1.5: readable-stream "~2.3.6" setimmediate "^1.0.5" -katex@^0.16, katex@^0.16.17: - version "0.16.17" - resolved "https://registry.yarnpkg.com/katex/-/katex-0.16.17.tgz#72c588a0beca0cac10c30f447c2fb14647f773ed" - integrity sha512-OyzSrXBllz+Jdc9Auiw0kt21gbZ4hkz8Q5srVAb2U9INcYIfGKbxe+bvNvEz1bQ/NrDeRRho5eLCyk/L03maAw== +katex@^0.16, katex@^0.16.18: + version "0.16.18" + resolved "https://registry.yarnpkg.com/katex/-/katex-0.16.18.tgz#20781284288bc52805c519e48ac756163ad4b1f3" + integrity sha512-LRuk0rPdXrecAFwQucYjMiIs0JFefk6N1q/04mlw14aVIVgxq1FO0MA9RiIIGVaKOB5GIP5GH4aBBNraZERmaQ== dependencies: commander "^8.3.0"