From d10c77dc6bcbe85f7121d1ca4c1fca39243b0a69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 02:31:53 +0000 Subject: [PATCH] Bump mathjs from 13.2.2 to 14.0.0 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.2.2 to 14.0.0. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.2.2...v14.0.0) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 054612b7..596d0003 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@mermaid-js/mermaid-cli": "^11.4.0", "bulma": "^1.0.2", "d3": "^7.9.0", - "mathjs": "^13.2.2", + "mathjs": "^14.0.0", "sass": "^1.81.0" }, "devDependencies": { @@ -2305,14 +2305,14 @@ } }, "node_modules/fraction.js": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz", - "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-5.2.1.tgz", + "integrity": "sha512-Ah6t/7YCYjrPUFUFsOsRLMXAdnYM+aQwmojD2Ayb/Ezr82SwES0vuyQ8qZ3QO8n9j7W14VJuVZZet8U3bhSdQQ==", "engines": { - "node": "*" + "node": ">= 12" }, "funding": { - "type": "patreon", + "type": "github", "url": "https://github.com/sponsors/rawify" } }, @@ -3218,15 +3218,15 @@ } }, "node_modules/mathjs": { - "version": "13.2.2", - "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-13.2.2.tgz", - "integrity": "sha512-tBNMmwNsLMjD7xGHSF9IEuuzNVG8xPDgshDBY1eQ5ZS1HQr5O+bY8eG2peZYSkIsw79y2QcPkGMcQL5ZqtLu5A==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-14.0.0.tgz", + "integrity": "sha512-MR3me92c6pKBqzUXosqL5KMIZDrb1x0MGOy+Ss6fQllD1zhAFloG6DJnG6X5b0VYAMA9sgGfAR2tYi5HPNNQBQ==", "dependencies": { "@babel/runtime": "^7.25.7", "complex.js": "^2.2.5", "decimal.js": "^10.4.3", "escape-latex": "^1.2.0", - "fraction.js": "^4.3.7", + "fraction.js": "^5.2.1", "javascript-natural-sort": "^0.7.1", "seedrandom": "^3.0.5", "tiny-emitter": "^2.1.0", diff --git a/package.json b/package.json index bfd59def..5ba93626 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@mermaid-js/mermaid-cli": "^11.4.0", "bulma": "^1.0.2", "d3": "^7.9.0", - "mathjs": "^13.2.2", + "mathjs": "^14.0.0", "sass": "^1.81.0" } }