mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-13 22:41:32 -05:00
Merge pull request #6463 from ErisDS/dep-updates
Dependency updates (again)
This commit is contained in:
commit
817c7b6c36
1 changed files with 10 additions and 10 deletions
20
package.json
20
package.json
|
@ -33,40 +33,40 @@
|
|||
"bookshelf": "0.9.1",
|
||||
"busboy": "0.2.12",
|
||||
"chalk": "1.1.1",
|
||||
"cheerio": "0.19.0",
|
||||
"compression": "1.6.0",
|
||||
"cheerio": "0.20.0",
|
||||
"compression": "1.6.1",
|
||||
"connect-slashes": "1.3.1",
|
||||
"cookie-session": "1.2.0",
|
||||
"downsize": "0.0.8",
|
||||
"express": "4.13.3",
|
||||
"express": "4.13.4",
|
||||
"express-hbs": "0.8.4",
|
||||
"extract-zip": "1.4.1",
|
||||
"fs-extra": "0.26.4",
|
||||
"fs-extra": "0.26.5",
|
||||
"ghost-gql": "0.0.3",
|
||||
"glob": "5.0.15",
|
||||
"html-to-text": "1.5.1",
|
||||
"html-to-text": "1.6.0",
|
||||
"intl": "1.0.1",
|
||||
"intl-messageformat": "1.2.0",
|
||||
"jsonpath": "0.2.2",
|
||||
"knex": "0.9.0",
|
||||
"lodash": "3.10.1",
|
||||
"moment": "2.11.1",
|
||||
"moment": "2.11.2",
|
||||
"morgan": "1.6.1",
|
||||
"node-uuid": "1.4.7",
|
||||
"nodemailer": "0.7.1",
|
||||
"oauth2orize": "1.2.0",
|
||||
"oauth2orize": "1.2.2",
|
||||
"passport": "0.3.2",
|
||||
"passport-http-bearer": "1.0.1",
|
||||
"passport-oauth2-client-password": "0.1.2",
|
||||
"path-match": "1.2.3",
|
||||
"request": "2.67.0",
|
||||
"request": "2.69.0",
|
||||
"rss": "1.2.1",
|
||||
"semver": "5.1.0",
|
||||
"showdown-ghost": "0.3.6",
|
||||
"sqlite3": "3.1.1",
|
||||
"unidecode": "0.1.8",
|
||||
"validator": "4.5.0",
|
||||
"xml": "1.0.0"
|
||||
"xml": "1.0.1"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"mysql": "2.1.1",
|
||||
|
@ -103,6 +103,6 @@
|
|||
"top-gh-contribs": "2.0.2"
|
||||
},
|
||||
"greenkeeper": {
|
||||
"ignore": ["bower", "bluebird", "glob", "lodash", "nodemailer", "showdown-ghost", "should", "supertest"]
|
||||
"ignore": ["bower", "bluebird", "glob", "lodash", "mysql", "nodemailer", "pg", "showdown-ghost", "should", "validator"]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue