From 32d7ba883fd1b2b72217d88f798010192f5b46e2 Mon Sep 17 00:00:00 2001 From: Pranay Mandadapu Date: Sat, 4 Nov 2023 16:01:02 -0500 Subject: [PATCH] Change UglifyJS2 repository URLs to use HTTPS --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6a89e5c8..20fbf5ef 100644 --- a/package.json +++ b/package.json @@ -61,8 +61,8 @@ "promise-polyfill": "^8.1.0", "style-loader": "^0.23.1", "super-nunjucks-loader": "^2.0.0", - "uglify-es": "git://github.com/mishoo/UglifyJS2.git#harmony", - "uglify-js": "git://github.com/mishoo/UglifyJS2#harmony", + "uglify-es": "https://github.com/mishoo/UglifyJS2.git#harmony", + "uglify-js": "https://github.com/mishoo/UglifyJS2#harmony", "uglifyjs-webpack-plugin": "0.4.6", "url-loader": "^1.1.2", "webpack": "^4.46.0",