mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Update dependency @tryghost/logging to v0.1.2
This commit is contained in:
parent
d9c1713dae
commit
2f93ce7495
2 changed files with 6 additions and 14 deletions
|
@ -61,7 +61,7 @@
|
|||
"@tryghost/kg-markdown-html-renderer": "4.0.3",
|
||||
"@tryghost/kg-mobiledoc-html-renderer": "4.0.0",
|
||||
"@tryghost/limit-service": "0.6.1",
|
||||
"@tryghost/logging": "0.1.1",
|
||||
"@tryghost/logging": "0.1.2",
|
||||
"@tryghost/magic-link": "1.0.4",
|
||||
"@tryghost/members-api": "1.15.0",
|
||||
"@tryghost/members-csv": "1.0.1",
|
||||
|
|
18
yarn.lock
18
yarn.lock
|
@ -866,14 +866,14 @@
|
|||
lodash "^4.17.21"
|
||||
luxon "^1.26.0"
|
||||
|
||||
"@tryghost/logging@0.1.1":
|
||||
version "0.1.1"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/logging/-/logging-0.1.1.tgz#26ebd63ac0586db8b4c8962450ae84709fb52d1f"
|
||||
integrity sha512-XWg7BMuMR15uqPppx4hpfU4pquKSRfehtbVOyeWmj30+3YNSAI/9QKfe2rfyFaC26tml1Gyc9HNBtl2EVjrWSw==
|
||||
"@tryghost/logging@0.1.2":
|
||||
version "0.1.2"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/logging/-/logging-0.1.2.tgz#f3d4f18c70d87b3ff5ee0d62d231aa2286255b9a"
|
||||
integrity sha512-Zr6hAB1fpERLxpXvnz8jyPPcEVKdz1bEVc21UWRHj/8edq1PLKHNY+g7sK6EtD4EaxWrEI2qhb5Bz8l9AfOj6g==
|
||||
dependencies:
|
||||
"@tryghost/bunyan-rotating-filestream" "^0.0.7"
|
||||
"@tryghost/elasticsearch-bunyan" "^0.1.1"
|
||||
"@tryghost/root-utils" "^0.3.0"
|
||||
"@tryghost/root-utils" "^0.3.1"
|
||||
bunyan "^1.8.15"
|
||||
bunyan-loggly "^1.4.2"
|
||||
fs-extra "^10.0.0"
|
||||
|
@ -999,14 +999,6 @@
|
|||
caller "^1.0.1"
|
||||
find-root "^1.1.0"
|
||||
|
||||
"@tryghost/root-utils@^0.3.0":
|
||||
version "0.3.0"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/root-utils/-/root-utils-0.3.0.tgz#94565b5063c296b7493e3a635f9b77a8f917076b"
|
||||
integrity sha512-4OaSksIjR5RVAYXXfhTlNbt/gbj9mG/qxW0Kn6uoq8RWSBaV/Hjh7wdw+ptCJ7WPT87bFO7A6uZz29AjDeNGow==
|
||||
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"
|
||||
|
|
Loading…
Add table
Reference in a new issue