Update NPM packages

This commit is contained in:
Marco Massarelli 2023-11-19 13:38:18 -05:00
parent 080a38ecfa
commit 0bf038c82c
1 changed files with 7 additions and 7 deletions

14
package-lock.json generated
View File

@ -530,11 +530,11 @@
} }
}, },
"node_modules/mathjs": { "node_modules/mathjs": {
"version": "11.11.2", "version": "11.12.0",
"resolved": "https://registry.npmjs.org/mathjs/-/mathjs-11.11.2.tgz", "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-11.12.0.tgz",
"integrity": "sha512-SL4/0Fxm9X4sgovUpJTeyVeZ2Ifnk4tzLPTYWDyR3AIx9SabnXYqtCkyJtmoF3vZrDPKGkLvrhbIL4YN2YbXLQ==", "integrity": "sha512-UGhVw8rS1AyedyI55DGz9q1qZ0p98kyKPyc9vherBkoueLntPfKtPBh14x+V4cdUWK0NZV2TBwqRFlvadscSuw==",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.23.1", "@babel/runtime": "^7.23.2",
"complex.js": "^2.1.1", "complex.js": "^2.1.1",
"decimal.js": "^10.4.3", "decimal.js": "^10.4.3",
"escape-latex": "^1.2.0", "escape-latex": "^1.2.0",
@ -809,9 +809,9 @@
"integrity": "sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==" "integrity": "sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA=="
}, },
"node_modules/universalify": { "node_modules/universalify": {
"version": "2.0.0", "version": "2.0.1",
"resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
"integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
"engines": { "engines": {
"node": ">= 10.0.0" "node": ">= 10.0.0"
} }