diff options
| author | iCrawl <[email protected]> | 2018-03-01 22:03:47 +0100 |
|---|---|---|
| committer | iCrawl <[email protected]> | 2018-03-01 22:03:47 +0100 |
| commit | 8a75ab91a6de2c963e390ea828daea235f0feac1 (patch) | |
| tree | b5d3b8db2783f67295037fccd77dca877a623f47 /package.json | |
| parent | Merge pull request #75 from pyraxo/master (diff) | |
| download | host.fuwn.me-8a75ab91a6de2c963e390ea828daea235f0feac1.tar.xz host.fuwn.me-8a75ab91a6de2c963e390ea828daea235f0feac1.zip | |
update deps and add dockerfile
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/package.json b/package.json index 04dce12..a582544 100644 --- a/package.json +++ b/package.json @@ -16,21 +16,21 @@ "license": "MIT", "dependencies": { "bcrypt": "^1.0.3", - "body-parser": "^1.16.0", - "express": "^4.14.0", + "body-parser": "^1.18.2", + "express": "^4.16.1", "express-handlebars": "^3.0.0", - "express-rate-limit": "^2.6.0", - "fluent-ffmpeg": "^2.1.0", - "gm": "^1.23.0", - "helmet": "^3.5.0", - "jszip": "^3.1.4", - "knex": "^0.12.6", - "multer": "^1.2.1", + "express-rate-limit": "^2.11.0", + "fluent-ffmpeg": "^2.1.2", + "gm": "^1.23.1", + "helmet": "^3.11.0", + "jszip": "^3.1.5", + "knex": "^0.14.4", + "multer": "^1.3.0", "randomstring": "^1.1.5", - "sqlite3": "^3.1.11" + "sqlite3": "^3.1.13" }, "devDependencies": { - "eslint": "^4.4.1", + "eslint": "^4.18.1", "eslint-config-aqua": "^1.4.1" }, "eslintConfig": { |