From 42b93ccf6361ca9b05d72cbecc4ab35478c71554 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Sun, 25 Jan 2026 14:25:42 +0100 Subject: [PATCH] deps: update terser to v5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ef5322c..7be322b 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "common-shakeify": "^1.1.1", "minify-stream": "^2.0.1", "multisplice": "^1.0.0", - "terser": "3.16.1", + "terser": "^5.46.0", "through2": "^4.0.2", "unassertify": "^3.0.1" },