diff --git a/package-lock.json b/package-lock.json index a4e93cf2..fc6e242e 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": { @@ -2287,14 +2287,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" } }, @@ -3200,15 +3200,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 fcd044cf..e5f3bdd8 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" } }