diff --git a/package-lock.json b/package-lock.json index 511586f..061d68b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "glob": "^10.3.3", "html-entities": "^2.4.0", "humanize-duration": "^3.29.0", - "mathjs": "^12.3.1", + "mathjs": "^12.3.2", "moment": "^2.29.4", "mongoose": "^8.1.1", "ms": "^2.1.3", @@ -3264,9 +3264,9 @@ } }, "node_modules/mathjs": { - "version": "12.3.1", - "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-12.3.1.tgz", - "integrity": "sha512-Z8G8Cunz97rV32eghW/twFFSY/dmU2eswnh6cAkcQMbbEUUpaweF0li435GkZjRS+G52VYotN+vLx3VTYBf5WA==", + "version": "12.3.2", + "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-12.3.2.tgz", + "integrity": "sha512-o+HwBVD71MHdYpdScDd6CEcdd6CJOF2eXQJE0kNuIkfTjffPyqoeYdYkzVqimTUr1YgIQkNbL8MakHCZ2Ml7mg==", "dependencies": { "@babel/runtime": "^7.23.9", "complex.js": "^2.1.1", diff --git a/package.json b/package.json index 1bdafda..6c42987 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "glob": "^10.3.3", "html-entities": "^2.4.0", "humanize-duration": "^3.29.0", - "mathjs": "^12.3.1", + "mathjs": "^12.3.2", "moment": "^2.29.4", "mongoose": "^8.1.1", "ms": "^2.1.3",