0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Update dependency @tryghost/minifier to v0.1.9

This commit is contained in:
Renovate Bot 2021-12-14 23:25:22 +00:00 committed by Daniel Lockyer
parent 66385729ed
commit af204fca99
2 changed files with 6 additions and 6 deletions

View file

@ -85,7 +85,7 @@
"@tryghost/members-offers": "0.10.3",
"@tryghost/members-ssr": "1.0.16",
"@tryghost/metrics": "1.0.1",
"@tryghost/minifier": "0.1.8",
"@tryghost/minifier": "0.1.9",
"@tryghost/mw-error-handler": "0.1.1",
"@tryghost/mw-session-from-token": "0.1.26",
"@tryghost/nodemailer": "0.3.8",

View file

@ -1700,13 +1700,13 @@
optionalDependencies:
promise.allsettled "^1.0.5"
"@tryghost/minifier@0.1.8":
version "0.1.8"
resolved "https://registry.yarnpkg.com/@tryghost/minifier/-/minifier-0.1.8.tgz#51e9f906f823f3e76c992741d89cd42dfd87d610"
integrity sha512-0T0aSiCgUsjfQeBBkjp+BntnOgwhPwtC4xNsSrajYEL86Q2dkpTtJaKkRMvZnPQW77wD8igEtoOswV0Fw0e/mA==
"@tryghost/minifier@0.1.9":
version "0.1.9"
resolved "https://registry.yarnpkg.com/@tryghost/minifier/-/minifier-0.1.9.tgz#38ba3f0fad70ec8059df4382eb3c850b8ff8fd02"
integrity sha512-xqIoiHwi/VBUUsfdVG7FyeBBDUVY96XhCtehMCG1T/mv6aeRZ8ro6l+NXPVEpz0ebB5K98utAV9XgvIiSTQfBg==
dependencies:
"@tryghost/debug" "^0.1.8"
"@tryghost/errors" "^1.1.1"
"@tryghost/errors" "^1.2.0"
"@tryghost/tpl" "^0.1.7"
csso "4.2.0"
terser "^5.9.0"