diff --git a/ghost/minifier/package.json b/ghost/minifier/package.json index 05cd959cd3..2a5e47b8e5 100644 --- a/ghost/minifier/package.json +++ b/ghost/minifier/package.json @@ -28,7 +28,7 @@ "@tryghost/errors": "1.3.1", "@tryghost/tpl": "0.1.26", "csso": "5.0.5", - "terser": "5.30.1", + "terser": "5.30.2", "tiny-glob": "0.2.9" } } diff --git a/yarn.lock b/yarn.lock index 0e6afa074d..4652eb11b8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -28845,10 +28845,10 @@ terser-webpack-plugin@^5.3.10: serialize-javascript "^6.0.1" terser "^5.26.0" -terser@5.30.1, terser@^5.26.0, terser@^5.7.0: - version "5.30.1" - resolved "https://registry.yarnpkg.com/terser/-/terser-5.30.1.tgz#4faaeedf00d322eb953dcc1f4eeaa9711c15f093" - integrity sha512-PJhOnRttZqqmIujxOQOMu4QuFGvh43lR7Youln3k6OJvmxwZ5FxK5rbCEh8XABRCpLf7ZnhrZuclCNCASsScnA== +terser@5.30.2, terser@^5.26.0, terser@^5.7.0: + version "5.30.2" + resolved "https://registry.yarnpkg.com/terser/-/terser-5.30.2.tgz#79fc2222c241647cea54ab928ac987ffbe8ce9e2" + integrity sha512-vTDjRKYKip4dOFL5VizdoxHTYDfEXPdz5t+FbxCC5Rp2s+KbEO8w5wqMDPgj7CtFKZuzq7PXv28fZoXfqqBVuw== dependencies: "@jridgewell/source-map" "^0.3.3" acorn "^8.8.2"