From a263877aa59d1811d25f5bdd3908ba433da7c816 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 16:02:42 +0000 Subject: [PATCH] Update dependency terser to v5.30.1 --- ghost/minifier/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ghost/minifier/package.json b/ghost/minifier/package.json index 6f40479c43..05cd959cd3 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.0", + "terser": "5.30.1", "tiny-glob": "0.2.9" } } diff --git a/yarn.lock b/yarn.lock index b3c076d976..0e6afa074d 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.0, terser@^5.26.0, terser@^5.7.0: - version "5.30.0" - resolved "https://registry.yarnpkg.com/terser/-/terser-5.30.0.tgz#64cb2af71e16ea3d32153f84d990f9be0cdc22bf" - integrity sha512-Y/SblUl5kEyEFzhMAQdsxVHh+utAxd4IuRNJzKywY/4uzSogh3G219jqbDDxYu4MXO9CzY3tSEqmZvW6AoEDJw== +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== dependencies: "@jridgewell/source-map" "^0.3.3" acorn "^8.8.2"