diff --git a/web/frontend/package-lock.json b/web/frontend/package-lock.json index 51e358d..2cf9850 100644 --- a/web/frontend/package-lock.json +++ b/web/frontend/package-lock.json @@ -15,7 +15,7 @@ "chart.js": "^4.4.9", "date-fns": "^4.1.0", "graphql": "^16.11.0", - "mathjs": "^14.5.2", + "mathjs": "^15.0.0", "uplot": "^1.6.32", "wonka": "^6.3.5" }, @@ -872,9 +872,9 @@ } }, "node_modules/mathjs": { - "version": "14.5.2", - "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-14.5.2.tgz", - "integrity": "sha512-51U6hp7j4M4Rj+l+q2KbmXAV9EhQVQzUdw1wE67RnUkKKq5ibxdrl9Ky2YkSUEIc2+VU8/IsThZNu6QSHUoyTA==", + "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/web/frontend/package.json b/web/frontend/package.json index b10e271..7516e87 100644 --- a/web/frontend/package.json +++ b/web/frontend/package.json @@ -23,7 +23,7 @@ "chart.js": "^4.4.9", "date-fns": "^4.1.0", "graphql": "^16.11.0", - "mathjs": "^14.5.2", + "mathjs": "^15.0.0", "uplot": "^1.6.32", "wonka": "^6.3.5" }