From e7345026eb92fd33e230502e933cacb734bd5a2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 16:03:27 +0000 Subject: [PATCH] Bump mathjs from 14.3.0 to 14.3.1 in /hedera-mirror-rest Bumps [mathjs](https://github.com/josdejong/mathjs) from 14.3.0 to 14.3.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v14.3.0...v14.3.1) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- hedera-mirror-rest/package-lock.json | 8 ++++---- hedera-mirror-rest/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hedera-mirror-rest/package-lock.json b/hedera-mirror-rest/package-lock.json index 7c1b2f5a13..221bb9cbe5 100644 --- a/hedera-mirror-rest/package-lock.json +++ b/hedera-mirror-rest/package-lock.json @@ -61,7 +61,7 @@ "lodash": "^4.17.21", "log4js": "^6.9.1", "long": "^5.3.1", - "mathjs": "^14.3.0", + "mathjs": "^14.3.1", "parse-duration": "^2.1.3", "pg": "~8.13.3", "pg-range": "^1.1.2", @@ -9188,9 +9188,9 @@ } }, "node_modules/mathjs": { - "version": "14.3.0", - "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-14.3.0.tgz", - "integrity": "sha512-kJbTdBp+6OgZewCkvnm8pOWyiel7VGJVEPkmU+NHPdrpqDJlxwX9Q1F2DQv8nq7FrqnvVnJaL4OBQXA/S7TnhQ==", + "version": "14.3.1", + "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-14.3.1.tgz", + "integrity": "sha512-tgN2/TQXWVHegcl/Yw/Rkd/yhq0CagK5KnWmKUJ2/Cz/2JZoq4K2Ili9B3wZqvxaof7TVNoXbyKmA3CV3P9ZsA==", "inBundle": true, "license": "Apache-2.0", "dependencies": { diff --git a/hedera-mirror-rest/package.json b/hedera-mirror-rest/package.json index 283506ad3a..8e3b24aa46 100644 --- a/hedera-mirror-rest/package.json +++ b/hedera-mirror-rest/package.json @@ -37,7 +37,7 @@ "lodash": "^4.17.21", "log4js": "^6.9.1", "long": "^5.3.1", - "mathjs": "^14.3.0", + "mathjs": "^14.3.1", "parse-duration": "^2.1.3", "pg": "~8.13.3", "pg-range": "^1.1.2",