mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-19 01:31:34 +00:00
Updated dependencies
This commit is contained in:
parent
8780d6429b
commit
e5457d9dba
32
package.json
32
package.json
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user