1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

upgrade express dependencies

This commit is contained in:
Ivar 2016-04-30 22:31:07 +02:00 committed by Ivar Conradi Østhus
parent 3f5226e842
commit 2ad12fb12b

View File

@ -15,8 +15,8 @@
"bugs": { "bugs": {
"url": "https://github.com/finn-no/unleash/issues" "url": "https://github.com/finn-no/unleash/issues"
}, },
"engines" : { "engines" : {
"node" : ">=4.4.3" "node" : ">=4.4.3"
}, },
"private": true, "private": true,
"scripts": { "scripts": {
@ -42,20 +42,20 @@
}, },
"dependencies": { "dependencies": {
"bluebird": "2.9.14", "bluebird": "2.9.14",
"body-parser": "1.12.2", "body-parser": "1.15.0",
"cookie-parser": "^1.3.3", "cookie-parser": "^1.4.1",
"db-migrate": "0.9.23", "db-migrate": "0.9.23",
"deep-diff": "^0.3.0", "deep-diff": "^0.3.3",
"errorhandler": "1.3.5", "errorhandler": "1.3.5",
"express": "4.12.3", "express": "4.13.4",
"express-validator": "2.9.0", "express-validator": "2.20.3",
"ini": "1.3.3", "ini": "1.3.4",
"jsx-loader": "0.12.2", "jsx-loader": "0.12.2",
"jsxhint": "0.13.2", "jsxhint": "0.13.2",
"knex": "^0.11.0", "knex": "^0.11.0",
"lodash": "^3.5.0", "lodash": "^3.5.0",
"log4js": "0.6.22", "log4js": "0.6.35",
"moment": "^2.11.2", "moment": "^2.13.0",
"nconf": "0.7.1", "nconf": "0.7.1",
"pg": "^4.5.5", "pg": "^4.5.5",
"react": "^0.13.1", "react": "^0.13.1",