From 40f73341a63c9e4c904f0daf1f61c88c3e0baeb0 Mon Sep 17 00:00:00 2001 From: fynks <75840152+fynks@users.noreply.github.com> Date: Sat, 19 Apr 2025 15:27:21 +0500 Subject: [PATCH] fix: update terser dependency version to 5.39.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 60d7567..d194c82 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "author": "fynks", "dependencies": { "clean-css-cli": "^5.6.3", - "terser": "^5.37.0", + "terser": "^5.39.0", "@aminya/minijson": "^1.1.0", "workbox-cli": "^7.3.0" }