mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Update dependency @tryghost/image-transform to v1.0.17
This commit is contained in:
parent
0bacf3ef69
commit
b467d45c5c
2 changed files with 7 additions and 7 deletions
|
@ -69,7 +69,7 @@
|
|||
"@tryghost/errors": "0.2.17",
|
||||
"@tryghost/express-dynamic-redirects": "0.2.1",
|
||||
"@tryghost/helpers": "1.1.52",
|
||||
"@tryghost/image-transform": "1.0.16",
|
||||
"@tryghost/image-transform": "1.0.17",
|
||||
"@tryghost/job-manager": "0.8.11",
|
||||
"@tryghost/kg-card-factory": "3.0.4",
|
||||
"@tryghost/kg-default-atoms": "3.0.0",
|
||||
|
|
12
yarn.lock
12
yarn.lock
|
@ -1357,7 +1357,7 @@
|
|||
"@tryghost/ignition-errors" "^0.1.0"
|
||||
lodash "^4.17.21"
|
||||
|
||||
"@tryghost/errors@^0.2.10", "@tryghost/errors@^0.2.11", "@tryghost/errors@^0.2.12", "@tryghost/errors@^0.2.13", "@tryghost/errors@^0.2.14", "@tryghost/errors@^0.2.16", "@tryghost/errors@^0.2.9":
|
||||
"@tryghost/errors@^0.2.10", "@tryghost/errors@^0.2.11", "@tryghost/errors@^0.2.12", "@tryghost/errors@^0.2.13", "@tryghost/errors@^0.2.14", "@tryghost/errors@^0.2.9":
|
||||
version "0.2.16"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/errors/-/errors-0.2.16.tgz#5000255aff99b3e07aa343c7f625f1475e55c5cf"
|
||||
integrity sha512-iTUv25q/SqQMCsxEX3dlf6pT3QWIkAVeQ7OIf9lY9fBGLZpvriplTV361u7fQYuUvUcCDYqb30s5j/cYHWuJWg==
|
||||
|
@ -1394,12 +1394,12 @@
|
|||
lodash "^4.17.21"
|
||||
uuid "^8.3.2"
|
||||
|
||||
"@tryghost/image-transform@1.0.16":
|
||||
version "1.0.16"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/image-transform/-/image-transform-1.0.16.tgz#1302078fc113c7c5db5603a3b5c236fbaf009eb1"
|
||||
integrity sha512-jZfK7C6yNVmC7AJoCmDk9PhjS8bt78b8fvExA7YSzkWLwlYH3Q11l97Qk45e0GrTIfLG3TRUfMfvU5ErS1sUBQ==
|
||||
"@tryghost/image-transform@1.0.17":
|
||||
version "1.0.17"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/image-transform/-/image-transform-1.0.17.tgz#67814e3101694897effdb2a00b84c08e5cedc6b8"
|
||||
integrity sha512-mPNBHOdxV0O0Y+SPDWoDZkF34NyVfQBXF5Bi1l9vGgBACl1qwoz6Acj+p4XcLoOcZoCAVx12c80bhNWE4SDsMQ==
|
||||
dependencies:
|
||||
"@tryghost/errors" "^0.2.16"
|
||||
"@tryghost/errors" "^0.2.17"
|
||||
bluebird "^3.7.2"
|
||||
fs-extra "^9.1.0"
|
||||
optionalDependencies:
|
||||
|
|
Loading…
Add table
Reference in a new issue