mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Update dependency ghost-ignition to v4.6.3
This commit is contained in:
parent
1ec79bfaea
commit
7cc021c114
2 changed files with 33 additions and 3 deletions
|
@ -96,7 +96,7 @@
|
|||
"express-query-boolean": "2.0.0",
|
||||
"express-session": "1.17.2",
|
||||
"fs-extra": "10.0.0",
|
||||
"ghost-ignition": "4.6.2",
|
||||
"ghost-ignition": "4.6.3",
|
||||
"ghost-storage-base": "0.0.4",
|
||||
"glob": "7.1.7",
|
||||
"got": "9.6.0",
|
||||
|
|
34
yarn.lock
34
yarn.lock
|
@ -840,6 +840,14 @@
|
|||
dependencies:
|
||||
bluebird "^3.7.2"
|
||||
|
||||
"@tryghost/root-utils@^0.1.0":
|
||||
version "0.1.0"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/root-utils/-/root-utils-0.1.0.tgz#7578cb5e57953316fef58edd43a152a86b719a8f"
|
||||
integrity sha512-zy3PSviwytjvjdMso86RYZLE2I4e2yL/s83fIEf/g17C8V8hsCcgE83cFOpCw3ISWDFX3Qi0IX9kI3or2pfGLg==
|
||||
dependencies:
|
||||
caller "^1.0.1"
|
||||
find-root "^1.1.0"
|
||||
|
||||
"@tryghost/security@0.2.9":
|
||||
version "0.2.9"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/security/-/security-0.2.9.tgz#1bc323b22774c122c54a1b43a2594cdc88feba71"
|
||||
|
@ -1922,7 +1930,7 @@ call-bind@^1.0.0:
|
|||
function-bind "^1.1.1"
|
||||
get-intrinsic "^1.0.2"
|
||||
|
||||
caller@1.0.1:
|
||||
caller@1.0.1, caller@^1.0.1:
|
||||
version "1.0.1"
|
||||
resolved "https://registry.yarnpkg.com/caller/-/caller-1.0.1.tgz#b851860f70e195db3d277395aa1a7e23ea30ecf5"
|
||||
integrity sha1-uFGGD3Dhlds9J3OVqhp+I+ow7PU=
|
||||
|
@ -3956,7 +3964,7 @@ finalhandler@~1.1.2:
|
|||
statuses "~1.5.0"
|
||||
unpipe "~1.0.0"
|
||||
|
||||
find-root@1.1.0:
|
||||
find-root@1.1.0, find-root@^1.1.0:
|
||||
version "1.1.0"
|
||||
resolved "https://registry.yarnpkg.com/find-root/-/find-root-1.1.0.tgz#abcfc8ba76f708c42a97b3d685b7e9450bfb9ce4"
|
||||
integrity sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==
|
||||
|
@ -4363,6 +4371,28 @@ ghost-ignition@4.6.2, ghost-ignition@^4.2.4, ghost-ignition@^4.6.1, ghost-igniti
|
|||
prettyjson "1.2.1"
|
||||
uuid "8.3.2"
|
||||
|
||||
ghost-ignition@4.6.3:
|
||||
version "4.6.3"
|
||||
resolved "https://registry.yarnpkg.com/ghost-ignition/-/ghost-ignition-4.6.3.tgz#eea33bbd84e4e26096f9b7c8838f972acdab7533"
|
||||
integrity sha512-F9Kms91NG7miRH8FdmvHvWGt9crVHaKYap3gFrGekCi0TTpssN6duGi0NERSqAcf+7gC7QXT3BP/yCWwBr3fqw==
|
||||
dependencies:
|
||||
"@tryghost/bunyan-rotating-filestream" "0.0.7"
|
||||
"@tryghost/elasticsearch-bunyan" "0.1.1"
|
||||
"@tryghost/root-utils" "^0.1.0"
|
||||
bunyan "1.8.15"
|
||||
bunyan-loggly "1.4.2"
|
||||
caller "1.0.1"
|
||||
debug "4.3.1"
|
||||
find-root "1.1.0"
|
||||
fs-extra "9.1.0"
|
||||
gelf-stream "1.1.1"
|
||||
json-stringify-safe "5.0.1"
|
||||
lodash "4.17.21"
|
||||
moment "2.27.0"
|
||||
nconf "0.11.2"
|
||||
prettyjson "1.2.1"
|
||||
uuid "8.3.2"
|
||||
|
||||
ghost-storage-base@0.0.4:
|
||||
version "0.0.4"
|
||||
resolved "https://registry.yarnpkg.com/ghost-storage-base/-/ghost-storage-base-0.0.4.tgz#c5badcab13d1763febc8eb3b293e1eb3a5e511e1"
|
||||
|
|
Loading…
Add table
Reference in a new issue