From 0b269b84c6deca4c6bc6b053b0a66dd887b791ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 18:04:46 +0000 Subject: [PATCH] build(deps): bump mathjs from 13.2.2 to 14.0.0 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.2.2 to 14.0.0. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.2.2...v14.0.0) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 ++++++++++++---------- package.json | 2 +- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index c255b97ad..df116e040 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "handlebars": "^4.7.7", "lodash": "^4.17.21", "luxon": "^3.2.1", - "mathjs": "^13.0.0", + "mathjs": "^14.0.0", "migrate-mongo": "^11.0.0", "mongoose": "^8.4.0", "node-fetch": "^3.3.0", @@ -7138,14 +7138,15 @@ } }, "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==", + "license": "MIT", "engines": { - "node": "*" + "node": ">= 12" }, "funding": { - "type": "patreon", + "type": "github", "url": "https://github.com/sponsors/rawify" } }, @@ -9794,15 +9795,16 @@ } }, "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==", + "license": "Apache-2.0", "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 d939a61f3..386dff868 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "handlebars": "^4.7.7", "lodash": "^4.17.21", "luxon": "^3.2.1", - "mathjs": "^13.0.0", + "mathjs": "^14.0.0", "migrate-mongo": "^11.0.0", "mongoose": "^8.4.0", "node-fetch": "^3.3.0",