From f8e459750f9f412ac9613677e1d54da23566d54f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 19:23:58 +0000 Subject: [PATCH] Bump mathjs from 9.5.2 to 10.2.0 Bumps [mathjs](https://github.com/josdejong/mathjs) from 9.5.2 to 10.2.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/v9.5.2...v10.2.0) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 266d8e4..d69508f 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "jimp": "^0.16.1", "lodash": "^4.17.21", "lowdb": "^2.1.0", - "mathjs": "^9.4.3", + "mathjs": "^10.2.0", "moment-timezone": "^0.5.33", "node-fetch": "^2.6.1", "node-schedule": "^2.0.0",