diff --git a/src/Elastic.Documentation.Site/package-lock.json b/src/Elastic.Documentation.Site/package-lock.json index 3bb5caaec..2f4a7c6c7 100644 --- a/src/Elastic.Documentation.Site/package-lock.json +++ b/src/Elastic.Documentation.Site/package-lock.json @@ -35,8 +35,8 @@ "htmx-ext-head-support": "2.0.5", "htmx-ext-preload": "2.1.2", "htmx.org": "2.0.10", - "idb-keyval": "^6.2.5", - "katex": "^0.16.45", + "idb-keyval": "6.2.5", + "katex": "^0.17.0", "lodash": "^4.17.23", "marked": "17.0.6", "select-dom": "10.1.0", @@ -30026,9 +30026,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==", "funding": [ "https://opencollective.com/katex", "https://github.com/sponsors/katex" diff --git a/src/Elastic.Documentation.Site/package.json b/src/Elastic.Documentation.Site/package.json index 512448e0c..b52dd3f09 100644 --- a/src/Elastic.Documentation.Site/package.json +++ b/src/Elastic.Documentation.Site/package.json @@ -126,7 +126,7 @@ "htmx-ext-preload": "2.1.2", "htmx.org": "2.0.10", "idb-keyval": "6.2.5", - "katex": "^0.16.45", + "katex": "^0.17.0", "lodash": "^4.17.23", "marked": "17.0.6", "select-dom": "10.1.0",