From 2da6a28e7cc5e53cf5c446e29aeeec953569d4ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2019 19:26:49 +0000 Subject: [PATCH] Bump uglify-js from 2.4.24 to 3.6.8 in /examples/facebook-flux Bumps [uglify-js](https://github.com/mishoo/UglifyJS2) from 2.4.24 to 3.6.8. - [Release notes](https://github.com/mishoo/UglifyJS2/releases) - [Commits](https://github.com/mishoo/UglifyJS2/compare/v2.4.24...v3.6.8) Signed-off-by: dependabot[bot] --- examples/facebook-flux/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/facebook-flux/package.json b/examples/facebook-flux/package.json index 54349df..b11de25 100644 --- a/examples/facebook-flux/package.json +++ b/examples/facebook-flux/package.json @@ -17,7 +17,7 @@ "jest-cli": "^0.4.3", "reactify": "^0.15.2", "remotedev": "^0.1.0", - "uglify-js": "~2.4.15", + "uglify-js": "~3.6.8", "watchify": "^2.1.1" }, "scripts": {