From 3eb084e89a2d6ca0d132b4ec8f89c058bf9927dc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 23 Jul 2021 05:07:15 +0000 Subject: [PATCH] chore(deps-dev): bump uglify-js from 2.8.3 to 3.14.0 Bumps [uglify-js](https://github.com/mishoo/UglifyJS) from 2.8.3 to 3.14.0. - [Release notes](https://github.com/mishoo/UglifyJS/releases) - [Commits](https://github.com/mishoo/UglifyJS/compare/v2.8.3...v3.14.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 95701656b..1ef67c1c1 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "mocha": "3.2.0", "node-static": "0.7.9", "pica": "2.0.8", - "uglify-js": "2.8.3" + "uglify-js": "3.14.0" }, "scripts": { "build": "make clean; make build-all-ui",