mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Update dependency @tryghost/image-transform to v1.0.27
This commit is contained in:
parent
d9a379e453
commit
fa49adda58
2 changed files with 6 additions and 6 deletions
|
@ -70,7 +70,7 @@
|
|||
"@tryghost/errors": "1.2.1",
|
||||
"@tryghost/express-dynamic-redirects": "0.2.3",
|
||||
"@tryghost/helpers": "1.1.54",
|
||||
"@tryghost/image-transform": "1.0.26",
|
||||
"@tryghost/image-transform": "1.0.27",
|
||||
"@tryghost/job-manager": "0.8.18",
|
||||
"@tryghost/kg-card-factory": "3.1.1",
|
||||
"@tryghost/kg-default-atoms": "3.1.1",
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -1480,12 +1480,12 @@
|
|||
lodash "^4.17.21"
|
||||
uuid "^8.3.2"
|
||||
|
||||
"@tryghost/image-transform@1.0.26":
|
||||
version "1.0.26"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/image-transform/-/image-transform-1.0.26.tgz#dda9da16fa1061ca51139a71a449a4d07116923f"
|
||||
integrity sha512-Capmj+cOxwaiGPo4xwlqFQmqVy2MYPi+DA591ZF13HofiMt293nQeJOLe5Vz+zPioob234PBpQqUHMiXdR8oOg==
|
||||
"@tryghost/image-transform@1.0.27":
|
||||
version "1.0.27"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/image-transform/-/image-transform-1.0.27.tgz#1ce25542bba7198081620cbf1d349d063a2e87ee"
|
||||
integrity sha512-ZfUnvgBB2ddEMF/5xztbJJJEMP59426BEPquwjO27g4I0RlEycj7qlATd5zJm5q7Xim/YAjRy7IigWj6CGJkSA==
|
||||
dependencies:
|
||||
"@tryghost/errors" "^1.2.0"
|
||||
"@tryghost/errors" "^1.2.1"
|
||||
bluebird "^3.7.2"
|
||||
fs-extra "^9.1.0"
|
||||
optionalDependencies:
|
||||
|
|
Loading…
Reference in a new issue