fix(package.json): update terser and workbox-cli dependencies for compatibility

This commit is contained in:
fynks 2025-12-05 11:33:14 +05:00
parent ac66c8f8a5
commit 2c03ef82de

View file

@ -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"
}
}