From d3efac0a33c80256e3cea9a21e338b207d37d9e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 22 Mar 2018 15:18:50 +0000 Subject: [PATCH] Bump uglifier from 3.2.0 to 4.1.8 Bumps [uglifier](https://github.com/lautis/uglifier) from 3.2.0 to 4.1.8. - [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.8) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 104c744fd..f016ff86f 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.8' gem 'rspec-mocks', '3.6.0' gem 'newrelic_rpm', '4.1.0.333' diff --git a/Gemfile.lock b/Gemfile.lock index 686cde974..1ff95c4c4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -139,7 +139,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) @@ -412,7 +412,7 @@ GEM tzinfo (1.2.3) thread_safe (~> 0.1) uber (0.0.15) - uglifier (3.2.0) + uglifier (4.1.8) execjs (>= 0.3.0, < 3) unf (0.1.4) unf_ext @@ -488,7 +488,7 @@ DEPENDENCIES sprockets (~> 2.12.4) sqlite3 (~> 1.3.13) therubyracer (~> 0.12.3) - uglifier (~> 3.2.0) + uglifier (~> 4.1.8) unicode (= 0.4.4.3) unicorn (~> 5.3.0)