From 6ab562c33914b03ff54f5ab0811b62ff05daa05d Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 06:15:26 +0000 Subject: [PATCH] Update katex to version 0.16.23 --- 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 73235fdf..d2feb349 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@angular/platform-browser-dynamic": "^20.1.3", "@angular/router": "^20.1.3", "highlight.js": "^11.11.1", - "katex": "^0.16.22", + "katex": "^0.16.23", "ngx-quill": "^28.0.1", "quill": "^2.0.3", "quill-image-resizor": "^3.0.1", @@ -9796,14 +9796,13 @@ } }, "node_modules/katex": { - "version": "0.16.22", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.22.tgz", - "integrity": "sha512-XCHRdUw4lf3SKBaJe4EvgqIuWwkPSo9XoeO8GjQW94Bp7TWv9hNhzZjZ+OH9yf1UmLygb7DIT5GSFQiyt16zYg==", + "version": "0.16.23", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.23.tgz", + "integrity": "sha512-7VlC1hsEEolL9xNO05v9VjrvWZePkCVBJqj8ruICxYjZfHaHbaU53AlP+PODyFIXEnaEIEWi3wJy7FPZ95JAVg==", "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 3fcbcb04..dfc7b61e 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser-dynamic": "^20.1.3", "@angular/router": "^20.1.3", "highlight.js": "^11.11.1", - "katex": "^0.16.22", + "katex": "^0.16.23", "ngx-quill": "^28.0.1", "quill": "^2.0.3", "quill-image-resizor": "^3.0.1",