From df01d23ef83cd8c177ff677558bbab34414bc7ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 09:55:17 -0400 Subject: [PATCH] Bump mathjs from 13.0.3 to 13.1.1 in /hedera-mirror-rest/monitoring (#9207) Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.0.3 to 13.1.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.0.3...v13.1.1) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- hedera-mirror-rest/monitoring/package-lock.json | 16 ++++++++-------- hedera-mirror-rest/monitoring/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/hedera-mirror-rest/monitoring/package-lock.json b/hedera-mirror-rest/monitoring/package-lock.json index cd990a82ae6..ea0ff7409bd 100644 --- a/hedera-mirror-rest/monitoring/package-lock.json +++ b/hedera-mirror-rest/monitoring/package-lock.json @@ -18,7 +18,7 @@ "extensionless": "^1.9.9", "lodash": "^4.17.21", "log4js": "^6.9.1", - "mathjs": "^13.0.3", + "mathjs": "^13.1.1", "parse-duration": "^1.1.0", "pretty-ms": "^9.1.0" }, @@ -642,9 +642,9 @@ } }, "node_modules/@babel/runtime": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.8.tgz", - "integrity": "sha512-5F7SDGs1T72ZczbRwbGO9lQi0NLjQxzl6i4lJxLxfW9U5UluCSyEJeniWvnhl3/euNiqQVbo8zruhsDfid0esA==", + "version": "7.25.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.6.tgz", + "integrity": "sha512-VBj9MYyDb9tuLq7yzqjgzt6Q+IBQLrGZfdjOekyEirZPHxXWoTSGUTMrpsfi58Up73d13NfYLv8HT9vmznjzhQ==", "dependencies": { "regenerator-runtime": "^0.14.0" }, @@ -3678,11 +3678,11 @@ } }, "node_modules/mathjs": { - "version": "13.0.3", - "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-13.0.3.tgz", - "integrity": "sha512-GpP9OW6swA5POZXvgpc/1FYkAr8lKgV04QHS1tIU60klFfplVCYaNzn6qy0vSp0hAQQN7shcx9CeB507dlLujA==", + "version": "13.1.1", + "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-13.1.1.tgz", + "integrity": "sha512-duaSAy7m4F+QtP1Dyv8MX2XuxcqpNDDlGly0SdVTCqpAmwdOFWilDdQKbLdo9RfD6IDNMOdo9tIsEaTXkconlQ==", "dependencies": { - "@babel/runtime": "^7.24.8", + "@babel/runtime": "^7.25.4", "complex.js": "^2.1.1", "decimal.js": "^10.4.3", "escape-latex": "^1.2.0", diff --git a/hedera-mirror-rest/monitoring/package.json b/hedera-mirror-rest/monitoring/package.json index 8afb2760d66..e2d6e7e8a8d 100644 --- a/hedera-mirror-rest/monitoring/package.json +++ b/hedera-mirror-rest/monitoring/package.json @@ -25,7 +25,7 @@ "extensionless": "^1.9.9", "lodash": "^4.17.21", "log4js": "^6.9.1", - "mathjs": "^13.0.3", + "mathjs": "^13.1.1", "parse-duration": "^1.1.0", "pretty-ms": "^9.1.0" },