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