From 5faed128e3d8315d9c912e5eed1922d8b6f75b36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 00:13:29 +0000 Subject: [PATCH] Bump mathjs from 9.5.2 to 11.7.0 Bumps [mathjs](https://github.com/josdejong/mathjs) from 9.5.2 to 11.7.0. - [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.7.0) --- 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..60413f2e 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.7.0", "node-json-db": "1.4.1", "node-fetch": "^2.6.1", "node-os-utils": "^1.3.5",