From a36c895d3a629a749cba6ec0acf268cc1dbf52a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 05:22:13 +0000 Subject: [PATCH] Bump mathjs from 14.0.0 to 14.0.1 Bumps [mathjs](https://github.com/josdejong/mathjs) from 14.0.0 to 14.0.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v14.0.0...v14.0.1) --- updated-dependencies: - dependency-name: mathjs 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 2a04f608..f76dcfb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@mermaid-js/mermaid-cli": "^11.4.2", "bulma": "^1.0.2", "d3": "^7.9.0", - "mathjs": "^14.0.0", + "mathjs": "^14.0.1", "sass": "^1.83.0" }, "devDependencies": { @@ -4044,9 +4044,9 @@ } }, "node_modules/mathjs": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-14.0.0.tgz", - "integrity": "sha512-MR3me92c6pKBqzUXosqL5KMIZDrb1x0MGOy+Ss6fQllD1zhAFloG6DJnG6X5b0VYAMA9sgGfAR2tYi5HPNNQBQ==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-14.0.1.tgz", + "integrity": "sha512-yyJgLwC6UXuve724np8tHRMYaTtb5UqiOGQkjwbSXgH8y1C/LcJ0pvdNDZLI2LT7r+iExh2Y5HwfAY+oZFtGIQ==", "dependencies": { "@babel/runtime": "^7.25.7", "complex.js": "^2.2.5", diff --git a/package.json b/package.json index 00e280ba..6bad5d39 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@mermaid-js/mermaid-cli": "^11.4.2", "bulma": "^1.0.2", "d3": "^7.9.0", - "mathjs": "^14.0.0", + "mathjs": "^14.0.1", "sass": "^1.83.0" } }