mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Merge pull request #1622 from halfdan/update-deps
This commit is contained in:
commit
911eb9c908
1 changed files with 5 additions and 5 deletions
10
package.json
10
package.json
|
@ -35,16 +35,16 @@
|
|||
"bcryptjs": "0.7.10",
|
||||
"bookshelf": "0.6.1",
|
||||
"colors": "0.6.2",
|
||||
"connect-slashes": "0.0.11",
|
||||
"connect-slashes": "1.0.2",
|
||||
"downsize": "0.0.4",
|
||||
"express": "3.4.4",
|
||||
"express-hbs": "0.5.1",
|
||||
"express": "3.4.6",
|
||||
"express-hbs": "0.5.2",
|
||||
"fs-extra": "0.8.1",
|
||||
"knex": "0.5.0",
|
||||
"moment": "2.4.0",
|
||||
"node-polyglot": "0.3.0",
|
||||
"node-uuid": "1.4.1",
|
||||
"nodemailer": "0.5.5",
|
||||
"nodemailer": "0.5.13",
|
||||
"rss": "0.2.1",
|
||||
"semver": "2.2.1",
|
||||
"showdown": "0.3.1",
|
||||
|
@ -52,7 +52,7 @@
|
|||
"underscore": "1.5.2",
|
||||
"unidecode": "0.1.3",
|
||||
"validator": "1.4.0",
|
||||
"when": "2.5.1"
|
||||
"when": "2.7.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"mysql": "2.0.0-alpha9"
|
||||
|
|
Loading…
Reference in a new issue