0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Bumped dependencies

no issue
This commit is contained in:
kirrg001 2019-01-21 13:33:20 +01:00
parent 3df763009e
commit f17d134759
2 changed files with 344 additions and 324 deletions

View file

@ -37,7 +37,7 @@
"analytics-node": "2.4.1", "analytics-node": "2.4.1",
"archiver": "1.3.0", "archiver": "1.3.0",
"bcryptjs": "2.4.3", "bcryptjs": "2.4.3",
"bluebird": "3.5.2", "bluebird": "3.5.3",
"body-parser": "1.18.3", "body-parser": "1.18.3",
"bookshelf": "0.13.3", "bookshelf": "0.13.3",
"bookshelf-relations": "0.2.1", "bookshelf-relations": "0.2.1",
@ -49,7 +49,7 @@
"connect-slashes": "1.3.1", "connect-slashes": "1.3.1",
"cookie": "0.3.1", "cookie": "0.3.1",
"cookie-session": "1.3.2", "cookie-session": "1.3.2",
"cors": "2.8.4", "cors": "2.8.5",
"csv-parser": "1.12.1", "csv-parser": "1.12.1",
"downsize": "0.0.8", "downsize": "0.0.8",
"express": "4.16.4", "express": "4.16.4",
@ -69,9 +69,9 @@
"image-size": "0.6.3", "image-size": "0.6.3",
"intl": "1.2.5", "intl": "1.2.5",
"intl-messageformat": "1.3.0", "intl-messageformat": "1.3.0",
"js-yaml": "3.12.0", "js-yaml": "3.12.1",
"jsonpath": "1.0.0", "jsonpath": "1.0.0",
"jsonwebtoken": "8.3.0", "jsonwebtoken": "8.4.0",
"keypair": "1.0.1", "keypair": "1.0.1",
"knex": "0.14.6", "knex": "0.14.6",
"knex-migrator": "3.2.4", "knex-migrator": "3.2.4",
@ -81,8 +81,8 @@
"markdown-it-lazy-headers": "0.1.3", "markdown-it-lazy-headers": "0.1.3",
"markdown-it-mark": "2.0.0", "markdown-it-mark": "2.0.0",
"mobiledoc-dom-renderer": "0.6.5", "mobiledoc-dom-renderer": "0.6.5",
"moment": "2.22.2", "moment": "2.23.0",
"moment-timezone": "0.5.21", "moment-timezone": "0.5.23",
"multer": "1.4.1", "multer": "1.4.1",
"mysql": "2.16.0", "mysql": "2.16.0",
"nconf": "0.10.0", "nconf": "0.10.0",
@ -96,7 +96,7 @@
"passport-oauth2-client-password": "0.1.2", "passport-oauth2-client-password": "0.1.2",
"path-match": "1.2.4", "path-match": "1.2.4",
"rss": "1.2.2", "rss": "1.2.2",
"sanitize-html": "1.19.1", "sanitize-html": "1.20.0",
"semver": "5.6.0", "semver": "5.6.0",
"simple-dom": "0.3.2", "simple-dom": "0.3.2",
"simple-html-tokenizer": "0.5.7", "simple-html-tokenizer": "0.5.7",
@ -107,15 +107,15 @@
"xml": "1.0.1" "xml": "1.0.1"
}, },
"optionalDependencies": { "optionalDependencies": {
"sharp": "0.21.0", "sharp": "0.21.3",
"sqlite3": "4.0.3" "sqlite3": "4.0.6"
}, },
"devDependencies": { "devDependencies": {
"eslint": "4.19.1", "eslint": "4.19.1",
"eslint-plugin-ghost": "0.0.27", "eslint-plugin-ghost": "0.0.27",
"grunt": "1.0.3", "grunt": "1.0.3",
"grunt-bg-shell": "2.3.3", "grunt-bg-shell": "2.3.3",
"grunt-cli": "1.3.1", "grunt-cli": "1.3.2",
"grunt-contrib-clean": "1.1.0", "grunt-contrib-clean": "1.1.0",
"grunt-contrib-compress": "1.4.3", "grunt-contrib-compress": "1.4.3",
"grunt-contrib-copy": "1.0.0", "grunt-contrib-copy": "1.0.0",
@ -135,14 +135,14 @@
"matchdep": "2.0.0", "matchdep": "2.0.0",
"minimist": "1.2.0", "minimist": "1.2.0",
"mocha": "4.1.0", "mocha": "4.1.0",
"mock-knex": "0.4.2", "mock-knex": "0.4.3",
"nock": "9.4.0", "nock": "9.4.0",
"proxyquire": "2.1.0", "proxyquire": "2.1.0",
"rewire": "3.0.2", "rewire": "3.0.2",
"should": "13.2.3", "should": "13.2.3",
"should-http": "0.1.1", "should-http": "0.1.1",
"sinon": "4.4.6", "sinon": "4.4.6",
"supertest": "3.3.0", "supertest": "3.4.1",
"tmp": "0.0.33" "tmp": "0.0.33"
}, },
"greenkeeper": { "greenkeeper": {

644
yarn.lock

File diff suppressed because it is too large Load diff