diff --git a/package-lock.json b/package-lock.json index 1c420e3b..0ab8c930 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "iso-639-1": "^2.1.15", "jest": "^29.5.0", "libsodium-wrappers": "^0.7.11", - "mathjs": "^11.8.2", + "mathjs": "^11.11.0", "moment": "^2.29.4", "mongodb": "^6.0.0", "mongoose": "^7.5.0", @@ -9175,15 +9175,15 @@ } }, "node_modules/mathjs": { - "version": "11.10.1", - "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-11.10.1.tgz", - "integrity": "sha512-XcYBJFM7hsIXcE9443RxxMmK3sI41RJo0GltX4vZ8NlVg+puGAwyhTUBUoa4orLkBbbnetGCdqEPrOQvhToi2A==", + "version": "11.11.0", + "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-11.11.0.tgz", + "integrity": "sha512-i1Ao/tv1mlNd09XlOMOUu3KMySX3S0jhHNfDPzh0sCnPf1i62x6RjxhLwZ9ytmVSs0OdhF3moI4O84VSEjmUFw==", "dependencies": { "@babel/runtime": "^7.22.6", "complex.js": "^2.1.1", "decimal.js": "^10.4.3", "escape-latex": "^1.2.0", - "fraction.js": "^4.3.4", + "fraction.js": "4.3.4", "javascript-natural-sort": "^0.7.1", "seedrandom": "^3.0.5", "tiny-emitter": "^2.1.0", diff --git a/package.json b/package.json index e4d90f3e..de483d3b 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "iso-639-1": "^2.1.15", "jest": "^29.5.0", "libsodium-wrappers": "^0.7.11", - "mathjs": "^11.8.2", + "mathjs": "^11.11.0", "moment": "^2.29.4", "mongodb": "^6.0.0", "mongoose": "^7.5.0",