From 11953d4395073c737aa2c50f3bf2b3475e30f347 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 19:49:53 +0000 Subject: [PATCH] Bump katex from 0.16.2 to 0.16.10 in /nextjs Bumps [katex](https://github.com/KaTeX/KaTeX) from 0.16.2 to 0.16.10. - [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.2...v0.16.10) --- updated-dependencies: - dependency-name: katex dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextjs/package.json b/nextjs/package.json index 96860b0..10c83fb 100644 --- a/nextjs/package.json +++ b/nextjs/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "jquery": "3.6.1", - "katex": "0.16.2", + "katex": "0.16.10", "@edtr-io/mathquill": "0.11.0", "mathquill4quill": "file:..", "next": "13.5.6",