Bump mathjs from 12.4.3 to 15.0.0 in /web/frontend

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

---
updated-dependencies:
- dependency-name: mathjs
  dependency-version: 15.0.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-10-28 11:13:03 +00:00
committed by GitHub
parent d1d1bb09e9
commit 7ccba30a3d
2 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@
"chart.js": "^4.4.9",
"date-fns": "^4.1.0",
"graphql": "^16.11.0",
"mathjs": "^14.5.2",
"mathjs": "^15.0.0",
"uplot": "^1.6.32",
"wonka": "^6.3.5"
},
@@ -872,9 +872,9 @@
}
},
"node_modules/mathjs": {
"version": "14.5.2",
"resolved": "https://registry.npmjs.org/mathjs/-/mathjs-14.5.2.tgz",
"integrity": "sha512-51U6hp7j4M4Rj+l+q2KbmXAV9EhQVQzUdw1wE67RnUkKKq5ibxdrl9Ky2YkSUEIc2+VU8/IsThZNu6QSHUoyTA==",
"version": "15.0.0",
"resolved": "https://registry.npmjs.org/mathjs/-/mathjs-15.0.0.tgz",
"integrity": "sha512-eXXXRKEl/htny5T/Ce/hbmqa8WZi2RmaCEHBOVtTeYcYyyGvz1UYSdK2ypydDepFF6F7ue0OygXRRIx8lLq/uw==",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.26.10",

View File

@@ -23,7 +23,7 @@
"chart.js": "^4.4.9",
"date-fns": "^4.1.0",
"graphql": "^16.11.0",
"mathjs": "^14.5.2",
"mathjs": "^15.0.0",
"uplot": "^1.6.32",
"wonka": "^6.3.5"
}