Package cleanup and upgrades.

This commit is contained in:
Patrick Fic
2023-01-17 11:41:45 -08:00
parent 6682a98770
commit 8fd9614f69
10 changed files with 4706 additions and 15182 deletions

View File

@@ -17,8 +17,8 @@
"start": "node server.js"
},
"dependencies": {
"aws-sdk": "^2.1281.0",
"axios": "^1.2.1",
"aws-sdk": "^2.1295.0",
"axios": "^1.2.2",
"bluebird": "^3.7.2",
"body-parser": "^1.20.1",
"cloudinary": "^1.33.0",
@@ -29,7 +29,7 @@
"dinero.js": "^1.9.1",
"dotenv": "16.0.3",
"express": "^4.18.2",
"firebase-admin": "^11.4.0",
"firebase-admin": "^11.4.1",
"graphql": "^16.6.0",
"graphql-request": "^5.1.0",
"graylog2": "^0.2.1",
@@ -40,17 +40,15 @@
"moment": "^2.29.4",
"moment-timezone": "^0.5.40",
"multer": "^1.4.5-lts.1",
"node-mailjet": "^5.1.1",
"node-mailjet": "^6.0.1",
"node-persist": "^3.1.0",
"node-quickbooks": "^2.0.39",
"nodemailer": "^6.8.0",
"nodemailer": "^6.9.0",
"phone": "^3.1.32",
"query-string": "^7.1.1",
"soap": "^1.0.0",
"socket.io": "^4.5.4",
"ssh2-sftp-client": "^9.0.4",
"stripe": "^11.5.0",
"twilio": "^3.84.0",
"twilio": "^2.5.2",
"uuid": "^9.0.0",
"xml2js": "^0.4.23",
"xmlbuilder2": "^3.0.2"
@@ -58,5 +56,10 @@
"devDependencies": {
"concurrently": "^7.6.0",
"source-map-explorer": "^2.5.3"
},
"overrides": {
"soap": {
"axios": "^1.2.0"
}
}
}