From f7d43e431172b22240717026c86a0e5bd5a05ecb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 23:11:00 +0000 Subject: [PATCH] Bump mathjs from 9.5.2 to 11.5.1 Bumps [mathjs](https://github.com/josdejong/mathjs) from 9.5.2 to 11.5.1. - [Release notes](https://github.com/josdejong/mathjs/releases) - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v9.5.2...v11.5.1) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 59689e55..bf6783dc 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "mongodb": "^4.4.1", "mongoose": "^6.0.14", "mysql": "^2.18.1", - "mathjs": "^9.5.1", + "mathjs": "^11.5.1", "node-json-db": "1.4.1", "node-fetch": "^2.6.1", "node-os-utils": "^1.3.5",