Upgraded math.js to latest version

This commit is contained in:
Oliver Schwendener 2024-07-16 14:46:57 +02:00
parent afc7285fad
commit 6ba2970e37
No known key found for this signature in database
GPG Key ID: 65FB86201210F104
2 changed files with 11 additions and 13 deletions

22
package-lock.json generated
View File

@ -16,7 +16,7 @@
"fuse.js": "^7.0.0",
"fuzzysort": "^3.0.1",
"i18next": "^23.8.1",
"mathjs": "^12.3.1",
"mathjs": "^13.0.2",
"mitt": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
@ -6965,10 +6965,9 @@
}
},
"node_modules/fraction.js": {
"version": "4.3.4",
"resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.4.tgz",
"integrity": "sha512-pwiTgt0Q7t+GHZA4yaLjObx4vXmmdcS0iSJ19o8d/goUGgItX9UZWKWNnLHehxviD8wU2IWRsnR8cD5+yOJP2Q==",
"license": "MIT",
"version": "4.3.7",
"resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz",
"integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==",
"engines": {
"node": "*"
},
@ -8322,20 +8321,19 @@
}
},
"node_modules/mathjs": {
"version": "12.4.3",
"resolved": "https://registry.npmjs.org/mathjs/-/mathjs-12.4.3.tgz",
"integrity": "sha512-oHdGPDbp7gO873xxG90RLq36IuicuKvbpr/bBG5g9c8Obm/VsKVrK9uoRZZHUodohzlnmCEqfDzbR3LH6m+aAQ==",
"license": "Apache-2.0",
"version": "13.0.2",
"resolved": "https://registry.npmjs.org/mathjs/-/mathjs-13.0.2.tgz",
"integrity": "sha512-8vK/+InU4FTphRTWsrnvRsgSjbyNupRQYDDIXLuEGDZtJsGdbA9dVV4HZ0amBQb+RXplRjVJNGZZfB0WoHWFWA==",
"dependencies": {
"@babel/runtime": "^7.24.4",
"@babel/runtime": "^7.24.7",
"complex.js": "^2.1.1",
"decimal.js": "^10.4.3",
"escape-latex": "^1.2.0",
"fraction.js": "4.3.4",
"fraction.js": "^4.3.7",
"javascript-natural-sort": "^0.7.1",
"seedrandom": "^3.0.5",
"tiny-emitter": "^2.1.0",
"typed-function": "^4.1.1"
"typed-function": "^4.2.1"
},
"bin": {
"mathjs": "bin/cli.js"

View File

@ -58,7 +58,7 @@
"fuse.js": "^7.0.0",
"fuzzysort": "^3.0.1",
"i18next": "^23.8.1",
"mathjs": "^12.3.1",
"mathjs": "^13.0.2",
"mitt": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",