From 3a5dca8d23190ba3d53c479fe2512e0f6a850ed7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 19:18:26 +0000 Subject: [PATCH] Bump mathjs from 13.0.0 to 13.2.0 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.0.0 to 13.2.0. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.0.0...v13.2.0) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index dd153c54..e17e89b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "css-loader": "~7.1.0", "enzyme": "~3.11.0", "jStat": "~1.7.1", - "mathjs": "~13.0.0", + "mathjs": "~13.2.0", "node-sass": "~9.0.0", "postcss": "8.4.31", "postcss-loader": "~8.1.0", @@ -13116,12 +13116,11 @@ "dev": true }, "node_modules/mathjs": { - "version": "13.0.3", - "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-13.0.3.tgz", - "integrity": "sha512-GpP9OW6swA5POZXvgpc/1FYkAr8lKgV04QHS1tIU60klFfplVCYaNzn6qy0vSp0hAQQN7shcx9CeB507dlLujA==", - "license": "Apache-2.0", + "version": "13.2.0", + "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-13.2.0.tgz", + "integrity": "sha512-P5PZoiUX2Tkghkv3tsSqlK0B9My/ErKapv1j6wdxd0MOrYQ30cnGE4LH/kzYB2gA5rN46Njqc4cFgJjaxgijoQ==", "dependencies": { - "@babel/runtime": "^7.24.8", + "@babel/runtime": "^7.25.6", "complex.js": "^2.1.1", "decimal.js": "^10.4.3", "escape-latex": "^1.2.0", diff --git a/package.json b/package.json index c7d88acb..313d51f9 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "css-loader": "~7.1.0", "enzyme": "~3.11.0", "jStat": "~1.7.1", - "mathjs": "~13.0.0", + "mathjs": "~13.2.0", "node-sass": "~9.0.0", "postcss": "8.4.31", "postcss-loader": "~8.1.0",