From 792b71d85347ab3b9e10cd7093c8d49b51311b35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 01:40:11 +0000 Subject: [PATCH] chore(deps): bump katex from 0.16.14 to 0.16.15 Bumps [katex](https://github.com/KaTeX/KaTeX) from 0.16.14 to 0.16.15. - [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.14...v0.16.15) --- 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 0543a01..0ae37a8 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.2.0", - "katex": "^0.16.14", + "katex": "^0.16.15", "next": "^14.2.20", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -6495,9 +6495,9 @@ } }, "node_modules/katex": { - "version": "0.16.14", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.14.tgz", - "integrity": "sha512-tnUUAL/S+f/w8KrRpCFcCW/msuIlBkOmVnTmvdEK6WCkx6uDPRj3d9SBAP+qB5x0MCeOyUbdbIMtT5cUJD8aRw==", + "version": "0.16.15", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.15.tgz", + "integrity": "sha512-yE9YJIEAk2aZ+FL/G8r+UGw0CTUzEA8ZFy6E+8tc3spHUKq3qBnzCkI1CQwGoI9atJhVyFPEypQsTY7mJ1Pi9w==", "funding": [ "https://opencollective.com/katex", "https://github.com/sponsors/katex" diff --git a/package.json b/package.json index e8e0f19..9ca818e 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.2.0", - "katex": "^0.16.14", + "katex": "^0.16.15", "next": "^14.2.20", "react": "^18.3.1", "react-dom": "^18.3.1",