diff --git a/package-lock.json b/package-lock.json index 980ab172..007f51b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "iris-utilities": "file:", "libsodium-wrappers": "0.7.15", "manakin": "0.5.2", - "mathjs": "14.8.0", + "mathjs": "15.0.0", "module-alias": "2.2.3", "moment-timezone": "0.6.0", "node-gyp": "11.5.0", @@ -3108,9 +3108,9 @@ } }, "node_modules/mathjs": { - "version": "14.8.0", - "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-14.8.0.tgz", - "integrity": "sha512-DN4wmAjNzFVJ9vHqpAJ3vX0UF306u/1DgGKh7iVPuAFH19JDRd9NAaQS764MsKbSwDB6uBSkQEmgVmKdgYaCoQ==", + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-15.0.0.tgz", + "integrity": "sha512-eXXXRKEl/htny5T/Ce/hbmqa8WZi2RmaCEHBOVtTeYcYyyGvz1UYSdK2ypydDepFF6F7ue0OygXRRIx8lLq/uw==", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.26.10", diff --git a/package.json b/package.json index a701d048..89fdcc46 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "iris-utilities": "file:", "libsodium-wrappers": "0.7.15", "manakin": "0.5.2", - "mathjs": "14.8.0", + "mathjs": "15.0.0", "module-alias": "2.2.3", "moment-timezone": "0.6.0", "node-gyp": "11.5.0",