From b198a06b3839feae8951fb67c55cd6787d691705 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 15:22:02 +0000 Subject: [PATCH] build(deps): bump mathjs from 12.3.2 to 12.4.0 Bumps [mathjs](https://github.com/josdejong/mathjs) from 12.3.2 to 12.4.0. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v12.3.2...v12.4.0) --- updated-dependencies: - dependency-name: mathjs 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 d22c1e2a3..0faa5385b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13528,9 +13528,9 @@ } }, "node_modules/mathjs": { - "version": "12.3.2", - "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-12.3.2.tgz", - "integrity": "sha512-o+HwBVD71MHdYpdScDd6CEcdd6CJOF2eXQJE0kNuIkfTjffPyqoeYdYkzVqimTUr1YgIQkNbL8MakHCZ2Ml7mg==", + "version": "12.4.0", + "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-12.4.0.tgz", + "integrity": "sha512-4Moy0RNjwMSajEkGGxNUyMMC/CZAcl87WBopvNsJWB4E4EFebpTedr+0/rhqmnOSTH3Wu/3WfiWiw6mqiaHxVw==", "dependencies": { "@babel/runtime": "^7.23.9", "complex.js": "^2.1.1",