From bafe860a8336ea2799c58f4040a4ad40118fe6b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 07:57:12 +0000 Subject: [PATCH] chore(deps): bump mathjs from 15.1.1 to 15.2.0 Bumps [mathjs](https://github.com/josdejong/mathjs) from 15.1.1 to 15.2.0. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v15.1.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 | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index b56b6e6fe..cd97fa7bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "visualizer", - "version": "4.1.2", + "version": "4.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "visualizer", - "version": "4.1.2", + "version": "4.1.3", "hasInstallScript": true, "license": "MIT", "dependencies": { @@ -27,7 +27,7 @@ "jsoneditor": "^10.4.2", "katex": "^0.16.33", "leaflet": "^1.9.4", - "mathjs": "^15.1.1", + "mathjs": "^15.2.0", "mf-parser": "^3.7.0", "mime-types": "^3.0.2", "moment": "^2.30.1", @@ -7119,9 +7119,9 @@ } }, "node_modules/mathjs": { - "version": "15.1.1", - "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-15.1.1.tgz", - "integrity": "sha512-rM668DTtpSzMVoh/cKAllyQVEbBApM5g//IMGD8vD7YlrIz9ITRr3SrdhjaDxcBNTdyETWwPebj2unZyHD7ZdA==", + "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 674b2d08e..cfb8e2925 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "jsoneditor": "^10.4.2", "katex": "^0.16.33", "leaflet": "^1.9.4", - "mathjs": "^15.1.1", + "mathjs": "^15.2.0", "mf-parser": "^3.7.0", "mime-types": "^3.0.2", "moment": "^2.30.1",