0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Merge pull request #5954 from ErisDS/deps

Dependency updates
This commit is contained in:
Sebastian Gierlinger 2015-10-16 13:51:09 +02:00
commit d8272e4b03

View file

@ -26,43 +26,43 @@
"iojs": "~1.2.0"
},
"dependencies": {
"bcryptjs": "2.1.0",
"bluebird": "2.9.27",
"body-parser": "1.12.4",
"bcryptjs": "2.3.0",
"bluebird": "2.10.2",
"body-parser": "1.14.1",
"bookshelf": "0.7.9",
"busboy": "0.2.9",
"chalk": "1.0.0",
"busboy": "0.2.11",
"chalk": "1.1.1",
"cheerio": "0.19.0",
"compression": "1.4.4",
"compression": "1.6.0",
"connect-slashes": "1.3.1",
"cookie-session": "1.1.0",
"cookie-session": "1.2.0",
"downsize": "0.0.8",
"express": "4.12.4",
"express": "4.13.3",
"express-hbs": "0.8.4",
"extract-zip": "1.0.3",
"fs-extra": "0.18.4",
"glob": "4.3.2",
"html-to-text": "1.3.0",
"extract-zip": "1.1.1",
"fs-extra": "0.24.0",
"glob": "5.0.15",
"html-to-text": "1.3.2",
"intl": "1.0.0",
"intl-messageformat": "1.1.0",
"knex": "0.7.3",
"lodash": "3.10.0",
"moment": "2.10.3",
"morgan": "1.5.3",
"lodash": "3.10.1",
"moment": "2.10.6",
"morgan": "1.6.1",
"node-uuid": "1.4.3",
"nodemailer": "0.7.1",
"oauth2orize": "1.0.1",
"passport": "0.2.2",
"passport": "0.3.0",
"passport-http-bearer": "1.0.1",
"passport-oauth2-client-password": "0.1.2",
"path-match": "1.2.2",
"request": "2.57.0",
"path-match": "1.2.3",
"request": "2.65.0",
"rss": "1.1.1",
"semver": "4.3.6",
"semver": "5.0.3",
"showdown-ghost": "0.3.6",
"sqlite3": "3.0.8",
"unidecode": "0.1.3",
"validator": "3.40.0",
"sqlite3": "3.1.0",
"unidecode": "0.1.7",
"validator": "4.1.0",
"xml": "1.0.0"
},
"optionalDependencies": {