diff --git a/package-lock.json b/package-lock.json index b56b6e6fe..cd97fa7bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "visualizer", - "version": "4.1.2", + "version": "4.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "visualizer", - "version": "4.1.2", + "version": "4.1.3", "hasInstallScript": true, "license": "MIT", "dependencies": { @@ -27,7 +27,7 @@ "jsoneditor": "^10.4.2", "katex": "^0.16.33", "leaflet": "^1.9.4", - "mathjs": "^15.1.1", + "mathjs": "^15.2.0", "mf-parser": "^3.7.0", "mime-types": "^3.0.2", "moment": "^2.30.1", @@ -7119,9 +7119,9 @@ } }, "node_modules/mathjs": { - "version": "15.1.1", - "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-15.1.1.tgz", - "integrity": "sha512-rM668DTtpSzMVoh/cKAllyQVEbBApM5g//IMGD8vD7YlrIz9ITRr3SrdhjaDxcBNTdyETWwPebj2unZyHD7ZdA==", + "version": "15.2.0", + "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-15.2.0.tgz", + "integrity": "sha512-UAQzSVob9rNLdGpqcFMYmSu9dkuLYy7Lr2hBEQS5SHQdknA9VppJz3cy2KkpMzTODunad6V6cNv+5kOLsePLow==", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.26.10", diff --git a/package.json b/package.json index 674b2d08e..cfb8e2925 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "jsoneditor": "^10.4.2", "katex": "^0.16.33", "leaflet": "^1.9.4", - "mathjs": "^15.1.1", + "mathjs": "^15.2.0", "mf-parser": "^3.7.0", "mime-types": "^3.0.2", "moment": "^2.30.1",