From 05046bf8b3949f0c1ab83e095c9769c8eec3cadb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 00:17:09 -0500 Subject: [PATCH] Bump mathjs in /hedera-mirror-rest/monitoring/monitor_apis (#2075) Bumps [mathjs](https://github.com/josdejong/mathjs) from 9.4.1 to 9.4.2. - [Release notes](https://github.com/josdejong/mathjs/releases) - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v9.4.1...v9.4.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> --- .../monitoring/monitor_apis/package-lock.json | 6 +++--- hedera-mirror-rest/monitoring/monitor_apis/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hedera-mirror-rest/monitoring/monitor_apis/package-lock.json b/hedera-mirror-rest/monitoring/monitor_apis/package-lock.json index 1f9cc87e807..9b4344e96f0 100644 --- a/hedera-mirror-rest/monitoring/monitor_apis/package-lock.json +++ b/hedera-mirror-rest/monitoring/monitor_apis/package-lock.json @@ -3323,9 +3323,9 @@ } }, "mathjs": { - "version": "9.4.1", - "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-9.4.1.tgz", - "integrity": "sha512-zAepVEfVyv4C7PM8gZ5jDzC7bZscdIcqTKsNqiqmFP+0SFHFffWT84l2v3z2zT41n9Rmdn3aWR8/bpFlnNjC6g==", + "version": "9.4.2", + "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-9.4.2.tgz", + "integrity": "sha512-xu0AU6bpjxbDgCB824s/yDpAe0KR1TMUYz/yY7rYyRcEH56OuG8JPgxJhqlUyhhRpY++ZFDnRxRNGChYx1FLKQ==", "requires": { "@babel/runtime": "^7.14.0", "complex.js": "^2.0.13", diff --git a/hedera-mirror-rest/monitoring/monitor_apis/package.json b/hedera-mirror-rest/monitoring/monitor_apis/package.json index a412e474b95..3514e234ec3 100644 --- a/hedera-mirror-rest/monitoring/monitor_apis/package.json +++ b/hedera-mirror-rest/monitoring/monitor_apis/package.json @@ -22,7 +22,7 @@ "http-errors": "^1.8.0", "lodash": "^4.17.21", "log4js": "^6.3.0", - "mathjs": "^9.4.1", + "mathjs": "^9.4.2", "node-fetch": "^2.6.1", "pretty-ms": "^7.0.1" },