mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Update dependency @tryghost/logging to v2.0.3
This commit is contained in:
parent
d860948f93
commit
1bff41d10b
2 changed files with 9 additions and 9 deletions
|
@ -78,7 +78,7 @@
|
|||
"@tryghost/kg-markdown-html-renderer": "5.1.1",
|
||||
"@tryghost/kg-mobiledoc-html-renderer": "5.3.2",
|
||||
"@tryghost/limit-service": "1.0.9",
|
||||
"@tryghost/logging": "2.0.2",
|
||||
"@tryghost/logging": "2.0.3",
|
||||
"@tryghost/magic-link": "1.0.17",
|
||||
"@tryghost/members-api": "4.8.13",
|
||||
"@tryghost/members-importer": "0.5.0",
|
||||
|
@ -215,7 +215,7 @@
|
|||
"tmp": "0.2.1"
|
||||
},
|
||||
"resolutions": {
|
||||
"@tryghost/logging": "2.0.2",
|
||||
"@tryghost/logging": "2.0.3",
|
||||
"moment": "2.24.0",
|
||||
"moment-timezone": "0.5.23"
|
||||
}
|
||||
|
|
14
yarn.lock
14
yarn.lock
|
@ -1536,15 +1536,15 @@
|
|||
lodash "^4.17.21"
|
||||
luxon "^1.26.0"
|
||||
|
||||
"@tryghost/logging@2.0.1", "@tryghost/logging@2.0.2", "@tryghost/logging@^2.0.0", "@tryghost/logging@^2.0.1":
|
||||
version "2.0.2"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/logging/-/logging-2.0.2.tgz#4cd253473f50d8fe75b814d2b981291db1b64d70"
|
||||
integrity sha512-O4oHfJk4F3kVrdOd9zJJNqtAozkozUVgU+fLyrNFjAXvGksVBajZo5LfhTSkoby9msJyeVMqst38fv9725kZ0w==
|
||||
"@tryghost/logging@2.0.1", "@tryghost/logging@2.0.3", "@tryghost/logging@^2.0.0", "@tryghost/logging@^2.0.1":
|
||||
version "2.0.3"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/logging/-/logging-2.0.3.tgz#46990446695fc2042036371180df3b21d5182827"
|
||||
integrity sha512-TPbAVz7ohRAUFqCHWEZddX3NqxIPsyM8ozlrnPI0pRI5M3BKaDs1ouM/4zFsZwFLwPz7H9rv9jZfp7yuOLJrJg==
|
||||
dependencies:
|
||||
"@tryghost/bunyan-rotating-filestream" "^0.0.7"
|
||||
"@tryghost/elasticsearch" "^1.0.2"
|
||||
"@tryghost/pretty-stream" "^0.1.4"
|
||||
"@tryghost/root-utils" "^0.3.9"
|
||||
"@tryghost/elasticsearch" "^1.0.3"
|
||||
"@tryghost/pretty-stream" "^0.1.5"
|
||||
"@tryghost/root-utils" "^0.3.10"
|
||||
bunyan "^1.8.15"
|
||||
bunyan-loggly "^1.4.2"
|
||||
fs-extra "^10.0.0"
|
||||
|
|
Loading…
Reference in a new issue