From e618eaa304009c1c7e944ca04d9bc1f1f7ed4a25 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 12 Nov 2021 21:00:42 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UGLIFYJS-1727251 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d97a9c26aa3..d3b090f830a 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "source-map": "^0.5.3", "supports-color": "^3.1.0", "tapable": "~0.2.3", - "uglify-js": "~2.6.0", + "uglify-js": "~3.14.3", "watchpack": "^1.0.0", "webpack-sources": "^0.1.0", "yargs": "^4.7.1"