From f01ec3a52e8564ce10e8d592a7c366e1e1970ce4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 19:22:23 +0000 Subject: [PATCH] Bump mathjs from 9.5.2 to 10.4.0 Bumps [mathjs](https://github.com/josdejong/mathjs) from 9.5.2 to 10.4.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.4.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..0d0fd69 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.4.0", "moment-timezone": "^0.5.33", "node-fetch": "^2.6.1", "node-schedule": "^2.0.0",