From 48d46ecaf7024edf254a7314e415beac8532d951 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 15:54:09 +0000 Subject: [PATCH] build(deps): bump mathjs from 13.1.0 to 13.1.1 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.1.0 to 13.1.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.1.0...v13.1.1) --- updated-dependencies: - dependency-name: mathjs 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 bd965684e..35dc1140e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9471,9 +9471,9 @@ } }, "node_modules/mathjs": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-13.1.0.tgz", - "integrity": "sha512-5BI//cQdcKtDgstJ3QbKYyrWLyUEEHY9ZQgA3laaPyTis+ca8Y7GCxbLFFLYv8nkpOFTIF55FLKoiqQaufj1dQ==", + "version": "13.1.1", + "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-13.1.1.tgz", + "integrity": "sha512-duaSAy7m4F+QtP1Dyv8MX2XuxcqpNDDlGly0SdVTCqpAmwdOFWilDdQKbLdo9RfD6IDNMOdo9tIsEaTXkconlQ==", "dependencies": { "@babel/runtime": "^7.25.4", "complex.js": "^2.1.1",