mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Update dependency @tryghost/root-utils to v0.3.10
This commit is contained in:
parent
30d2995f14
commit
c6458f8a2f
2 changed files with 13 additions and 5 deletions
|
@ -93,7 +93,7 @@
|
|||
"@tryghost/package-json": "1.0.15",
|
||||
"@tryghost/promise": "0.1.14",
|
||||
"@tryghost/request": "0.1.12",
|
||||
"@tryghost/root-utils": "0.3.9",
|
||||
"@tryghost/root-utils": "0.3.10",
|
||||
"@tryghost/security": "0.2.14",
|
||||
"@tryghost/session-service": "0.1.37",
|
||||
"@tryghost/settings-path-manager": "0.1.3",
|
||||
|
|
16
yarn.lock
16
yarn.lock
|
@ -1742,10 +1742,10 @@
|
|||
got "9.6.0"
|
||||
lodash "^4.17.21"
|
||||
|
||||
"@tryghost/root-utils@0.3.9", "@tryghost/root-utils@^0.3.8", "@tryghost/root-utils@^0.3.9":
|
||||
version "0.3.9"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/root-utils/-/root-utils-0.3.9.tgz#5b18970cd2554bcb8cc533d7b4d32dd8f88b11bf"
|
||||
integrity sha512-YxM/fZMMyCDgGJA0tzSHHCBnwu2zTWqks/smiiiFE8SEZ1IitY2XOReXfs/+LGKKl/I/o/DMIsLqi+K0yvjbQA==
|
||||
"@tryghost/root-utils@0.3.10":
|
||||
version "0.3.10"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/root-utils/-/root-utils-0.3.10.tgz#73eb3678434895364734958a53c7b90f8d9f1c08"
|
||||
integrity sha512-COTB7oFpBR4JHpg0+jmjf92lZF3PNC074CW2Dh/dsfLB4aZ5H9MGO6NgK61PGfE+/0N4WEumnWzXB45DQ9XhSA==
|
||||
dependencies:
|
||||
caller "^1.0.1"
|
||||
find-root "^1.1.0"
|
||||
|
@ -1758,6 +1758,14 @@
|
|||
caller "^1.0.1"
|
||||
find-root "^1.1.0"
|
||||
|
||||
"@tryghost/root-utils@^0.3.8", "@tryghost/root-utils@^0.3.9":
|
||||
version "0.3.9"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/root-utils/-/root-utils-0.3.9.tgz#5b18970cd2554bcb8cc533d7b4d32dd8f88b11bf"
|
||||
integrity sha512-YxM/fZMMyCDgGJA0tzSHHCBnwu2zTWqks/smiiiFE8SEZ1IitY2XOReXfs/+LGKKl/I/o/DMIsLqi+K0yvjbQA==
|
||||
dependencies:
|
||||
caller "^1.0.1"
|
||||
find-root "^1.1.0"
|
||||
|
||||
"@tryghost/security@0.2.14":
|
||||
version "0.2.14"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/security/-/security-0.2.14.tgz#9928992166b0a27294d2907be6cae3b6eeea53ab"
|
||||
|
|
Loading…
Add table
Reference in a new issue