diff --git a/package.json b/package.json index aebf3bc12d..b861084c73 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "@tryghost/update-check-service": "0.2.0", "@tryghost/url-utils": "2.0.2", "@tryghost/validator": "0.1.4", - "@tryghost/version": "0.1.3", + "@tryghost/version": "0.1.4", "@tryghost/vhost-middleware": "1.0.15", "@tryghost/zip": "1.1.14", "amperize": "0.6.1", diff --git a/yarn.lock b/yarn.lock index d00ea37acc..ff40cdd2e4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1043,6 +1043,14 @@ caller "^1.0.1" find-root "^1.1.0" +"@tryghost/root-utils@^0.3.4": + version "0.3.4" + resolved "https://registry.yarnpkg.com/@tryghost/root-utils/-/root-utils-0.3.4.tgz#621bc9564ba3fa78ac1a066f3794f501cf85e055" + integrity sha512-7ExJfA7m5s8djpe8d7ij/rvLZbZ6O9i/HvG7PHCTvDoilyINUW1xwBgsGR2cUmKwLO3dilYYxaQfvRJXB0VwBA== + 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" @@ -1114,7 +1122,15 @@ moment-timezone "0.5.23" validator "7.2.0" -"@tryghost/version@0.1.3", "@tryghost/version@^0.1.3": +"@tryghost/version@0.1.4": + version "0.1.4" + resolved "https://registry.yarnpkg.com/@tryghost/version/-/version-0.1.4.tgz#d9ef66f4e3793979b4ab7196ee42ffcd8018bfd6" + integrity sha512-52hb3FQp52fn0y+uxLwXDlB4q2NKkXbuJsZkvel3GPl+EfODhuB2mUczoUOqXIO3I6Q/CHHsW39KZf+UHmDVcA== + dependencies: + "@tryghost/root-utils" "^0.3.4" + semver "^7.3.5" + +"@tryghost/version@^0.1.3": version "0.1.3" resolved "https://registry.yarnpkg.com/@tryghost/version/-/version-0.1.3.tgz#3814480e0daf800afcb518ae3d580623ef271ff9" integrity sha512-+FDuEyXIvUH2NdTlnjNukbPyrN+oHyoZrmrt2al+BRZ7mJ+itIqTWsqcBC7IIcYDSy23MDENkET0+xOgLY7d1g==