From 61a4acbdf9cebed54731eac06bf4f45e63054c0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 00:52:46 -0400 Subject: [PATCH] Bump mathjs from 12.4.3 to 13.0.0 (#101) Bumps [mathjs](https://github.com/josdejong/mathjs) from 12.4.3 to 13.0.0. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v12.4.3...v13.0.0) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ffa90858..df93737e 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "jszip": "^3.10.1", "kuroshiro": "^1.2.0", "kuroshiro-analyzer-kuromoji": "^1.1.0", - "mathjs": "^12.4.2", + "mathjs": "^13.0.0", "minimist": "^1.2.8", "moment": "^2.30.1", "moment-duration-format": "^2.3.2",