From 63a59c8668be20909a176512225221dec08b00a3 Mon Sep 17 00:00:00 2001 From: Tony Kan Date: Sat, 19 Oct 2024 10:58:54 -0700 Subject: [PATCH] chore(deps): Update mpclab to version 0.1.2 - Updated mpclab version to optimize and fix various generators. - Removed unnecessary mathjs library to improve performance. --- package-lock.json | 25 ++++++++++++------------- package.json | 3 +-- 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index b1658e4..3ecfb93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,9 +10,8 @@ "express": "^4.21.1", "express-rate-limit": "^7.4.1", "jsonwebtoken": "^9.0.2", - "mathjs": "^13.1.1", "mongoose": "^8.6.2", - "mpclab": "^0.1.0", + "mpclab": "^0.1.2", "nodemailer": "^6.9.15" }, "devDependencies": { @@ -575,9 +574,9 @@ } }, "node_modules/@babel/runtime": { - "version": "7.25.6", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.6.tgz", - "integrity": "sha512-VBj9MYyDb9tuLq7yzqjgzt6Q+IBQLrGZfdjOekyEirZPHxXWoTSGUTMrpsfi58Up73d13NfYLv8HT9vmznjzhQ==", + "version": "7.25.7", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.7.tgz", + "integrity": "sha512-FjoyLe754PMiYsFaN5C94ttGiOmBNYTf6pLr4xXHAT5uctHb092PBszndLDR5XA/jghQvn4n7JMHl7dmTgbm9w==", "dependencies": { "regenerator-runtime": "^0.14.0" }, @@ -1728,15 +1727,15 @@ "dev": true }, "node_modules/complex.js": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/complex.js/-/complex.js-2.1.1.tgz", - "integrity": "sha512-8njCHOTtFFLtegk6zQo0kkVX1rngygb/KQI6z1qZxlFI3scluC+LVTCFbrkWjBv4vvLlbQ9t88IPMC6k95VTTg==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/complex.js/-/complex.js-2.3.0.tgz", + "integrity": "sha512-wWHzifVdUPbPBhh+ObvpVGIzrAQjTvmnnEJKBfLW5YbyAB6OXQ0r+Q92fByMIrSSlxUuCujqxriJSR6R/kVxPA==", "engines": { "node": "*" }, "funding": { - "type": "patreon", - "url": "https://www.patreon.com/infusion" + "type": "github", + "url": "https://github.com/sponsors/rawify" } }, "node_modules/component-emitter": { @@ -3887,9 +3886,9 @@ } }, "node_modules/mpclab": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/mpclab/-/mpclab-0.1.0.tgz", - "integrity": "sha512-lX1CN+vGkT9RMCweZwu7Q5NjWa2Rwm5sRHzVTknYDae5gboZHLeWIKfvNQt0nWkCi8Fyt3VjhfHCAlM+LkB/BQ==", + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/mpclab/-/mpclab-0.1.2.tgz", + "integrity": "sha512-emI3yOPzyGjXXfGP/tXQmjINnlFV/IGJZhqdmKM3m3LY9uhuwq7TlnEPmV1ctiPfBvQqnIHsS6RMuwz5vwZEqg==", "dependencies": { "mathjs": "^13.2.0" } diff --git a/package.json b/package.json index fc76892..d0c12e8 100644 --- a/package.json +++ b/package.json @@ -5,9 +5,8 @@ "express": "^4.21.1", "express-rate-limit": "^7.4.1", "jsonwebtoken": "^9.0.2", - "mathjs": "^13.1.1", "mongoose": "^8.6.2", - "mpclab": "^0.1.0", + "mpclab": "^0.1.2", "nodemailer": "^6.9.15" }, "devDependencies": {