Bump mathjs from 12.4.3 to 14.7.0 in /web/frontend

Bumps [mathjs](https://github.com/josdejong/mathjs) from 12.4.3 to 14.7.0.
- [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md)
- [Commits](https://github.com/josdejong/mathjs/compare/v12.4.3...v14.7.0)

---
updated-dependencies:
- dependency-name: mathjs
  dependency-version: 14.7.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-09-10 07:19:37 +00:00
committed by GitHub
parent 1a16851ad0
commit c50fe711c7
2 changed files with 13 additions and 13 deletions

View File

@@ -15,7 +15,7 @@
"chart.js": "^4.4.6",
"date-fns": "^2.30.0",
"graphql": "^16.9.0",
"mathjs": "^12.4.3",
"mathjs": "^14.7.0",
"svelte-chartjs": "^3.1.5",
"uplot": "^1.6.31",
"wonka": "^6.3.4"
@@ -743,15 +743,15 @@
"license": "MIT"
},
"node_modules/fraction.js": {
"version": "4.3.4",
"resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.4.tgz",
"integrity": "sha512-pwiTgt0Q7t+GHZA4yaLjObx4vXmmdcS0iSJ19o8d/goUGgItX9UZWKWNnLHehxviD8wU2IWRsnR8cD5+yOJP2Q==",
"version": "5.3.4",
"resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-5.3.4.tgz",
"integrity": "sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==",
"license": "MIT",
"engines": {
"node": "*"
},
"funding": {
"type": "patreon",
"type": "github",
"url": "https://github.com/sponsors/rawify"
}
},
@@ -904,20 +904,20 @@
}
},
"node_modules/mathjs": {
"version": "12.4.3",
"resolved": "https://registry.npmjs.org/mathjs/-/mathjs-12.4.3.tgz",
"integrity": "sha512-oHdGPDbp7gO873xxG90RLq36IuicuKvbpr/bBG5g9c8Obm/VsKVrK9uoRZZHUodohzlnmCEqfDzbR3LH6m+aAQ==",
"version": "14.7.0",
"resolved": "https://registry.npmjs.org/mathjs/-/mathjs-14.7.0.tgz",
"integrity": "sha512-RaMhb+9MSESjDZNox/FzzuFpIUI+oxGLyOy1t3BMoW53pGWnTzZtlucJ5cvbit0dIMYlCq00gNbW1giZX4/1Rg==",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.24.4",
"complex.js": "^2.1.1",
"@babel/runtime": "^7.26.10",
"complex.js": "^2.2.5",
"decimal.js": "^10.4.3",
"escape-latex": "^1.2.0",
"fraction.js": "4.3.4",
"fraction.js": "^5.2.1",
"javascript-natural-sort": "^0.7.1",
"seedrandom": "^3.0.5",
"tiny-emitter": "^2.1.0",
"typed-function": "^4.1.1"
"typed-function": "^4.2.1"
},
"bin": {
"mathjs": "bin/cli.js"

View File

@@ -23,7 +23,7 @@
"chart.js": "^4.4.6",
"date-fns": "^2.30.0",
"graphql": "^16.9.0",
"mathjs": "^12.4.3",
"mathjs": "^14.7.0",
"svelte-chartjs": "^3.1.5",
"uplot": "^1.6.31",
"wonka": "^6.3.4"