mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
Update dependency @tryghost/image-transform to v1.0.15
This commit is contained in:
parent
e28b87c836
commit
795cf55c11
2 changed files with 6 additions and 6 deletions
|
@ -65,7 +65,7 @@
|
|||
"@tryghost/email-analytics-service": "1.0.1",
|
||||
"@tryghost/errors": "0.2.14",
|
||||
"@tryghost/helpers": "1.1.52",
|
||||
"@tryghost/image-transform": "1.0.14",
|
||||
"@tryghost/image-transform": "1.0.15",
|
||||
"@tryghost/job-manager": "0.8.9",
|
||||
"@tryghost/kg-card-factory": "3.0.4",
|
||||
"@tryghost/kg-default-atoms": "3.0.0",
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -1359,12 +1359,12 @@
|
|||
lodash "^4.17.21"
|
||||
uuid "^8.3.2"
|
||||
|
||||
"@tryghost/image-transform@1.0.14":
|
||||
version "1.0.14"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/image-transform/-/image-transform-1.0.14.tgz#70077365558790bcf4c92182621297a507cf48d1"
|
||||
integrity sha512-1mgfXVFvIaEZbnyaqSohkY78/6MofAdHhBYNEGpwRV2ojUa3hWxZR5PhnjLYi1TH/BRkaptJukidCkkHhwhTHQ==
|
||||
"@tryghost/image-transform@1.0.15":
|
||||
version "1.0.15"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/image-transform/-/image-transform-1.0.15.tgz#e285ffa9db70df253a76916d0fbc2a98603d3150"
|
||||
integrity sha512-9yS+L++ujX41uXwNG4muLFVT3ck+EY5cc6yxwqQOKfMX4z5y7woWD8lQfZq0wlpWnr7zPEALUbIpz5kV5eH3fQ==
|
||||
dependencies:
|
||||
"@tryghost/errors" "^0.2.14"
|
||||
"@tryghost/errors" "^0.2.15"
|
||||
bluebird "^3.7.2"
|
||||
fs-extra "^9.1.0"
|
||||
optionalDependencies:
|
||||
|
|
Loading…
Add table
Reference in a new issue