From 4c95e0d4f3ea086e539560760cfa8d49d631f24a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 16:48:56 +0000 Subject: [PATCH] chore(deps): bump katex from 0.16.8 to 0.16.9 Bumps [katex](https://github.com/KaTeX/KaTeX) from 0.16.8 to 0.16.9. - [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.8...v0.16.9) --- updated-dependencies: - dependency-name: katex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e14343f4b..246793b96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "clipboard": "^2.0.11", "cookieconsent": "^3.1.1", "echarts": "^5.4.3", - "katex": "^0.16.8", + "katex": "^0.16.9", "node-fetch": "^3.3.2", "tablesort": "^5.3.0", "twemoji": "^14.0.2", @@ -6337,9 +6337,9 @@ } }, "node_modules/katex": { - "version": "0.16.8", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.8.tgz", - "integrity": "sha512-ftuDnJbcbOckGY11OO+zg3OofESlbR5DRl2cmN8HeWeeFIV7wTXvAOx8kEjZjobhA+9wh2fbKeO6cdcA9Mnovg==", + "version": "0.16.9", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.9.tgz", + "integrity": "sha512-fsSYjWS0EEOwvy81j3vRA8TEAhQhKiqO+FQaKWp0m39qwOzHVBgAUBIXWj1pB+O2W3fIpNa6Y9KSKCVbfPhyAQ==", "funding": [ "https://opencollective.com/katex", "https://github.com/sponsors/katex" diff --git a/package.json b/package.json index c8ed4b30b..bc2df1079 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "clipboard": "^2.0.11", "cookieconsent": "^3.1.1", "echarts": "^5.4.3", - "katex": "^0.16.8", + "katex": "^0.16.9", "node-fetch": "^3.3.2", "tablesort": "^5.3.0", "twemoji": "^14.0.2",