mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Update dependency @tryghost/version to v0.1.11
This commit is contained in:
parent
e7751fa279
commit
0e7eb4acd9
2 changed files with 18 additions and 2 deletions
|
@ -106,7 +106,7 @@
|
|||
"@tryghost/url-utils": "2.0.5",
|
||||
"@tryghost/validator": "0.1.13",
|
||||
"@tryghost/verification-trigger": "0.1.4",
|
||||
"@tryghost/version": "0.1.10",
|
||||
"@tryghost/version": "0.1.11",
|
||||
"@tryghost/vhost-middleware": "1.0.21",
|
||||
"@tryghost/zip": "1.1.19",
|
||||
"amperize": "0.6.1",
|
||||
|
|
18
yarn.lock
18
yarn.lock
|
@ -2380,6 +2380,14 @@
|
|||
caller "^1.0.1"
|
||||
find-root "^1.1.0"
|
||||
|
||||
"@tryghost/root-utils@^0.3.11":
|
||||
version "0.3.11"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/root-utils/-/root-utils-0.3.11.tgz#4c3a045c89c75301435b1d1db1946072b3ee3adf"
|
||||
integrity sha512-1q01HsaqQSpFPVcq7tqkIUXa/L1P7yXNGbGJCeZ/IyfrSd/OdgQTluwz0BYzJc1mBP+5lIumqARr+XdbE/ZbAQ==
|
||||
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"
|
||||
|
@ -2476,7 +2484,15 @@
|
|||
"@tryghost/domain-events" "^0.1.7"
|
||||
"@tryghost/member-events" "^0.3.5"
|
||||
|
||||
"@tryghost/version@0.1.10", "@tryghost/version@^0.1.10":
|
||||
"@tryghost/version@0.1.11":
|
||||
version "0.1.11"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/version/-/version-0.1.11.tgz#469be340ad738247c17bfe74a46772e47cb1fe6e"
|
||||
integrity sha512-zrQXvAnLIbowKJ9jlrm3wY+FDEa7qVzMvJtwjoRPqTc0N1n8jsnl+68/FxcYXFcWM8er7i47aP0t6BB2y6n0fg==
|
||||
dependencies:
|
||||
"@tryghost/root-utils" "^0.3.11"
|
||||
semver "^7.3.5"
|
||||
|
||||
"@tryghost/version@^0.1.10":
|
||||
version "0.1.10"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/version/-/version-0.1.10.tgz#615fb1de1843e6c3396f99d6f37309d8909233f9"
|
||||
integrity sha512-Jt/7tYz2cUmH443RKAxgMtfQK3WLyiV/csREGpc6Usoz2heDSiUrN7JoBb2mGFa/FA0NPTikcpV8SZkoexpRpQ==
|
||||
|
|
Loading…
Add table
Reference in a new issue