From 7c9d6658ebede5222184aa498c204c68970ee7bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 00:04:17 +0000 Subject: [PATCH] [DEP]: Bump mathjs from 11.8.2 to 11.10.0 Bumps [mathjs](https://github.com/josdejong/mathjs) from 11.8.2 to 11.10.0. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v11.8.2...v11.10.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 71906fd..ba552b1 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ }, "dependencies": { "gaussian": "~1.3.0", - "mathjs": "~11.8.0", + "mathjs": "~11.10.0", "plotly.js-dist-min": "^2.8.3" } }