0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Bump dependencies

no issue

- ghost-ignition@2.9.4
  - fixed log rotation (c8f256430a)
- multer@1.3.1
- uuid@3.3.2
- nock@9.4.0
This commit is contained in:
kirrg001 2018-07-02 12:28:30 +02:00
parent 4b3f3b8d0f
commit 8c1061cd30
2 changed files with 30 additions and 13 deletions

View file

@ -54,7 +54,7 @@
"extract-zip": "1.6.7",
"fs-extra": "3.0.1",
"ghost-gql": "0.0.10",
"ghost-ignition": "2.9.3",
"ghost-ignition": "2.9.4",
"ghost-storage-base": "0.0.3",
"glob": "5.0.15",
"got": "7.1.0",
@ -75,7 +75,7 @@
"mobiledoc-dom-renderer": "0.6.5",
"moment": "2.22.2",
"moment-timezone": "0.5.21",
"multer": "1.3.0",
"multer": "1.3.1",
"mysql": "2.15.0",
"nconf": "0.10.0",
"netjet": "1.3.0",
@ -93,7 +93,7 @@
"simple-html-tokenizer": "0.5.5",
"superagent": "3.8.3",
"unidecode": "0.1.8",
"uuid": "3.2.1",
"uuid": "3.3.2",
"validator": "6.3.0",
"xml": "1.0.1"
},
@ -124,7 +124,7 @@
"matchdep": "2.0.0",
"minimist": "1.2.0",
"mocha": "4.1.0",
"nock": "9.3.3",
"nock": "9.4.0",
"rewire": "3.0.2",
"should": "13.2.1",
"should-http": "0.1.1",

View file

@ -1048,7 +1048,7 @@ concat-stream@1.6.0:
readable-stream "^2.2.2"
typedarray "^0.0.6"
concat-stream@1.6.2, concat-stream@^1.4.1, concat-stream@^1.5.0, concat-stream@^1.6.0:
concat-stream@1.6.2, concat-stream@^1.4.1, concat-stream@^1.5.0, concat-stream@^1.5.2, concat-stream@^1.6.0:
version "1.6.2"
resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.2.tgz#904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34"
dependencies:
@ -2150,9 +2150,9 @@ ghost-ignition@2.9.2:
prettyjson "^1.1.3"
uuid "^3.0.0"
ghost-ignition@2.9.3:
version "2.9.3"
resolved "https://registry.yarnpkg.com/ghost-ignition/-/ghost-ignition-2.9.3.tgz#1f6e9c5abcee20f8101330ebebdbf1aaaa73d1d1"
ghost-ignition@2.9.4:
version "2.9.4"
resolved "https://registry.yarnpkg.com/ghost-ignition/-/ghost-ignition-2.9.4.tgz#068359a3d5b98f43666e42220afc8a61ccb1e85e"
dependencies:
bunyan "1.8.12"
bunyan-loggly "^1.3.1"
@ -3906,7 +3906,20 @@ ms@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
multer@1.3.0, multer@^1.1.0:
multer@1.3.1:
version "1.3.1"
resolved "https://registry.yarnpkg.com/multer/-/multer-1.3.1.tgz#c3fb3b35f50c7eefe873532f90d3dde02ce6e040"
dependencies:
append-field "^0.1.0"
busboy "^0.2.11"
concat-stream "^1.5.2"
mkdirp "^0.5.1"
object-assign "^3.0.0"
on-finished "^2.3.0"
type-is "^1.6.4"
xtend "^4.0.0"
multer@^1.1.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/multer/-/multer-1.3.0.tgz#092b2670f6846fa4914965efc8cf94c20fec6cd2"
dependencies:
@ -4024,9 +4037,9 @@ nise@^1.2.0:
path-to-regexp "^1.7.0"
text-encoding "^0.6.4"
nock@9.3.3:
version "9.3.3"
resolved "https://registry.yarnpkg.com/nock/-/nock-9.3.3.tgz#d9f4cd3c011afeadaf5ccf1b243f6e353781cda0"
nock@9.4.0:
version "9.4.0"
resolved "https://registry.yarnpkg.com/nock/-/nock-9.4.0.tgz#d151c0020c9c10fe2f139c4bc7498457959eddc8"
dependencies:
chai "^4.1.2"
debug "^3.1.0"
@ -6099,7 +6112,11 @@ utils-merge@1.0.1, utils-merge@1.x.x:
version "1.0.1"
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
uuid@3.2.1, uuid@^3.0.0, uuid@^3.1.0, uuid@^3.2.1:
uuid@3.3.2:
version "3.3.2"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131"
uuid@^3.0.0, uuid@^3.1.0, uuid@^3.2.1:
version "3.2.1"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.2.1.tgz#12c528bb9d58d0b9265d9a2f6f0fe8be17ff1f14"