From d111ed626b6355a638239d56a30d56c04a559c7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 12:43:40 +0000 Subject: [PATCH] fix(deps): update dependency terser to ^5.30.2 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6f92167..3d3f9fa 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,6 @@ "sharp": "0.32.6" }, "dependencies": { - "terser": "^5.30.1" + "terser": "^5.30.2" } } diff --git a/yarn.lock b/yarn.lock index c5780f6..dbf0e8d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2112,10 +2112,10 @@ tar-stream@^3.1.5: fast-fifo "^1.2.0" streamx "^2.15.0" -terser@^5.30.1: - version "5.30.1" - resolved "https://registry.yarnpkg.com/terser/-/terser-5.30.1.tgz#4faaeedf00d322eb953dcc1f4eeaa9711c15f093" - integrity sha512-PJhOnRttZqqmIujxOQOMu4QuFGvh43lR7Youln3k6OJvmxwZ5FxK5rbCEh8XABRCpLf7ZnhrZuclCNCASsScnA== +terser@^5.30.2: + 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"