0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-15 03:01:37 -05:00

Merge pull request #6363 from ErisDS/dep-updates

Dependency Updates
This commit is contained in:
Sebastian Gierlinger 2016-01-20 16:09:20 +01:00
commit a0d1372c94

View file

@ -29,9 +29,9 @@
"dependencies": {
"bcryptjs": "2.3.0",
"bluebird": "2.10.2",
"body-parser": "1.14.1",
"body-parser": "1.14.2",
"bookshelf": "0.7.9",
"busboy": "0.2.11",
"busboy": "0.2.12",
"chalk": "1.1.1",
"cheerio": "0.19.0",
"compression": "1.6.0",
@ -40,32 +40,32 @@
"downsize": "0.0.8",
"express": "4.13.3",
"express-hbs": "0.8.4",
"extract-zip": "1.1.1",
"fs-extra": "0.24.0",
"extract-zip": "1.4.1",
"fs-extra": "0.26.4",
"ghost-gql": "0.0.3",
"glob": "5.0.15",
"html-to-text": "1.3.2",
"html-to-text": "1.5.1",
"intl": "1.0.1",
"intl-messageformat": "1.2.0",
"jsonpath": "0.2.0",
"jsonpath": "0.2.2",
"knex": "0.7.3",
"lodash": "3.10.1",
"moment": "2.10.6",
"moment": "2.11.1",
"morgan": "1.6.1",
"node-uuid": "1.4.3",
"node-uuid": "1.4.7",
"nodemailer": "0.7.1",
"oauth2orize": "1.0.1",
"passport": "0.3.0",
"oauth2orize": "1.2.0",
"passport": "0.3.2",
"passport-http-bearer": "1.0.1",
"passport-oauth2-client-password": "0.1.2",
"path-match": "1.2.3",
"request": "2.65.0",
"rss": "1.2.0",
"semver": "5.0.3",
"request": "2.67.0",
"rss": "1.2.1",
"semver": "5.1.0",
"showdown-ghost": "0.3.6",
"sqlite3": "3.1.1",
"unidecode": "0.1.8",
"validator": "4.1.0",
"validator": "4.5.0",
"xml": "1.0.0"
},
"optionalDependencies": {