package: bump all packages

This should address security alerts on GitHub.
This commit is contained in:
Alexander Alemayhu 2019-08-31 22:39:34 +02:00 committed by Sindre Aarsaether
parent 9520c71132
commit 3b29bc945f
1 changed files with 6 additions and 3 deletions

View File

@ -25,9 +25,12 @@
}, },
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"express": "^4.16.2", "express": "^4.17.1",
"imba": "^1.4.7", "imba": "^1.4.7",
"webpack": "^3.10.0", "webpack": "^4.39.3",
"webpack-dev-server": "^2.11.1" "webpack-dev-server": "^3.8.0"
},
"devDependencies": {
"webpack-cli": "^3.3.7"
} }
} }