From c7a8030cf2f8fc9a61486f71204c605104977a68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 15:13:29 +0000 Subject: [PATCH] Bump mathjs from 14.8.0 to 14.8.2 Bumps [mathjs](https://github.com/josdejong/mathjs) from 14.8.0 to 14.8.2. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/commits) --- updated-dependencies: - dependency-name: mathjs dependency-version: 14.8.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 5b0d612d..68469e03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "iris-utilities": "file:", "libsodium-wrappers": "0.7.15", "manakin": "0.5.2", - "mathjs": "14.8.0", + "mathjs": "14.8.2", "module-alias": "2.2.3", "moment-timezone": "0.6.0", "node-gyp": "11.4.2", @@ -3109,9 +3109,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.2", + "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-14.8.2.tgz", + "integrity": "sha512-QbiGLoNwd/UazrpWTn3nnmIo51Es4X93cbKoKJP6/SBcNOX9sOOGu5ZTC7bI7SuK2Uy0oIhVKFyezG6LuAxrfQ==", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.26.10", diff --git a/package.json b/package.json index 01403614..1682d831 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "iris-utilities": "file:", "libsodium-wrappers": "0.7.15", "manakin": "0.5.2", - "mathjs": "14.8.0", + "mathjs": "14.8.2", "module-alias": "2.2.3", "moment-timezone": "0.6.0", "node-gyp": "11.4.2",