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",