From 2c03ef82de5df62d18d3ccc09e63d4f22efae0b0 Mon Sep 17 00:00:00 2001 From: fynks <75840152+fynks@users.noreply.github.com> Date: Fri, 5 Dec 2025 11:33:14 +0500 Subject: [PATCH] fix(package.json): update terser and workbox-cli dependencies for compatibility --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c86c3cd..a16014a 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "author": "fynks", "dependencies": { "clean-css-cli": "^5.6.3", - "terser": "^5.44.0", - "workbox-cli": "^7.3.0" + "terser": "^5.44.1", + "workbox-cli": "^7.4.0" } } \ No newline at end of file