diff --git a/hedera-mirror-rest/monitoring/package-lock.json b/hedera-mirror-rest/monitoring/package-lock.json index a0947bd775..6e7aad06fd 100644 --- a/hedera-mirror-rest/monitoring/package-lock.json +++ b/hedera-mirror-rest/monitoring/package-lock.json @@ -17,7 +17,7 @@ "extensionless": "^1.9.9", "lodash": "^4.17.21", "log4js": "^6.9.1", - "mathjs": "^13.2.1", + "mathjs": "^13.2.2", "parse-duration": "^1.1.0", "pretty-ms": "^9.2.0" }, @@ -3574,9 +3574,9 @@ } }, "node_modules/mathjs": { - "version": "13.2.1", - "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-13.2.1.tgz", - "integrity": "sha512-HEKNV0hckO5Y4uY/KHucmQMMiXgdNUXfJ+SkExRJHLlD3f7mt4DZMJzndQOoTp/dX8ROwk4zl2xO+iq49OEliQ==", + "version": "13.2.2", + "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-13.2.2.tgz", + "integrity": "sha512-tBNMmwNsLMjD7xGHSF9IEuuzNVG8xPDgshDBY1eQ5ZS1HQr5O+bY8eG2peZYSkIsw79y2QcPkGMcQL5ZqtLu5A==", "dependencies": { "@babel/runtime": "^7.25.7", "complex.js": "^2.2.5", diff --git a/hedera-mirror-rest/monitoring/package.json b/hedera-mirror-rest/monitoring/package.json index af30645b81..73e71a6aae 100644 --- a/hedera-mirror-rest/monitoring/package.json +++ b/hedera-mirror-rest/monitoring/package.json @@ -24,7 +24,7 @@ "extensionless": "^1.9.9", "lodash": "^4.17.21", "log4js": "^6.9.1", - "mathjs": "^13.2.1", + "mathjs": "^13.2.2", "parse-duration": "^1.1.0", "pretty-ms": "^9.2.0" },