From 5cceac90ccb98dae557d1996ef4c9ab88e553e13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 01:59:10 +0000 Subject: [PATCH] chore(deps): bump katex from 0.16.11 to 0.16.14 Bumps [katex](https://github.com/KaTeX/KaTeX) from 0.16.11 to 0.16.14. - [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.11...v0.16.14) --- updated-dependencies: - dependency-name: katex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 30bdd7c..a443795 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@vercel/speed-insights": "^1.1.0", "gray-matter": "^4.0.3", "html-react-parser": "^5.1.18", - "katex": "^0.16.11", + "katex": "^0.16.14", "next": "^14.2.20", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -6496,14 +6496,13 @@ } }, "node_modules/katex": { - "version": "0.16.11", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.11.tgz", - "integrity": "sha512-RQrI8rlHY92OLf3rho/Ts8i/XvjgguEjOkO1BEXcU3N8BqPpSzBNwV/G0Ukr+P/l3ivvJUE/Fa/CwbS6HesGNQ==", + "version": "0.16.14", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.14.tgz", + "integrity": "sha512-tnUUAL/S+f/w8KrRpCFcCW/msuIlBkOmVnTmvdEK6WCkx6uDPRj3d9SBAP+qB5x0MCeOyUbdbIMtT5cUJD8aRw==", "funding": [ "https://opencollective.com/katex", "https://github.com/sponsors/katex" ], - "license": "MIT", "dependencies": { "commander": "^8.3.0" }, diff --git a/package.json b/package.json index 136bee9..d199889 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@vercel/speed-insights": "^1.1.0", "gray-matter": "^4.0.3", "html-react-parser": "^5.1.18", - "katex": "^0.16.11", + "katex": "^0.16.14", "next": "^14.2.20", "react": "^18.3.1", "react-dom": "^18.3.1",