0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36: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" "iojs": "~1.2.0"
}, },
"dependencies": { "dependencies": {
"bcryptjs": "2.1.0", "bcryptjs": "2.3.0",
"bluebird": "2.9.27", "bluebird": "2.10.2",
"body-parser": "1.12.4", "body-parser": "1.14.1",
"bookshelf": "0.7.9", "bookshelf": "0.7.9",
"busboy": "0.2.9", "busboy": "0.2.11",
"chalk": "1.0.0", "chalk": "1.1.1",
"cheerio": "0.19.0", "cheerio": "0.19.0",
"compression": "1.4.4", "compression": "1.6.0",
"connect-slashes": "1.3.1", "connect-slashes": "1.3.1",
"cookie-session": "1.1.0", "cookie-session": "1.2.0",
"downsize": "0.0.8", "downsize": "0.0.8",
"express": "4.12.4", "express": "4.13.3",
"express-hbs": "0.8.4", "express-hbs": "0.8.4",
"extract-zip": "1.0.3", "extract-zip": "1.1.1",
"fs-extra": "0.18.4", "fs-extra": "0.24.0",
"glob": "4.3.2", "glob": "5.0.15",
"html-to-text": "1.3.0", "html-to-text": "1.3.2",
"intl": "1.0.0", "intl": "1.0.0",
"intl-messageformat": "1.1.0", "intl-messageformat": "1.1.0",
"knex": "0.7.3", "knex": "0.7.3",
"lodash": "3.10.0", "lodash": "3.10.1",
"moment": "2.10.3", "moment": "2.10.6",
"morgan": "1.5.3", "morgan": "1.6.1",
"node-uuid": "1.4.3", "node-uuid": "1.4.3",
"nodemailer": "0.7.1", "nodemailer": "0.7.1",
"oauth2orize": "1.0.1", "oauth2orize": "1.0.1",
"passport": "0.2.2", "passport": "0.3.0",
"passport-http-bearer": "1.0.1", "passport-http-bearer": "1.0.1",
"passport-oauth2-client-password": "0.1.2", "passport-oauth2-client-password": "0.1.2",
"path-match": "1.2.2", "path-match": "1.2.3",
"request": "2.57.0", "request": "2.65.0",
"rss": "1.1.1", "rss": "1.1.1",
"semver": "4.3.6", "semver": "5.0.3",
"showdown-ghost": "0.3.6", "showdown-ghost": "0.3.6",
"sqlite3": "3.0.8", "sqlite3": "3.1.0",
"unidecode": "0.1.3", "unidecode": "0.1.7",
"validator": "3.40.0", "validator": "4.1.0",
"xml": "1.0.0" "xml": "1.0.0"
}, },
"optionalDependencies": { "optionalDependencies": {