From 4f937245b203f7a9a9d604c2b42180e5ac966423 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 23 Apr 2018 09:19:44 +0000 Subject: [PATCH] Bump uglifier from 3.2.0 to 4.1.10 Bumps [uglifier](https://github.com/lautis/uglifier) from 3.2.0 to 4.1.10. - [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/v3.2.0...v4.1.10) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index e93a940c5..eacaa2ab0 100644 --- a/Gemfile +++ b/Gemfile @@ -43,7 +43,7 @@ gem 'nokogiri', '1.8.2' # See https://github.com/sstephenson/execjs#readme for more supported runtimes gem 'therubyracer', '~> 0.12.3', :platforms => :ruby -gem 'uglifier', '~> 3.2.0' +gem 'uglifier', '~> 4.1.10' gem 'rspec-mocks', '3.6.0' gem 'newrelic_rpm', '4.1.0.333' diff --git a/Gemfile.lock b/Gemfile.lock index 617bd7d32..2101eca37 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -148,7 +148,7 @@ GEM equivalent-xml (0.6.0) nokogiri (>= 1.4.3) erubis (2.7.0) - execjs (2.6.0) + execjs (2.7.0) faraday (0.12.1) multipart-post (>= 1.2, < 3) fastercsv (1.5.5) @@ -417,7 +417,7 @@ GEM tzinfo (1.2.3) thread_safe (~> 0.1) uber (0.0.15) - uglifier (3.2.0) + uglifier (4.1.10) execjs (>= 0.3.0, < 3) unf (0.1.4) unf_ext @@ -493,7 +493,7 @@ DEPENDENCIES sprockets (~> 2.12.4) sqlite3 (~> 1.3.13) therubyracer (~> 0.12.3) - uglifier (~> 3.2.0) + uglifier (~> 4.1.10) unicode (= 0.4.4.3) unicorn (~> 5.3.0)