diff --git a/client/package-lock.json b/client/package-lock.json index cd019147..de3f8da8 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -16,7 +16,7 @@ "crypto-js": "4.2.0", "graphql": "16.14.2", "js-cookie": "3.0.8", - "katex": "0.16.47", + "katex": "0.17.0", "lightweight-charts": "4.2.3", "lodash": "4.18.1", "numeral": "2.0.6", @@ -7434,9 +7434,9 @@ } }, "node_modules/katex": { - "version": "0.16.47", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.47.tgz", - "integrity": "sha512-Eeo8Ys1doU1z+x8AZsPpQu+p/QcZBI5PeOo7QGQdy2x2m0MU/hYagBbGOmXwr5KVbEfVuWv9LpnQWeehogurjg==", + "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" @@ -16305,9 +16305,9 @@ } }, "katex": { - "version": "0.16.47", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.47.tgz", - "integrity": "sha512-Eeo8Ys1doU1z+x8AZsPpQu+p/QcZBI5PeOo7QGQdy2x2m0MU/hYagBbGOmXwr5KVbEfVuWv9LpnQWeehogurjg==", + "version": "0.17.0", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.17.0.tgz", + "integrity": "sha512-Vdw0ATsQ9V+LuegM/BTwQqV/6cTl5lbGcIrU+BCgLxyf6bo38ybOr372tuSIxir3CN720flu1meYR6XzNMwQnw==", "requires": { "commander": "^8.3.0" } diff --git a/client/package.json b/client/package.json index 2e228060..360be787 100644 --- a/client/package.json +++ b/client/package.json @@ -29,7 +29,7 @@ "crypto-js": "4.2.0", "graphql": "16.14.2", "js-cookie": "3.0.8", - "katex": "0.16.47", + "katex": "0.17.0", "lightweight-charts": "4.2.3", "lodash": "4.18.1", "numeral": "2.0.6",