From 30a67776d29355ad2d8b95d50ffdcacff8983b4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jan 2022 14:59:11 +0000 Subject: [PATCH] Bump mathjs from 10.0.2 to 10.1.0 in /hedera-mirror-rest 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] --- hedera-mirror-rest/package-lock.json | 28 ++++++++++++++-------------- hedera-mirror-rest/package.json | 4 ++-- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/hedera-mirror-rest/package-lock.json b/hedera-mirror-rest/package-lock.json index 3f5041dd422..b71b4d1caad 100644 --- a/hedera-mirror-rest/package-lock.json +++ b/hedera-mirror-rest/package-lock.json @@ -44,7 +44,7 @@ "dependencies": { "@awaitjs/express": "^0.9.0", "@godaddy/terminus": "^4.9.0", - "@hashgraph/proto": "^2.1.1", + "@hashgraph/proto": "^2.1.2", "asn1js": "^2.2.0", "aws-sdk": "^2.1053.0", "body-parser": "^1.19.1", @@ -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", @@ -778,9 +778,9 @@ } }, "node_modules/@hashgraph/proto": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@hashgraph/proto/-/proto-2.1.1.tgz", - "integrity": "sha512-SdaBzVJtQH3v9oS+qHtwSYbhoxE/1BpNwfoOaKCS+S2MebjeyVTPMKBUgIiPa1AQScdeZdj5KTn4saUy+X9adg==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@hashgraph/proto/-/proto-2.1.2.tgz", + "integrity": "sha512-kuSZrKL6rvrqHltj+ZNr0zLsXqBJpVkchTBU7Wa++2Vzr7iuaH4kTKOozOcNKVgVDP8tEImOOP0DcyOb1t7VPQ==", "inBundle": true, "dependencies": { "protobufjs": "^6.11.2" @@ -7644,9 +7644,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", @@ -12071,9 +12071,9 @@ } }, "@hashgraph/proto": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@hashgraph/proto/-/proto-2.1.1.tgz", - "integrity": "sha512-SdaBzVJtQH3v9oS+qHtwSYbhoxE/1BpNwfoOaKCS+S2MebjeyVTPMKBUgIiPa1AQScdeZdj5KTn4saUy+X9adg==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@hashgraph/proto/-/proto-2.1.2.tgz", + "integrity": "sha512-kuSZrKL6rvrqHltj+ZNr0zLsXqBJpVkchTBU7Wa++2Vzr7iuaH4kTKOozOcNKVgVDP8tEImOOP0DcyOb1t7VPQ==", "requires": { "protobufjs": "^6.11.2" } @@ -17323,9 +17323,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 34c28048825..8dff275f20e 100644 --- a/hedera-mirror-rest/package.json +++ b/hedera-mirror-rest/package.json @@ -22,7 +22,7 @@ "dependencies": { "@awaitjs/express": "^0.9.0", "@godaddy/terminus": "^4.9.0", - "@hashgraph/proto": "^2.1.1", + "@hashgraph/proto": "^2.1.2", "asn1js": "^2.2.0", "aws-sdk": "^2.1053.0", "body-parser": "^1.19.1", @@ -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",