From 1d5c71c9304a85428da88dc2d919190dc9095d0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 17:48:49 -0500 Subject: [PATCH] Bump mathjs from 13.2.3 to 14.0.0 (#115) Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.2.3 to 14.0.0. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.2.3...v14.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 de06346d..de0aca7d 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "jszip": "^3.10.1", "kuroshiro": "^1.2.0", "kuroshiro-analyzer-kuromoji": "^1.1.0", - "mathjs": "^13.2.1", + "mathjs": "^14.0.0", "minimist": "^1.2.8", "moment": "^2.30.1", "moment-duration-format": "^2.3.2",