mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-10-02 20:54:32 +02:00
Bump mathjs from 12.4.3 to 14.8.1 in /web/frontend
Bumps [mathjs](https://github.com/josdejong/mathjs) from 12.4.3 to 14.8.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v12.4.3...v14.8.1) --- updated-dependencies: - dependency-name: mathjs dependency-version: 14.8.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
24
web/frontend/package-lock.json
generated
24
web/frontend/package-lock.json
generated
@@ -15,7 +15,7 @@
|
|||||||
"chart.js": "^4.4.6",
|
"chart.js": "^4.4.6",
|
||||||
"date-fns": "^2.30.0",
|
"date-fns": "^2.30.0",
|
||||||
"graphql": "^16.9.0",
|
"graphql": "^16.9.0",
|
||||||
"mathjs": "^12.4.3",
|
"mathjs": "^14.8.1",
|
||||||
"svelte-chartjs": "^3.1.5",
|
"svelte-chartjs": "^3.1.5",
|
||||||
"uplot": "^1.6.31",
|
"uplot": "^1.6.31",
|
||||||
"wonka": "^6.3.4"
|
"wonka": "^6.3.4"
|
||||||
@@ -743,15 +743,15 @@
|
|||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/fraction.js": {
|
"node_modules/fraction.js": {
|
||||||
"version": "4.3.4",
|
"version": "5.3.4",
|
||||||
"resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.4.tgz",
|
"resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-5.3.4.tgz",
|
||||||
"integrity": "sha512-pwiTgt0Q7t+GHZA4yaLjObx4vXmmdcS0iSJ19o8d/goUGgItX9UZWKWNnLHehxviD8wU2IWRsnR8cD5+yOJP2Q==",
|
"integrity": "sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "*"
|
"node": "*"
|
||||||
},
|
},
|
||||||
"funding": {
|
"funding": {
|
||||||
"type": "patreon",
|
"type": "github",
|
||||||
"url": "https://github.com/sponsors/rawify"
|
"url": "https://github.com/sponsors/rawify"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -904,20 +904,20 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/mathjs": {
|
"node_modules/mathjs": {
|
||||||
"version": "12.4.3",
|
"version": "14.8.1",
|
||||||
"resolved": "https://registry.npmjs.org/mathjs/-/mathjs-12.4.3.tgz",
|
"resolved": "https://registry.npmjs.org/mathjs/-/mathjs-14.8.1.tgz",
|
||||||
"integrity": "sha512-oHdGPDbp7gO873xxG90RLq36IuicuKvbpr/bBG5g9c8Obm/VsKVrK9uoRZZHUodohzlnmCEqfDzbR3LH6m+aAQ==",
|
"integrity": "sha512-7UDitJFsXoPbFdK2V7S6uJp7krx9B5bQSzAvCnh7ecsceSK4w0PBbEt9B3IRg9lHqzjk3YJNT1fZg/BNK+4CQw==",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.24.4",
|
"@babel/runtime": "^7.26.10",
|
||||||
"complex.js": "^2.1.1",
|
"complex.js": "^2.2.5",
|
||||||
"decimal.js": "^10.4.3",
|
"decimal.js": "^10.4.3",
|
||||||
"escape-latex": "^1.2.0",
|
"escape-latex": "^1.2.0",
|
||||||
"fraction.js": "4.3.4",
|
"fraction.js": "^5.2.1",
|
||||||
"javascript-natural-sort": "^0.7.1",
|
"javascript-natural-sort": "^0.7.1",
|
||||||
"seedrandom": "^3.0.5",
|
"seedrandom": "^3.0.5",
|
||||||
"tiny-emitter": "^2.1.0",
|
"tiny-emitter": "^2.1.0",
|
||||||
"typed-function": "^4.1.1"
|
"typed-function": "^4.2.1"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"mathjs": "bin/cli.js"
|
"mathjs": "bin/cli.js"
|
||||||
|
@@ -23,7 +23,7 @@
|
|||||||
"chart.js": "^4.4.6",
|
"chart.js": "^4.4.6",
|
||||||
"date-fns": "^2.30.0",
|
"date-fns": "^2.30.0",
|
||||||
"graphql": "^16.9.0",
|
"graphql": "^16.9.0",
|
||||||
"mathjs": "^12.4.3",
|
"mathjs": "^14.8.1",
|
||||||
"svelte-chartjs": "^3.1.5",
|
"svelte-chartjs": "^3.1.5",
|
||||||
"uplot": "^1.6.31",
|
"uplot": "^1.6.31",
|
||||||
"wonka": "^6.3.4"
|
"wonka": "^6.3.4"
|
||||||
|
Reference in New Issue
Block a user