From c9a2e7d15aba7c309aac23de8875e36034e5fc5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 00:08:16 +0000 Subject: [PATCH] chore(deps): bump mathjs from 13.2.3 to 15.1.0 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.2.3 to 15.1.0. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.2.3...v15.1.0) --- updated-dependencies: - dependency-name: mathjs dependency-version: 15.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 +++++++++++------------- package.json | 2 +- packages/config/package.json | 2 +- 3 files changed, 13 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index c8e464f7..2c0ea38e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "inherits": "^2.0.4", "ip-cidr": "^4.0.2", "lodash-es": "^4.17.21", - "mathjs": "^13.1.1", + "mathjs": "^15.1.0", "mime": "^4.1.0", "mime-types": "^3.0.1", "pcre-to-regexp": "^1.1.0", @@ -10487,15 +10487,14 @@ } }, "node_modules/fraction.js": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz", - "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==", - "license": "MIT", + "version": "5.3.4", + "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-5.3.4.tgz", + "integrity": "sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==", "engines": { "node": "*" }, "funding": { - "type": "patreon", + "type": "github", "url": "https://github.com/sponsors/rawify" } }, @@ -13546,16 +13545,15 @@ } }, "node_modules/mathjs": { - "version": "13.2.3", - "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-13.2.3.tgz", - "integrity": "sha512-I67Op0JU7gGykFK64bJexkSAmX498x0oybxfVXn1rroEMZTmfxppORhnk8mEUnPrbTfabDKCqvm18vJKMk2UJQ==", - "license": "Apache-2.0", + "version": "15.1.0", + "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-15.1.0.tgz", + "integrity": "sha512-HfnAcScQm9drGryodlDqeS3WAl4gUTYGDcOtcqL/8s23MZ28Ib1i8XnYK3ZdjNuaW/L4BAp9lIp8vxAMrcuu1w==", "dependencies": { - "@babel/runtime": "^7.25.7", + "@babel/runtime": "^7.26.10", "complex.js": "^2.2.5", "decimal.js": "^10.4.3", "escape-latex": "^1.2.0", - "fraction.js": "^4.3.7", + "fraction.js": "^5.2.1", "javascript-natural-sort": "^0.7.1", "seedrandom": "^3.0.5", "tiny-emitter": "^2.1.0", @@ -20761,7 +20759,7 @@ "ajv": "^8.17.1", "ajv-errors": "^3.0.0", "ajv-keywords": "^5.1.0", - "mathjs": "^13.1.1" + "mathjs": "^15.1.0" }, "devDependencies": { "@jest/globals": "^29.7.0", diff --git a/package.json b/package.json index d325dbf1..b4989288 100644 --- a/package.json +++ b/package.json @@ -285,7 +285,7 @@ "inherits": "^2.0.4", "ip-cidr": "^4.0.2", "lodash-es": "^4.17.21", - "mathjs": "^13.1.1", + "mathjs": "^15.1.0", "mime": "^4.1.0", "mime-types": "^3.0.1", "pcre-to-regexp": "^1.1.0", diff --git a/packages/config/package.json b/packages/config/package.json index 47261662..be70a9b4 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -36,7 +36,7 @@ "ajv": "^8.17.1", "ajv-errors": "^3.0.0", "ajv-keywords": "^5.1.0", - "mathjs": "^13.1.1" + "mathjs": "^15.1.0" }, "devDependencies": { "@jest/globals": "^29.7.0",