Merge pull request #423 from ClusterCockpit/dependabot/npm_and_yarn/web/frontend/mathjs-15.0.0

Bump mathjs from 12.4.3 to 15.0.0 in /web/frontend
This commit is contained in:
Jan Eitzinger
2025-10-28 12:16:08 +01:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

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

View File

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