2
0
Fork 0

fixed versions

This commit is contained in:
Willem 2017-06-10 17:19:47 +02:00
parent d280fb9af3
commit 63a761bbc0
2 changed files with 38 additions and 38 deletions

View file

@ -7,15 +7,15 @@
"start": "node example.js"
},
"dependencies": {
"cookie-parser": "^1.0.1",
"debug": "^2.2.0",
"cookie-parser": "1.0.1",
"debug": "2.2.0",
"express-winston": "0.3.1",
"static-favicon": "~1.0.0",
"winston": "~0.7.3",
"node-postgres-named": "^2.2.0",
"pg": "^4.4.0",
"mssql": "^2.1.6",
"mysql2": "^0.15.8",
"mongoose": "~3.8.13"
"static-favicon": "1.0.0",
"winston": "0.7.3",
"node-postgres-named": "2.2.0",
"pg": "4.4.0",
"mssql": "2.1.6",
"mysql2": "0.15.8",
"mongoose": "3.8.13"
}
}