From 922d5e2d1b8a069bbf601a10967df78655af1137 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 10:12:44 +0000 Subject: [PATCH] Bump mathjs from 14.6.0 to 14.7.0 Bumps [mathjs](https://github.com/josdejong/mathjs) from 14.6.0 to 14.7.0. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v14.6.0...v14.7.0) --- updated-dependencies: - dependency-name: mathjs dependency-version: 14.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index f0466ca3..f9e1cdd6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4343,9 +4343,9 @@ } }, "node_modules/mathjs": { - "version": "14.6.0", - "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-14.6.0.tgz", - "integrity": "sha512-5vI2BLB5GKQmiSK9BH6hVkZ+GgqpdnOgEfmHl7mqVmdQObLynr63KueyYYLCQMzj66q69mV2XZZGQqqxeftQbA==", + "version": "14.7.0", + "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-14.7.0.tgz", + "integrity": "sha512-RaMhb+9MSESjDZNox/FzzuFpIUI+oxGLyOy1t3BMoW53pGWnTzZtlucJ5cvbit0dIMYlCq00gNbW1giZX4/1Rg==", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.26.10",