Update modules

This commit is contained in:
Girish Ramakrishnan
2019-04-13 07:10:46 -07:00
parent e44ad19bda
commit cd4808e5e2
2 changed files with 332 additions and 349 deletions
+12 -12
View File
@@ -14,11 +14,11 @@
"node": ">=4.0.0 <=4.1.1"
},
"dependencies": {
"@google-cloud/dns": "^0.9.1",
"@google-cloud/storage": "^2.4.2",
"@sindresorhus/df": "^3.0.0",
"@google-cloud/dns": "^0.9.2",
"@google-cloud/storage": "^2.5.0",
"@sindresorhus/df": "^3.1.0",
"async": "^2.6.2",
"aws-sdk": "^2.418.0",
"aws-sdk": "^2.437.0",
"body-parser": "^1.18.3",
"cloudron-manifestformat": "^2.14.2",
"connect": "^3.6.6",
@@ -36,17 +36,17 @@
"ejs": "^2.6.1",
"ejs-cli": "^2.0.1",
"express": "^4.16.4",
"express-session": "^1.15.6",
"express-session": "^1.16.1",
"json": "^9.0.6",
"ldapjs": "^1.0.2",
"lodash.chunk": "^4.2.0",
"mime": "^2.4.0",
"mime": "^2.4.2",
"moment-timezone": "^0.5.23",
"morgan": "^1.9.1",
"multiparty": "^4.2.1",
"mysql": "^2.16.0",
"namecheap": "github:joshuakarjala/node-namecheap#464a952",
"nodemailer": "^5.1.1",
"nodemailer": "^6.1.0",
"nodemailer-smtp-transport": "^2.7.4",
"oauth2orize": "^1.11.0",
"once": "^1.4.0",
@@ -64,11 +64,11 @@
"rimraf": "^2.6.3",
"s3-block-read-stream": "^0.5.0",
"safetydance": "^0.7.1",
"semver": "^5.6.0",
"semver": "^6.0.0",
"showdown": "^1.9.0",
"speakeasy": "^2.0.0",
"split": "^1.0.1",
"superagent": "^4.1.0",
"superagent": "^5.0.2",
"supererror": "^0.7.2",
"tar-fs": "github:cloudron-io/tar-fs#ignore_stat_error",
"tar-stream": "^2.0.1",
@@ -77,19 +77,19 @@
"uuid": "^3.3.2",
"valid-url": "^1.0.9",
"validator": "^10.11.0",
"ws": "^6.2.0"
"ws": "^6.2.1"
},
"devDependencies": {
"expect.js": "*",
"hock": "^1.3.3",
"istanbul": "*",
"js2xmlparser": "^4.0.0",
"mocha": "^6.0.2",
"mocha": "^6.1.3",
"mock-aws-s3": "git+https://github.com/cloudron-io/mock-aws-s3.git",
"nock": "^10.0.6",
"node-sass": "^4.11.0",
"recursive-readdir": "^2.2.2",
"sinon": "^7.2.7"
"sinon": "^7.3.1"
},
"scripts": {
"test": "src/test/setupTest && BOX_ENV=test ./node_modules/istanbul/lib/cli.js test $1 ./node_modules/mocha/bin/_mocha -- --no-timeouts --exit -R spec ./src/test ./src/routes/test/[^a]*js",