mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05:00
Bump dependencies
no issue bookshelf-relations@0.2.1, bson-objectid@1.2.3, csv-parser@1.12.1, ghost-gql@0.0.10, ghost-ignition@2.9.2, ghost-storage-base@0.0.3, gscan@1.4.2, knex@0.14.6, knex-mig rator@3.1.6, lodash@4.17.10, moment@2.22.1, moment-timezone@0.5.16, simple-html-tokenizer@0.5.1, superagent@3.8.3, eslint@4.19.1, grunt-contrib-watch@1.0.1, nock@9.2.5
This commit is contained in:
parent
932d5f4c60
commit
45b3d50ced
2 changed files with 258 additions and 306 deletions
34
package.json
34
package.json
|
@ -36,44 +36,44 @@
|
|||
"bluebird": "3.5.1",
|
||||
"body-parser": "1.18.2",
|
||||
"bookshelf": "0.13.3",
|
||||
"bookshelf-relations": "0.2.0",
|
||||
"bookshelf-relations": "0.2.1",
|
||||
"brute-knex": "3.0.0",
|
||||
"bson-objectid": "1.2.2",
|
||||
"bson-objectid": "1.2.3",
|
||||
"chalk": "1.1.3",
|
||||
"cheerio": "0.22.0",
|
||||
"compression": "1.7.2",
|
||||
"connect-slashes": "1.3.1",
|
||||
"cookie-session": "1.3.2",
|
||||
"cors": "2.8.4",
|
||||
"csv-parser": "1.12.0",
|
||||
"csv-parser": "1.12.1",
|
||||
"downsize": "0.0.8",
|
||||
"express": "4.16.3",
|
||||
"express-brute": "1.0.1",
|
||||
"express-hbs": "1.0.4",
|
||||
"extract-zip": "1.6.6",
|
||||
"fs-extra": "3.0.1",
|
||||
"ghost-gql": "0.0.9",
|
||||
"ghost-ignition": "2.9.1",
|
||||
"ghost-storage-base": "0.0.1",
|
||||
"ghost-gql": "0.0.10",
|
||||
"ghost-ignition": "2.9.2",
|
||||
"ghost-storage-base": "0.0.3",
|
||||
"glob": "5.0.15",
|
||||
"got": "7.1.0",
|
||||
"gscan": "1.4.0",
|
||||
"gscan": "1.4.2",
|
||||
"html-to-text": "3.3.0",
|
||||
"image-size": "0.6.2",
|
||||
"intl": "1.2.5",
|
||||
"intl-messageformat": "1.3.0",
|
||||
"js-yaml": "3.11.0",
|
||||
"jsonpath": "1.0.0",
|
||||
"knex": "0.14.4",
|
||||
"knex-migrator": "3.1.5",
|
||||
"lodash": "4.17.5",
|
||||
"knex": "0.14.6",
|
||||
"knex-migrator": "3.1.6",
|
||||
"lodash": "4.17.10",
|
||||
"markdown-it": "8.4.1",
|
||||
"markdown-it-footnote": "3.0.1",
|
||||
"markdown-it-lazy-headers": "0.1.3",
|
||||
"markdown-it-mark": "2.0.0",
|
||||
"mobiledoc-dom-renderer": "0.6.5",
|
||||
"moment": "2.21.0",
|
||||
"moment-timezone": "0.5.14",
|
||||
"moment": "2.22.1",
|
||||
"moment-timezone": "0.5.16",
|
||||
"multer": "1.3.0",
|
||||
"mysql": "2.15.0",
|
||||
"nconf": "0.10.0",
|
||||
|
@ -88,8 +88,8 @@
|
|||
"sanitize-html": "1.18.2",
|
||||
"semver": "5.5.0",
|
||||
"simple-dom": "0.3.2",
|
||||
"simple-html-tokenizer": "0.4.3",
|
||||
"superagent": "3.8.2",
|
||||
"simple-html-tokenizer": "0.5.1",
|
||||
"superagent": "3.8.3",
|
||||
"unidecode": "0.1.8",
|
||||
"uuid": "3.2.1",
|
||||
"validator": "6.3.0",
|
||||
|
@ -99,7 +99,7 @@
|
|||
"sqlite3": "4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "4.19.0",
|
||||
"eslint": "4.19.1",
|
||||
"grunt": "1.0.2",
|
||||
"grunt-bg-shell": "2.3.3",
|
||||
"grunt-cli": "1.2.0",
|
||||
|
@ -108,7 +108,7 @@
|
|||
"grunt-contrib-copy": "1.0.0",
|
||||
"grunt-contrib-symlink": "^1.0.0",
|
||||
"grunt-contrib-uglify": "3.3.0",
|
||||
"grunt-contrib-watch": "1.0.0",
|
||||
"grunt-contrib-watch": "1.0.1",
|
||||
"grunt-cssnano": "2.1.0",
|
||||
"grunt-docker": "0.0.11",
|
||||
"grunt-eslint": "20.1.0",
|
||||
|
@ -123,7 +123,7 @@
|
|||
"minimist": "1.2.0",
|
||||
"mocha": "4.1.0",
|
||||
"mock-knex": "0.4.0",
|
||||
"nock": "9.2.3",
|
||||
"nock": "9.2.5",
|
||||
"rewire": "3.0.2",
|
||||
"should": "13.2.1",
|
||||
"should-http": "0.1.1",
|
||||
|
|
Loading…
Add table
Reference in a new issue