From d101ee3e4f500e18062cae76e36b660f960119eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 10:04:04 +0000 Subject: [PATCH] Bump mathjs from 14.8.0 to 14.8.1 Bumps [mathjs](https://github.com/josdejong/mathjs) from 14.8.0 to 14.8.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v14.8.0...v14.8.1) --- updated-dependencies: - dependency-name: mathjs dependency-version: 14.8.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 8dd95b2cc..6be1eb6fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8017,9 +8017,9 @@ } }, "node_modules/mathjs": { - "version": "14.8.0", - "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-14.8.0.tgz", - "integrity": "sha512-DN4wmAjNzFVJ9vHqpAJ3vX0UF306u/1DgGKh7iVPuAFH19JDRd9NAaQS764MsKbSwDB6uBSkQEmgVmKdgYaCoQ==", + "version": "14.8.1", + "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-14.8.1.tgz", + "integrity": "sha512-7UDitJFsXoPbFdK2V7S6uJp7krx9B5bQSzAvCnh7ecsceSK4w0PBbEt9B3IRg9lHqzjk3YJNT1fZg/BNK+4CQw==", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.26.10",