From 8a3c163e5b6329c4111900f35d507b04fa831a82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 13:06:41 -0600 Subject: [PATCH] Bump mathjs from 13.2.1 to 13.2.2 in /hedera-mirror-rest/monitoring (#9775) Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.2.1 to 13.2.2. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.2.1...v13.2.2) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- hedera-mirror-rest/monitoring/package-lock.json | 8 ++++---- hedera-mirror-rest/monitoring/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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" },