From 755568185c4da86e711355afc5e8a7c70279cbac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 22:51:44 +0000 Subject: [PATCH] Bump mathjs from 14.9.1 to 15.2.0 Bumps [mathjs](https://github.com/josdejong/mathjs) from 14.9.1 to 15.2.0. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v14.9.1...v15.2.0) --- updated-dependencies: - dependency-name: mathjs dependency-version: 15.2.0 dependency-type: direct:production ... 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 0bb4481a..04b16684 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,7 +65,7 @@ "libnpmsearch": "^9.0.0", "m3u8-parser": "^7.2.0", "magic-bytes.js": "^1.10.0", - "mathjs": "^14.2.1", + "mathjs": "^15.2.0", "md5": "^2.3.0", "moment": "^2.30.1", "mw-dict": "^3.0.0", @@ -12222,9 +12222,9 @@ } }, "node_modules/mathjs": { - "version": "14.9.1", - "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-14.9.1.tgz", - "integrity": "sha512-xhqv8Xjf+caWG3WlaPekg4v8QFOR3D5+8ycfcjMcPcnCNDgAONQLaLfyGgrggJrcHx2yUGCpACRpiD4GmXwX+Q==", + "version": "15.2.0", + "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-15.2.0.tgz", + "integrity": "sha512-UAQzSVob9rNLdGpqcFMYmSu9dkuLYy7Lr2hBEQS5SHQdknA9VppJz3cy2KkpMzTODunad6V6cNv+5kOLsePLow==", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.26.10", diff --git a/package.json b/package.json index ff4b8398..c32bcb7e 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "libnpmsearch": "^9.0.0", "m3u8-parser": "^7.2.0", "magic-bytes.js": "^1.10.0", - "mathjs": "^14.2.1", + "mathjs": "^15.2.0", "md5": "^2.3.0", "moment": "^2.30.1", "mw-dict": "^3.0.0",