mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-28 00:06:53 +01:00
upgrade express dependencies
This commit is contained in:
parent
04ec1c3bff
commit
6838837024
20
package.json
20
package.json
@ -15,8 +15,8 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/finn-no/unleash/issues"
|
||||
},
|
||||
"engines" : {
|
||||
"node" : ">=4.4.3"
|
||||
"engines" : {
|
||||
"node" : ">=4.4.3"
|
||||
},
|
||||
"private": true,
|
||||
"scripts": {
|
||||
@ -42,20 +42,20 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"bluebird": "2.9.14",
|
||||
"body-parser": "1.12.2",
|
||||
"cookie-parser": "^1.3.3",
|
||||
"body-parser": "1.15.0",
|
||||
"cookie-parser": "^1.4.1",
|
||||
"db-migrate": "0.9.23",
|
||||
"deep-diff": "^0.3.0",
|
||||
"deep-diff": "^0.3.3",
|
||||
"errorhandler": "1.3.5",
|
||||
"express": "4.12.3",
|
||||
"express-validator": "2.9.0",
|
||||
"ini": "1.3.3",
|
||||
"express": "4.13.4",
|
||||
"express-validator": "2.20.3",
|
||||
"ini": "1.3.4",
|
||||
"jsx-loader": "0.12.2",
|
||||
"jsxhint": "0.13.2",
|
||||
"knex": "^0.11.0",
|
||||
"lodash": "^3.5.0",
|
||||
"log4js": "0.6.22",
|
||||
"moment": "^2.11.2",
|
||||
"log4js": "0.6.35",
|
||||
"moment": "^2.13.0",
|
||||
"nconf": "0.7.1",
|
||||
"pg": "^4.5.5",
|
||||
"react": "^0.13.1",
|
||||
|
Loading…
Reference in New Issue
Block a user