From e98df2725ff6d2c243e75bbc91d0123a191be500 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 13:39:39 +0000 Subject: [PATCH] Bump mathjs from 12.1.0 to 12.4.0 Bumps [mathjs](https://github.com/josdejong/mathjs) from 12.1.0 to 12.4.0. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v12.1.0...v12.4.0) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 31cdccc..401c9f5 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "express": "4.18.2", "express-minify": "1.0.0", "html-minifier-terser": "7.2.0", - "mathjs": "12.1.0", + "mathjs": "12.4.0", "morgan": "1.10.0", "node-schedule": "2.1.1", "terser": "5.24.0",