From 0e1b4cb5706279af537953667bd06e89980142ac Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Sep 2020 15:50:45 +0000 Subject: [PATCH] Bump uglifier from 4.1.19 to 4.2.0 Bumps [uglifier](https://github.com/lautis/uglifier) from 4.1.19 to 4.2.0. - [Release notes](https://github.com/lautis/uglifier/releases) - [Changelog](https://github.com/lautis/uglifier/blob/master/CHANGELOG.md) - [Commits](https://github.com/lautis/uglifier/compare/v4.1.19...v4.2.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 51ce0d46d..0418c57cd 100644 --- a/Gemfile +++ b/Gemfile @@ -58,7 +58,7 @@ gem "sprockets", "~> 3.7.2" gem "translator-text", "~> 0.1.0" gem "turbolinks", "~> 5.2.1" gem "turnout", "~> 2.5.0" -gem "uglifier", "~> 4.1.2" +gem "uglifier", "~> 4.2.0" gem "whenever", "~> 1.0.0", require: false gem "wicked_pdf", "~> 2.1.0" gem "wkhtmltopdf-binary", "~> 0.12.4" diff --git a/Gemfile.lock b/Gemfile.lock index c9a91955c..6d0f801b9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -594,7 +594,7 @@ GEM tilt (>= 1.4, < 3) tzinfo (1.2.7) thread_safe (~> 0.1) - uglifier (4.1.19) + uglifier (4.2.0) execjs (>= 0.3.0, < 3) unicode-display_width (1.7.0) uniform_notifier (1.13.0) @@ -719,7 +719,7 @@ DEPENDENCIES translator-text (~> 0.1.0) turbolinks (~> 5.2.1) turnout (~> 2.5.0) - uglifier (~> 4.1.2) + uglifier (~> 4.2.0) web-console (~> 3.7.0) webdrivers (~> 4.3.0) whenever (~> 1.0.0)