mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Upgrading most production dependencies
no issue - includes the majority of upgrades to out-of-date dependencies - lodash is being left as it has backwards incompatible changes, as well as causing unmet deps warnings - glob & cherio are being left as upgrading them causes unmet deps warnings - bookshelf & knex should be done together separately
This commit is contained in:
parent
5ec1979447
commit
3d533b68ec
1 changed files with 13 additions and 13 deletions
26
package.json
26
package.json
|
@ -27,40 +27,40 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"bcryptjs": "2.1.0",
|
||||
"bluebird": "2.9.25",
|
||||
"body-parser": "1.10.0",
|
||||
"bluebird": "2.9.27",
|
||||
"body-parser": "1.12.4",
|
||||
"bookshelf": "0.7.9",
|
||||
"busboy": "0.2.9",
|
||||
"chalk": "1.0.0",
|
||||
"cheerio": "0.18.0",
|
||||
"compression": "1.2.2",
|
||||
"connect-slashes": "1.3.0",
|
||||
"compression": "1.4.4",
|
||||
"connect-slashes": "1.3.1",
|
||||
"cookie-session": "1.1.0",
|
||||
"downsize": "0.0.8",
|
||||
"express": "4.12.3",
|
||||
"express": "4.12.4",
|
||||
"express-hbs": "0.8.4",
|
||||
"extract-zip": "1.0.3",
|
||||
"fs-extra": "0.13.0",
|
||||
"fs-extra": "0.18.4",
|
||||
"glob": "4.3.2",
|
||||
"html-to-text": "1.3.0",
|
||||
"knex": "0.7.3",
|
||||
"lodash": "2.4.1",
|
||||
"moment": "2.10.2",
|
||||
"morgan": "1.5.0",
|
||||
"node-uuid": "1.4.2",
|
||||
"moment": "2.10.3",
|
||||
"morgan": "1.5.3",
|
||||
"node-uuid": "1.4.3",
|
||||
"nodemailer": "0.7.1",
|
||||
"oauth2orize": "1.0.1",
|
||||
"passport": "0.2.1",
|
||||
"passport": "0.2.2",
|
||||
"passport-http-bearer": "1.0.1",
|
||||
"passport-oauth2-client-password": "0.1.2",
|
||||
"path-match": "1.2.2",
|
||||
"request": "2.55.0",
|
||||
"request": "2.57.0",
|
||||
"rss": "1.1.1",
|
||||
"semver": "4.3.3",
|
||||
"semver": "4.3.6",
|
||||
"showdown-ghost": "0.3.6",
|
||||
"sqlite3": "3.0.8",
|
||||
"unidecode": "0.1.3",
|
||||
"validator": "3.39.0",
|
||||
"validator": "3.40.0",
|
||||
"xml": "1.0.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
|
|
Loading…
Add table
Reference in a new issue