From 793127500f65b9dacdc1fa6c7fa6f5610325a098 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 00:40:31 +0000 Subject: [PATCH] [DEP]: Bump mathjs from 11.8.2 to 11.11.0 Bumps [mathjs](https://github.com/josdejong/mathjs) from 11.8.2 to 11.11.0. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v11.8.2...v11.11.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..e48965a 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ }, "dependencies": { "gaussian": "~1.3.0", - "mathjs": "~11.8.0", + "mathjs": "~11.11.0", "plotly.js-dist-min": "^2.8.3" } }