From 9b65e7ad649950bb17f8c4aea3a33245cf6a8773 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 08:39:29 +0000 Subject: [PATCH] build(deps): bump mathjs from 14.8.2 to 15.0.0 Bumps [mathjs](https://github.com/josdejong/mathjs) from 14.8.2 to 15.0.0. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/commits/v15.0.0) --- updated-dependencies: - dependency-name: mathjs dependency-version: 15.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index db34709a2..020cedbef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "jsonschema": "^1.5.0", "lodash": "^4.17.21", "luxon": "^3.2.1", - "mathjs": "^14.0.0", + "mathjs": "^15.0.0", "migrate-mongo": "^12.1.3", "mongoose": "^8.4.0", "node-fetch": "^3.3.0", @@ -11458,9 +11458,9 @@ } }, "node_modules/mathjs": { - "version": "14.8.2", - "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-14.8.2.tgz", - "integrity": "sha512-QbiGLoNwd/UazrpWTn3nnmIo51Es4X93cbKoKJP6/SBcNOX9sOOGu5ZTC7bI7SuK2Uy0oIhVKFyezG6LuAxrfQ==", + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-15.0.0.tgz", + "integrity": "sha512-eXXXRKEl/htny5T/Ce/hbmqa8WZi2RmaCEHBOVtTeYcYyyGvz1UYSdK2ypydDepFF6F7ue0OygXRRIx8lLq/uw==", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.26.10", diff --git a/package.json b/package.json index 2fd9a34ce..d11f181cf 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "jsonschema": "^1.5.0", "lodash": "^4.17.21", "luxon": "^3.2.1", - "mathjs": "^14.0.0", + "mathjs": "^15.0.0", "migrate-mongo": "^12.1.3", "mongoose": "^8.4.0", "node-fetch": "^3.3.0",