mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Update dependency @tryghost/minifier to v0.1.10
This commit is contained in:
parent
81b86b8c39
commit
0202c93726
2 changed files with 14 additions and 6 deletions
|
@ -87,7 +87,7 @@
|
|||
"@tryghost/members-ssr": "1.0.17",
|
||||
"@tryghost/members-stripe-service": "0.6.2",
|
||||
"@tryghost/metrics": "1.0.2",
|
||||
"@tryghost/minifier": "0.1.9",
|
||||
"@tryghost/minifier": "0.1.10",
|
||||
"@tryghost/mw-error-handler": "0.1.2",
|
||||
"@tryghost/mw-session-from-token": "0.1.27",
|
||||
"@tryghost/nodemailer": "0.3.9",
|
||||
|
|
18
yarn.lock
18
yarn.lock
|
@ -1435,6 +1435,14 @@
|
|||
"@tryghost/ignition-errors" "^0.1.0"
|
||||
lodash "^4.17.21"
|
||||
|
||||
"@tryghost/errors@^1.2.1":
|
||||
version "1.2.1"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/errors/-/errors-1.2.1.tgz#1f2e618ec3a0617a6b9c5ac540a202fb46e32559"
|
||||
integrity sha512-Ui8iU/ky2HC9+WqOFKDSJyZv0WonrklPugKgWR4QKJ4wIeMXd+uJMqpHLXcN8uMiPVw5Lj9yl8mHq5rjw5dgIQ==
|
||||
dependencies:
|
||||
lodash "^4.17.21"
|
||||
uuid "^8.3.2"
|
||||
|
||||
"@tryghost/express-dynamic-redirects@0.2.3":
|
||||
version "0.2.3"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/express-dynamic-redirects/-/express-dynamic-redirects-0.2.3.tgz#92be9b222d7ed55c69826ac625aa66478bd0896e"
|
||||
|
@ -1699,13 +1707,13 @@
|
|||
optionalDependencies:
|
||||
promise.allsettled "^1.0.5"
|
||||
|
||||
"@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==
|
||||
"@tryghost/minifier@0.1.10":
|
||||
version "0.1.10"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/minifier/-/minifier-0.1.10.tgz#de58836e7ab0078cda4c103b681cad790a0165c5"
|
||||
integrity sha512-yOJX0AN5CDFIZe8vfADEjFrSUyJvDRtCe41CBucbTl8Oac4w/CvoknyrNQabULHUiFo3hAAJNz1tXyiLlSLpVA==
|
||||
dependencies:
|
||||
"@tryghost/debug" "^0.1.8"
|
||||
"@tryghost/errors" "^1.2.0"
|
||||
"@tryghost/errors" "^1.2.1"
|
||||
"@tryghost/tpl" "^0.1.7"
|
||||
csso "4.2.0"
|
||||
terser "^5.9.0"
|
||||
|
|
Loading…
Reference in a new issue