mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-07 03:22:21 +03:00
Update dependencies
No issue - express@4.12.3 - moment@2.10.2 - request@2.55.0 - sqlite3@3.0.6 - validator@3.39.0 - (dev) grunt-contrib-jshint@0.11.2 - (dev) grunt-mocha-cli@1.13.0 - (dev) should@6.0.1
This commit is contained in:
parent
cc7c5be75b
commit
181cb780bc
18
package.json
18
package.json
@ -40,9 +40,9 @@
|
|||||||
"colors": "0.6.2",
|
"colors": "0.6.2",
|
||||||
"compression": "1.2.2",
|
"compression": "1.2.2",
|
||||||
"connect-slashes": "1.3.0",
|
"connect-slashes": "1.3.0",
|
||||||
"cookie-session": "^1.1.0",
|
"cookie-session": "1.1.0",
|
||||||
"downsize": "0.0.8",
|
"downsize": "0.0.8",
|
||||||
"express": "4.12.0",
|
"express": "4.12.3",
|
||||||
"express-hbs": "0.8.4",
|
"express-hbs": "0.8.4",
|
||||||
"extract-zip": "1.0.3",
|
"extract-zip": "1.0.3",
|
||||||
"fs-extra": "0.13.0",
|
"fs-extra": "0.13.0",
|
||||||
@ -50,7 +50,7 @@
|
|||||||
"html-to-text": "1.2.0",
|
"html-to-text": "1.2.0",
|
||||||
"knex": "0.7.3",
|
"knex": "0.7.3",
|
||||||
"lodash": "2.4.1",
|
"lodash": "2.4.1",
|
||||||
"moment": "2.8.3",
|
"moment": "2.10.2",
|
||||||
"morgan": "1.5.0",
|
"morgan": "1.5.0",
|
||||||
"node-uuid": "1.4.2",
|
"node-uuid": "1.4.2",
|
||||||
"nodemailer": "0.7.1",
|
"nodemailer": "0.7.1",
|
||||||
@ -59,13 +59,13 @@
|
|||||||
"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.2",
|
||||||
"request": "2.51.0",
|
"request": "2.55.0",
|
||||||
"rss": "1.1.1",
|
"rss": "1.1.1",
|
||||||
"semver": "4.3.3",
|
"semver": "4.3.3",
|
||||||
"showdown-ghost": "0.3.6",
|
"showdown-ghost": "0.3.6",
|
||||||
"sqlite3": "3.0.5",
|
"sqlite3": "3.0.6",
|
||||||
"unidecode": "0.1.3",
|
"unidecode": "0.1.3",
|
||||||
"validator": "3.28.0",
|
"validator": "3.39.0",
|
||||||
"xml": "1.0.0"
|
"xml": "1.0.0"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
@ -80,13 +80,13 @@
|
|||||||
"grunt-contrib-clean": "~0.6.0",
|
"grunt-contrib-clean": "~0.6.0",
|
||||||
"grunt-contrib-compress": "~0.11.0",
|
"grunt-contrib-compress": "~0.11.0",
|
||||||
"grunt-contrib-copy": "~0.5.0",
|
"grunt-contrib-copy": "~0.5.0",
|
||||||
"grunt-contrib-jshint": "~0.10.0",
|
"grunt-contrib-jshint": "~0.11.2",
|
||||||
"grunt-contrib-uglify": "~0.6.0",
|
"grunt-contrib-uglify": "~0.6.0",
|
||||||
"grunt-contrib-watch": "~0.6.1",
|
"grunt-contrib-watch": "~0.6.1",
|
||||||
"grunt-docker": "~0.0.8",
|
"grunt-docker": "~0.0.8",
|
||||||
"grunt-express-server": "~0.4.19",
|
"grunt-express-server": "~0.4.19",
|
||||||
"grunt-jscs": "~1.8.0",
|
"grunt-jscs": "~1.8.0",
|
||||||
"grunt-mocha-cli": "~1.11.0",
|
"grunt-mocha-cli": "~1.13.0",
|
||||||
"grunt-mocha-istanbul": "2.4.0",
|
"grunt-mocha-istanbul": "2.4.0",
|
||||||
"grunt-shell": "~1.1.1",
|
"grunt-shell": "~1.1.1",
|
||||||
"grunt-update-submodules": "~0.4.1",
|
"grunt-update-submodules": "~0.4.1",
|
||||||
@ -94,7 +94,7 @@
|
|||||||
"nock": "0.52.4",
|
"nock": "0.52.4",
|
||||||
"require-dir": "~0.1.0",
|
"require-dir": "~0.1.0",
|
||||||
"rewire": "~2.1.0",
|
"rewire": "~2.1.0",
|
||||||
"should": "~4.4.2",
|
"should": "~6.0.1",
|
||||||
"sinon": "~1.12.2",
|
"sinon": "~1.12.2",
|
||||||
"supertest": "~0.15.0",
|
"supertest": "~0.15.0",
|
||||||
"testem": "^0.6.23",
|
"testem": "^0.6.23",
|
||||||
|
Loading…
Reference in New Issue
Block a user