diff --git a/package-lock.json b/package-lock.json index d321072..c578340 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "dompurify": "^3.4.2", "esbuild": "^0.28.0", "eslint": "^8.57.0", - "katex": "^0.16.45" + "katex": "^0.17.0" }, "engines": { "vscode": "^1.95.0" @@ -3271,9 +3271,9 @@ } }, "node_modules/katex": { - "version": "0.16.45", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.45.tgz", - "integrity": "sha512-pQpZbdBu7wCTmQUh7ufPmLr0pFoObnGUoL/yhtwJDgmmQpbkg/0HSVti25Fu4rmd1oCR6NGWe9vqTWuWv3GcNA==", + "version": "0.17.0", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.17.0.tgz", + "integrity": "sha512-Vdw0ATsQ9V+LuegM/BTwQqV/6cTl5lbGcIrU+BCgLxyf6bo38ybOr372tuSIxir3CN720flu1meYR6XzNMwQnw==", "dev": true, "funding": [ "https://opencollective.com/katex", diff --git a/package.json b/package.json index e65ce6e..e1a201b 100644 --- a/package.json +++ b/package.json @@ -379,7 +379,7 @@ "dompurify": "^3.4.2", "esbuild": "^0.28.0", "eslint": "^8.57.0", - "katex": "^0.16.45" + "katex": "^0.17.0" }, "overrides": { "qs": "^6.15.2"