From c21f05b73da5a18cd147e57191099f80a4def52d Mon Sep 17 00:00:00 2001 From: Nizar Date: Tue, 19 Mar 2024 21:30:29 +0400 Subject: [PATCH] Update babel dependency --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3c5ceb9..b90435f 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "repository": "nizarmah/auto-minify", "homepage": "https://github.com/nizarmah/auto-minify/", "dependencies": { - "babel-minify": "^0.2.0", + "babel-minify": "^0.5.2", "clean-css-cli": "^5.6.3", "lightningcss-cli": "^1.24.1", "uglify-js": "^3.17.4"