diff --git a/package-lock.json b/package-lock.json index 1afca22..7818c3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "tfstudio", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tfstudio", - "version": "1.3.0", + "version": "1.3.1", "license": "MIT", "dependencies": { "js-yaml": "^4.3.0", - "katex": "^0.17.0", + "katex": "^0.18.1", "ml-levenberg-marquardt": "^5.0.1", "plotly.js-dist-min": "^3.7.0", "react": "^18.2.0", @@ -3205,9 +3205,9 @@ } }, "node_modules/katex": { - "version": "0.17.0", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.17.0.tgz", - "integrity": "sha512-Vdw0ATsQ9V+LuegM/BTwQqV/6cTl5lbGcIrU+BCgLxyf6bo38ybOr372tuSIxir3CN720flu1meYR6XzNMwQnw==", + "version": "0.18.1", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.18.1.tgz", + "integrity": "sha512-Td8GCYSxDAoMhHOlKmCFMJ/hz5qlAAb71n66Dryw9nfCVfumLo7nhuotbvKom/XPADmrYC3O5QR71EPq4DarJQ==", "funding": [ "https://opencollective.com/katex", "https://github.com/sponsors/katex" diff --git a/package.json b/package.json index db29db1..8c57c84 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ }, "dependencies": { "js-yaml": "^4.3.0", - "katex": "^0.17.0", + "katex": "^0.18.1", "ml-levenberg-marquardt": "^5.0.1", "plotly.js-dist-min": "^3.7.0", "react": "^18.2.0",