From 688a9954f80804f350b3865623301d4d846ce554 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 21:48:41 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20Bump=20katex=20from=200.16.8=20t?= =?UTF-8?q?o=200.16.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 257bfa01..efca1cec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@tailwindcss/typography": "^0.5.10", "chart.js": "^4.4.0", "fuse.js": "^6.6.2", - "katex": "^0.16.8", + "katex": "^0.16.9", "mermaid": "^10.5.0", "prettier": "^3.0.3", "prettier-plugin-go-template": "^0.0.15", @@ -1352,9 +1352,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==", "dev": true, "funding": [ "https://opencollective.com/katex", @@ -4111,9 +4111,9 @@ "dev": true }, "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==", "dev": true, "requires": { "commander": "^8.3.0" diff --git a/package.json b/package.json index 9a2a0c13..010b3ebf 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@tailwindcss/typography": "^0.5.10", "chart.js": "^4.4.0", "fuse.js": "^6.6.2", - "katex": "^0.16.8", + "katex": "^0.16.9", "mermaid": "^10.5.0", "prettier": "^3.0.3", "prettier-plugin-go-template": "^0.0.15",