From 40853e6e728c3d9bd3ccd852c748c4bed4fd8d6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 13 Jul 2018 22:24:38 +0000 Subject: [PATCH] Bump uglifier from 3.2.0 to 4.1.15 Bumps [uglifier](https://github.com/lautis/uglifier) from 3.2.0 to 4.1.15. - [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.15) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index fc6ea470d..904962ca2 100644 --- a/Gemfile +++ b/Gemfile @@ -44,7 +44,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.15' gem 'rspec-mocks', '3.6.0' gem 'newrelic_rpm', '4.1.0.333' diff --git a/Gemfile.lock b/Gemfile.lock index e33a3e41c..abe22fcbb 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) @@ -416,7 +416,7 @@ GEM tzinfo (1.2.3) thread_safe (~> 0.1) uber (0.0.15) - uglifier (3.2.0) + uglifier (4.1.15) execjs (>= 0.3.0, < 3) unf (0.1.4) unf_ext @@ -492,7 +492,7 @@ DEPENDENCIES solrizer-fedora! sprockets (~> 2.12.4) therubyracer (~> 0.12.3) - uglifier (~> 3.2.0) + uglifier (~> 4.1.15) unicode (= 0.4.4.3) unicorn (~> 5.3.0)