From 3b1ce3b2fa18cd9c95d8c3d7018ef6ec667a1bc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jan 2022 09:18:07 -0600 Subject: [PATCH] Bump mathjs from 10.0.2 to 10.1.0 in /hedera-mirror-rest (#3170) Bumps [mathjs](https://github.com/josdejong/mathjs) from 10.0.2 to 10.1.0. - [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/v10.0.2...v10.1.0) --- 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> Signed-off-by: Matheus DallRosa --- hedera-mirror-rest/package-lock.json | 14 +++++++------- hedera-mirror-rest/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/hedera-mirror-rest/package-lock.json b/hedera-mirror-rest/package-lock.json index c61e016e9ff..c6d639ec778 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.3.0", "long": "^5.2.0", - "mathjs": "^10.0.2", + "mathjs": "^10.1.0", "mem": "^8.1.1", "parse-duration": "^1.0.2", "pg": "~8.7.1", @@ -7686,9 +7686,9 @@ } }, "node_modules/mathjs": { - "version": "10.0.2", - "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-10.0.2.tgz", - "integrity": "sha512-QCbsqJ2iBCJP/yTj9Dg45SWecwVf5fxe8sZo4SyerthHVydpxRL33hU0MynwAHqz1XglSGkSKk7QzTD8U8wPFg==", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-10.1.0.tgz", + "integrity": "sha512-TrpZAR3H9jR0Cv6cnzT+TZhE40Xs2SCaLf/qm2WcWm2tui69Gas/bC/ct5ZLZNWnWvNvJ7H2uHvuRDDl151PHA==", "inBundle": true, "dependencies": { "@babel/runtime": "^7.16.5", @@ -17401,9 +17401,9 @@ } }, "mathjs": { - "version": "10.0.2", - "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-10.0.2.tgz", - "integrity": "sha512-QCbsqJ2iBCJP/yTj9Dg45SWecwVf5fxe8sZo4SyerthHVydpxRL33hU0MynwAHqz1XglSGkSKk7QzTD8U8wPFg==", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-10.1.0.tgz", + "integrity": "sha512-TrpZAR3H9jR0Cv6cnzT+TZhE40Xs2SCaLf/qm2WcWm2tui69Gas/bC/ct5ZLZNWnWvNvJ7H2uHvuRDDl151PHA==", "requires": { "@babel/runtime": "^7.16.5", "complex.js": "^2.0.15", diff --git a/hedera-mirror-rest/package.json b/hedera-mirror-rest/package.json index cffaa53b0c7..bda2abdc313 100644 --- a/hedera-mirror-rest/package.json +++ b/hedera-mirror-rest/package.json @@ -39,7 +39,7 @@ "lodash": "^4.17.21", "log4js": "^6.3.0", "long": "^5.2.0", - "mathjs": "^10.0.2", + "mathjs": "^10.1.0", "mem": "^8.1.1", "parse-duration": "^1.0.2", "pg": "~8.7.1",