mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Update dependency terser to v5.27.1
This commit is contained in:
parent
924c85d3dc
commit
25f744ccea
2 changed files with 5 additions and 5 deletions
|
@ -28,7 +28,7 @@
|
||||||
"@tryghost/errors": "1.2.26",
|
"@tryghost/errors": "1.2.26",
|
||||||
"@tryghost/tpl": "0.1.26",
|
"@tryghost/tpl": "0.1.26",
|
||||||
"csso": "5.0.5",
|
"csso": "5.0.5",
|
||||||
"terser": "5.27.0",
|
"terser": "5.27.1",
|
||||||
"tiny-glob": "0.2.9"
|
"tiny-glob": "0.2.9"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -29060,10 +29060,10 @@ terser-webpack-plugin@^5.3.10:
|
||||||
serialize-javascript "^6.0.1"
|
serialize-javascript "^6.0.1"
|
||||||
terser "^5.26.0"
|
terser "^5.26.0"
|
||||||
|
|
||||||
terser@5.27.0, terser@^5.26.0, terser@^5.7.0:
|
terser@5.27.1, terser@^5.26.0, terser@^5.7.0:
|
||||||
version "5.27.0"
|
version "5.27.1"
|
||||||
resolved "https://registry.yarnpkg.com/terser/-/terser-5.27.0.tgz#70108689d9ab25fef61c4e93e808e9fd092bf20c"
|
resolved "https://registry.yarnpkg.com/terser/-/terser-5.27.1.tgz#b0092975ea1b379d166088a1a57e32f0839d84a2"
|
||||||
integrity sha512-bi1HRwVRskAjheeYl291n3JC4GgO/Ty4z1nVs5AAsmonJulGxpSektecnNedrwK9C7vpvVtcX3cw00VSLt7U2A==
|
integrity sha512-29wAr6UU/oQpnTw5HoadwjUZnFQXGdOfj0LjZ4sVxzqwHh/QVkvr7m8y9WoR4iN3FRitVduTc6KdjcW38Npsug==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@jridgewell/source-map" "^0.3.3"
|
"@jridgewell/source-map" "^0.3.3"
|
||||||
acorn "^8.8.2"
|
acorn "^8.8.2"
|
||||||
|
|
Loading…
Add table
Reference in a new issue