Package Updates.

This commit is contained in:
Patrick Fic
2021-10-18 11:21:51 -07:00
parent 0e0d5316b7
commit 16e9843298
4 changed files with 351 additions and 424 deletions

View File

@@ -3,7 +3,7 @@
"version": "0.0.1",
"license": "UNLICENSED",
"engines": {
"node": "12.18.3",
"node": "12.22.7",
"npm": "7.17.0"
},
"scripts": {
@@ -17,7 +17,7 @@
"start": "node server.js"
},
"dependencies": {
"aws-sdk": "^2.1006.0",
"aws-sdk": "^2.1009.0",
"bluebird": "^3.7.2",
"body-parser": "^1.18.3",
"cloudinary": "^1.27.1",
@@ -30,7 +30,7 @@
"express": "^4.16.4",
"firebase-admin": "^9.12.0",
"graphql": "^15.6.1",
"graphql-request": "^3.4.0",
"graphql-request": "^3.6.1",
"graylog2": "^0.2.1",
"inline-css": "^3.0.0",
"intuit-oauth": "^4.0.0",
@@ -43,15 +43,15 @@
"phone": "^3.1.8",
"query-string": "^7.0.1",
"soap": "^0.42.0",
"socket.io": "^4.2.0",
"ssh2-sftp-client": "^7.0.4",
"stripe": "^8.181.0",
"socket.io": "^4.3.1",
"ssh2-sftp-client": "^7.1.0",
"stripe": "^8.183.0",
"twilio": "^3.69.0",
"xmlbuilder2": "^3.0.2"
},
"devDependencies": {
"concurrently": "^6.3.0",
"eslint": "^7.31.0",
"eslint": "^8.0.1",
"eslint-plugin-promise": "^5.1.0",
"source-map-explorer": "^2.5.2"
}