Updated dependencies

This commit is contained in:
Bobby Wibowo 2019-01-10 15:56:09 +07:00
parent 8780d6429b
commit e5457d9dba
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF
2 changed files with 746 additions and 493 deletions

View File

@ -22,29 +22,29 @@
"pull": "git stash; git pull; yarn; git stash pop"
},
"dependencies": {
"bcrypt": "^2.0.1",
"body-parser": "^1.18.2",
"bcrypt": "^3.0.3",
"body-parser": "^1.18.3",
"clamdjs": "^1.0.1",
"express": "^4.16.3",
"express-rate-limit": "^2.11.0",
"express": "^4.16.4",
"express-rate-limit": "^3.3.2",
"fluent-ffmpeg": "^2.1.2",
"helmet": "^3.12.0",
"helmet": "^3.15.0",
"jszip": "^3.1.5",
"knex": "^0.14.6",
"multer": "^1.3.0",
"node-fetch": "^2.2.0",
"nunjucks": "^3.1.3",
"knex": "^0.16.3",
"multer": "^1.4.1",
"node-fetch": "^2.3.0",
"nunjucks": "^3.1.6",
"randomstring": "^1.1.5",
"readline": "^1.3.0",
"sharp": "^0.21.0",
"sqlite3": "^4.0.0"
"sqlite3": "^4.0.4"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1"
"eslint": "^5.12.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0"
}
}

1207
yarn.lock

File diff suppressed because it is too large Load Diff