mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-04 02:01:58 -05:00
Bump dependencies
no issue - body-parser@1.18.3 - extract-zip@1.6.7 - js-yaml@3.12.0 - moment@2.22.2 - moment-timezone@0.5.17 - grunt@1.0.3 - grunt-contrib-watch@1.1.0 - nock@9.3.0 - supertest@3.1.0
This commit is contained in:
parent
f24dbff47d
commit
fdde9f7c5d
2 changed files with 288 additions and 329 deletions
18
package.json
18
package.json
|
@ -34,7 +34,7 @@
|
|||
"archiver": "1.3.0",
|
||||
"bcryptjs": "2.4.3",
|
||||
"bluebird": "3.5.1",
|
||||
"body-parser": "1.18.2",
|
||||
"body-parser": "1.18.3",
|
||||
"bookshelf": "0.13.3",
|
||||
"bookshelf-relations": "0.2.1",
|
||||
"brute-knex": "3.0.0",
|
||||
|
@ -50,7 +50,7 @@
|
|||
"express": "4.16.3",
|
||||
"express-brute": "1.0.1",
|
||||
"express-hbs": "1.0.4",
|
||||
"extract-zip": "1.6.6",
|
||||
"extract-zip": "1.6.7",
|
||||
"fs-extra": "3.0.1",
|
||||
"ghost-gql": "0.0.10",
|
||||
"ghost-ignition": "2.9.2",
|
||||
|
@ -62,7 +62,7 @@
|
|||
"image-size": "0.6.2",
|
||||
"intl": "1.2.5",
|
||||
"intl-messageformat": "1.3.0",
|
||||
"js-yaml": "3.11.0",
|
||||
"js-yaml": "3.12.0",
|
||||
"jsonpath": "1.0.0",
|
||||
"knex": "0.14.6",
|
||||
"knex-migrator": "3.1.6",
|
||||
|
@ -72,8 +72,8 @@
|
|||
"markdown-it-lazy-headers": "0.1.3",
|
||||
"markdown-it-mark": "2.0.0",
|
||||
"mobiledoc-dom-renderer": "0.6.5",
|
||||
"moment": "2.22.1",
|
||||
"moment-timezone": "0.5.16",
|
||||
"moment": "2.22.2",
|
||||
"moment-timezone": "0.5.17",
|
||||
"multer": "1.3.0",
|
||||
"mysql": "2.15.0",
|
||||
"nconf": "0.10.0",
|
||||
|
@ -100,7 +100,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"eslint": "4.19.1",
|
||||
"grunt": "1.0.2",
|
||||
"grunt": "1.0.3",
|
||||
"grunt-bg-shell": "2.3.3",
|
||||
"grunt-cli": "1.2.0",
|
||||
"grunt-contrib-clean": "1.1.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.1",
|
||||
"grunt-contrib-watch": "1.1.0",
|
||||
"grunt-cssnano": "2.1.0",
|
||||
"grunt-docker": "0.0.11",
|
||||
"grunt-eslint": "20.1.0",
|
||||
|
@ -123,12 +123,12 @@
|
|||
"minimist": "1.2.0",
|
||||
"mocha": "4.1.0",
|
||||
"mock-knex": "0.4.0",
|
||||
"nock": "9.2.5",
|
||||
"nock": "9.3.0",
|
||||
"rewire": "3.0.2",
|
||||
"should": "13.2.1",
|
||||
"should-http": "0.1.1",
|
||||
"sinon": "4.4.6",
|
||||
"supertest": "3.0.0",
|
||||
"supertest": "3.1.0",
|
||||
"tmp": "0.0.33"
|
||||
},
|
||||
"greenkeeper": {
|
||||
|
|
Loading…
Add table
Reference in a new issue